Image

Imageadameros wrote in Imagelinux

An snmp question.

How do you get snmpd to report if the load gets to high or if a process dies?

Following the man page I thought I had this set up correctly but it does not work.

snmpd can talk with snmptrapd on the remote server, is I can see it recieve a trap everytime I restart/load snmpd. I have snmpd monitoring httpd, nfsd, and sshd, and the load. For testing, that section of the configuration looks like:
proc nfsd 0 0
proc sshd 0 0
proc httpd 20 1

load  1 1 1

I have kill httpd and a trap is never sent. And I've run an endless loop to run the load above 1, and not trap is sent.

And idea what might be wrong?