summaryrefslogtreecommitdiffstats
path: root/plugins/tests
diff options
context:
space:
mode:
authortonvoon <ton.voon@opsview.com>2010-06-30 13:16:32 (GMT)
committertonvoon <ton.voon@opsview.com>2010-06-30 13:16:32 (GMT)
commit5c72d075deb12239e2f1c61cf7b91e0f6ef19640 (patch)
tree6d17bc91b24385a8f40b34c04b4e16c97f82b874 /plugins/tests
parent34445190148ac113da9d29cbf8b62f4ce8606304 (diff)
downloadmonitoring-plugins-5c72d075deb12239e2f1c61cf7b91e0f6ef19640.tar.gz
Corrected rate_multiplier calculation
Diffstat (limited to 'plugins/tests')
-rwxr-xr-xplugins/tests/check_snmp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tests/check_snmp.t b/plugins/tests/check_snmp.t
index 1e350f2..e7ad192 100755
--- a/plugins/tests/check_snmp.t
+++ b/plugins/tests/check_snmp.t
@@ -151,7 +151,7 @@ sleep 1;
151 151
152$res = NPTest->testCmd( "./check_snmp -H 127.0.0.1 -C public -p $port_snmp -o .1.3.6.1.4.1.8072.3.2.67.10 --rate -l inoctets_per_minute --rate-multiplier=60" ); 152$res = NPTest->testCmd( "./check_snmp -H 127.0.0.1 -C public -p $port_snmp -o .1.3.6.1.4.1.8072.3.2.67.10 --rate -l inoctets_per_minute --rate-multiplier=60" );
153is($res->return_code, 0, "OK as no thresholds" ); 153is($res->return_code, 0, "OK as no thresholds" );
154is($res->output, "SNMP RATE OK - inoctets_per_minute 11.1 | inoctets_per_minute=11.1 ", "Checking multiplier"); 154is($res->output, "SNMP RATE OK - inoctets_per_minute 39960 | inoctets_per_minute=39960 ", "Checking multiplier");
155 155
156 156
157$res = NPTest->testCmd( "./check_snmp -H 127.0.0.1 -C public -p $port_snmp -o .1.3.6.1.4.1.8072.3.2.67.11 -s '\"stringtests\"'" ); 157$res = NPTest->testCmd( "./check_snmp -H 127.0.0.1 -C public -p $port_snmp -o .1.3.6.1.4.1.8072.3.2.67.11 -s '\"stringtests\"'" );