Closed fanto666 closed 5 years ago
the ss_netsnmp_memory_syntax function reports incorrect order of parameters:
print "Syntax: ss_netsnmp_memory.php <hostname> <snmp_version> <snmp_community>\ \n" . " [<snmp3_username> <snmp3_password> <snmp3_auth_protocol> <snmp3_priv_password>\ \n" . " [<snmp3_priv_protocol> <snmp3_context> <snmp_port>} <snmp_timeout> \n";
port and timeout should immediately follow snmp community, not be at the end.
Thanks @fanto666 - I have updated this now.
the ss_netsnmp_memory_syntax function reports incorrect order of parameters:
port and timeout should immediately follow snmp community, not be at the end.