We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31ff9f3 + 63eed0b commit 36eecc1Copy full SHA for 36eecc1
ext/snmp/tests/skipif.inc
@@ -9,4 +9,4 @@ require_once (dirname(__FILE__).'/snmp_include.inc');
9
//string $object_id [, int $timeout [, int $retries ]] )
10
11
if (snmpget($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout) === false)
12
- die('NO SNMPD on this host or community invalid');
+ die('skip NO SNMPD on this host or community invalid');
0 commit comments