Results 1 to 1 of 1
I want to monitor process "sendmail" availability. For that i have added necessary entries in /etc/snmp/snmpd.conf
proc sendmail 10 1
when i snmpwalk as below output is "End of MIB"
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-27-2009 #1Just Joined!
- Join Date
- Feb 2009
- Location
- India
- Posts
- 1
Process monitoring using SNMP
I want to monitor process "sendmail" availability. For that i have added necessary entries in /etc/snmp/snmpd.conf
proc sendmail 10 1
when i snmpwalk as below output is "End of MIB"
snmpwalk -v 1 localhost -c public .1.3.6.1.4.1.2021.2
I am able walk thru system, ip, tcp, hostresources mib etc....
Here is more information on the view included.
view procchkview included .1.3.6.1.4.1.2021
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
access notConfigGroup "" any noauth exact systemview none none
access notConfigGroup "" any noauth exact procchkview none none
I don't have any clue, why values are not populated.
I restarted snmpd also (service snmpd restart), no luck.
am i missing any thing? Appreciate your quick response.
Regards,Last edited by vnadh; 02-27-2009 at 02:05 PM. Reason: I missed to add more information


Reply With Quote
