Lines Matching refs:SNMP
20 var_dump(new SNMP(SNMP::VERSION_1, $hostname));
25 var_dump(new SNMP(SNMP::VERSION_1, $hostname, $community, ''));
30 var_dump(new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, ''));
35 var_dump(new SNMP(7, $hostname, $community));
41 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
48 $session->exceptions_enabled = SNMP::ERRNO_ANY;
58 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
75 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
91 SNMP::__construct() expects at least 3 arguments, 2 given
92 SNMP::__construct(): Argument #4 ($timeout) must be of type int, string given
93 SNMP::__construct(): Argument #5 ($retries) must be of type int, string given
94 SNMP::__construct(): Argument #1 ($version) must be a valid SNMP protocol version
97 Warning: SNMP::get(): Invalid object identifier: .1.3.6.1.2.1.1.1..0 in %s on line %d
103 SNMP retrieval method must be a bitmask of SNMP_VALUE_LIBRARY, SNMP_VALUE_PLAIN, and SNMP_VALUE_OBJ…
106 Invalid or uninitialized SNMP object
108 Cannot assign string to property SNMP::$max_oids of type ?int
109 SNMP::$max_oids must be greater than 0 or null