Menu
  • HOME
  • TAGS

SNMP agent configuration windows/linux

linux,snmp,net-snmp,snmpd

By default, once installed, SNMP Agent on Windows only allows queries from localhost. To allow remote SNMP queries, you need to setup the SNMP Service : Open Windows Services Manager Right Click on SNMP Service and edit Properties Select Security tab From here, add remote host(s) allowed to query your...

Pass SNMP trap packet to a php daemon on Ubuntu

php,ubuntu,daemon,snmpd

One suggestion is to use mysql support thats built into 5.5 of snmptrapd. That way you can use mysql as a queue and process the traps in bulk. details of this are on the snmptrapd page: http://www.net-snmp.org/wiki/index.php/Snmptrapd If not using mysql another option is to use a named pipe. Do...