summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2013-09-20 17:05:02 +0200
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2013-09-20 17:05:02 +0200
commit578d6409a0f6438dab75e077a2256e1710376d05 (patch)
treebdf269c05d12361ae1664a1392c13763c38a5424
parentad5456f6e5e3bf3850c431a2cc8a1104ba27925c (diff)
downloadcheck-snmp-switch-578d6409a0f6438dab75e077a2256e1710376d05.tar.gz
check-snmp-switch-578d6409a0f6438dab75e077a2256e1710376d05.tar.bz2
check-snmp-switch-578d6409a0f6438dab75e077a2256e1710376d05.zip
do not use embeded perl from nagios
-rwxr-xr-xcheck_snmp_switch_traffic.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/check_snmp_switch_traffic.pl b/check_snmp_switch_traffic.pl
index d1e9194..8c5e57f 100755
--- a/check_snmp_switch_traffic.pl
+++ b/check_snmp_switch_traffic.pl
@@ -1,4 +1,5 @@
#!/usr/bin/perl -w
+# nagios: -epn
use strict;
use Net::SNMP;