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 f282695 + 878704f commit 63eed0bCopy full SHA for 63eed0b
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