diff options
| author | Sven Nierlein <sven@nierlein.de> | 2012-06-27 00:02:09 +0200 |
|---|---|---|
| committer | Sven Nierlein <sven@nierlein.de> | 2012-06-27 00:02:09 +0200 |
| commit | 843f9540562930391b7db224664adbf951f11275 (patch) | |
| tree | a716cf76399c9c271699a45d79fde1387e4837b3 /plugins/tests | |
| parent | 9c886d049d1dec9be0ac147c57d2094d2d4773da (diff) | |
| download | monitoring-plugins-843f9540562930391b7db224664adbf951f11275.tar.gz | |
check_snmp: use single quotes for perf data labels
Diffstat (limited to 'plugins/tests')
| -rwxr-xr-x | plugins/tests/check_snmp.t | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/tests/check_snmp.t b/plugins/tests/check_snmp.t index 7a5a8b3f..1ef0b209 100755 --- a/plugins/tests/check_snmp.t +++ b/plugins/tests/check_snmp.t | |||
| @@ -8,7 +8,7 @@ use Test::More; | |||
| 8 | use NPTest; | 8 | use NPTest; |
| 9 | use FindBin qw($Bin); | 9 | use FindBin qw($Bin); |
| 10 | 10 | ||
| 11 | my $tests = 51; | 11 | my $tests = 53; |
| 12 | # Check that all dependent modules are available | 12 | # Check that all dependent modules are available |
| 13 | eval { | 13 | eval { |
| 14 | require NetSNMP::OID; | 14 | require NetSNMP::OID; |
| @@ -165,6 +165,10 @@ $res = NPTest->testCmd( "./check_snmp -H 127.0.0.1 -C public -p $port_snmp -o .1 | |||
| 165 | is($res->return_code, 0, "OK as no thresholds" ); | 165 | is($res->return_code, 0, "OK as no thresholds" ); |
| 166 | is($res->output, "SNMP OK - 70660 | iso.3.6.1.4.1.8072.3.2.67.10=70660c ", "Check label"); | 166 | is($res->output, "SNMP OK - 70660 | iso.3.6.1.4.1.8072.3.2.67.10=70660c ", "Check label"); |
| 167 | 167 | ||
| 168 | $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 -l 'test test'" ); | ||
| 169 | is($res->return_code, 0, "OK as no thresholds" ); | ||
| 170 | is($res->output, "SNMP OK - test test 71326 | 'test test'=71326c ", "Check label"); | ||
| 171 | |||
| 168 | 172 | ||
| 169 | $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" ); | 173 | $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" ); |
| 170 | is($res->return_code, 0, "OK for first call" ); | 174 | is($res->return_code, 0, "OK for first call" ); |
