Hi,
We would like to use informsink instead of trapsink to send snmp alarms to our remote snmp trap reciever. When we configure /etc/snmp/snmpd.conf as follow:
dlmod cmaX /usr/lib64/libcmaX64.so
rwcommunity lo_private 127.0.0.1
rocommunity lo_public 127.0.0.1
informsink snmp-trap public
syscontact root@localhost
syslocation somewhere
rouser unixro
we get the following message in our logging (/var/log/hp-snmp-agents/cma.log) when there is an failed disk:
No trap destination (host) is defined in snmpd.conf
When will there be support for informsink to send snmp alarms to remote trap recievers? It's much safer to send udp snmp inform over the network in stead of snmp traps, just check http://www.net-snmp.org/tutorial/tutorial-5/commands/snmptrap-v3.html.
Regards.