Lines Matching refs:SNMP
21 var_dump(new SNMP(SNMP::VERSION_1, $hostname));
26 var_dump(new SNMP(SNMP::VERSION_1, $hostname, $community, ''));
31 var_dump(new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, ''));
36 var_dump(new SNMP(7, $hostname, $community));
42 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
49 $session->exceptions_enabled = SNMP::ERRNO_ANY;
59 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
76 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
92 SNMP::__construct() expects at least 3 arguments, 2 given
93 SNMP::__construct(): Argument #4 ($timeout) must be of type int, string given
94 SNMP::__construct(): Argument #5 ($retries) must be of type int, string given
95 SNMP::__construct(): Argument #1 ($version) must be a valid SNMP protocol version
98 Warning: SNMP::get(): Invalid object identifier: .1.3.6.1.2.1.1.1..0 in %s on line %d
104 SNMP retrieval method must be a bitmask of SNMP_VALUE_LIBRARY, SNMP_VALUE_PLAIN, and SNMP_VALUE_OBJ…
107 Invalid or uninitialized SNMP object
109 Cannot assign string to property SNMP::$max_oids of type ?int
110 SNMP::$max_oids must be greater than 0 or null