Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
_bk201
by_bk201, January 8, 2013
If i run "./check_snmp_int.pl -H 10.1.1.1 -C banana -n outside" I get back: Adaptive Security Appliance 'outside' interface:UP:1 UP: OK
If i run "./check_snmp_int.pl -H 10.1.254.1 -C public -n outside -k" i get error:
"Use of uninitialized value $o_warn_opt in split at ./check_snmp_int.pl line 330.
2 warning levels for bandwidth checks
"
Any ideas? running debian6 with Perl 5.10.1
If i run "./check_snmp_int.pl -H 10.1.254.1 -C public -n outside -k" i get error:
"Use of uninitialized value $o_warn_opt in split at ./check_snmp_int.pl line 330.
2 warning levels for bandwidth checks
"
Any ideas? running debian6 with Perl 5.10.1
by_bk201, May 28, 2012
Pretty good plugin, i had to delete the line :
#$output .= "Total RX: ".$rx.$label.", Total TX: ".$tx.$label;
Because i use this with nagiosgraph, i couldnt see any of the Average's only the Totals which were >50gb
Question: how do you lower the average time for Average IN and Average OUT? i would like to know if our bandwidth every maxes out over, say 5 minutes.
#$output .= "Total RX: ".$rx.$label.", Total TX: ".$tx.$label;
Because i use this with nagiosgraph, i couldnt see any of the Average's only the Totals which were >50gb
Question: how do you lower the average time for Average IN and Average OUT? i would like to know if our bandwidth every maxes out over, say 5 minutes.