iftraffic

Icinga check plugin for network interface utilization

Log in or register to post comments

  • mhein

    Yeah you're right. Do want to provide a pull request on GitHub?

  • rogerferre

    There's a bug in line 250. WARNING IF evaluate to TRUE although CRITICAL has been also TRUE. Additional parenthesis are needed: ( (( $in_usage $warn_usage ) or ( $out_usage $warn_usage )) && $exit_status eq "OK" )