Page 1 of 1

SNMP monitoring

Posted: Wed Mar 06, 2013 3:04 pm
by philfly
I am a brand newbie to Nagios. I'd like to monitor my network using agentless snmp monitoring, but am unsure about where to find some specific and solid documentation about this topic. Can anyone help?? I will be using the check_snmp_int plugin, and I want to get started monitoring all the services possible.

Re: SNMP monitoring

Posted: Wed Mar 06, 2013 3:15 pm
by abrist
Below are a couple documents and an exchange link to some snmp addons. Start there and when you have more specific questions we are here to help.

http://nagios.manubulon.com/snmp_int.html
http://nagios.sourceforge.net/docs/3_0/ ... ptrap.html
http://assets.nagios.com/downloads/nagi ... g_SNMP.pdf
http://exchange.nagios.org/directory/Addons/SNMP

Re: SNMP monitoring

Posted: Wed Mar 06, 2013 3:17 pm
by philfly
Beautiful, thank you so much!!

Re: SNMP monitoring

Posted: Wed Mar 06, 2013 3:28 pm
by philfly
My boss wants to use subagents to verify services outside the standard checks, but, I am not sure where to find these subagents?? Are these like the add-ons??

Re: SNMP monitoring

Posted: Wed Mar 06, 2013 3:45 pm
by sreinhardt
Are you referring to something like nsclient or nrdswin?

Re: SNMP monitoring

Posted: Thu Mar 07, 2013 10:02 am
by philfly
This is what he was referring to: http://net-snmp.sourceforge.net/wiki/in ... ll_scripts Sorry for the confusion

Re: SNMP monitoring

Posted: Thu Mar 07, 2013 11:45 am
by abrist
Some plugins on the exchange use snmp but are wrapped in a script for better functionality/more logic. If you do not find a script that meets your specific needs, you are left with writing your own.

Re: SNMP monitoring

Posted: Thu Mar 07, 2013 2:48 pm
by wezelboy
The link you provided is about how you can map OIDs (or MIBs) to executables. You can configure snmpd to respond to certain queries by running a program and returning the output. For example you could configure snmpd to run a df instead of querying the standard disk OIDs. It can be whatever you want, as long as the output is appropriate and you have configured snmpd properly.

Hope this helps,

-P

Re: SNMP monitoring

Posted: Fri Mar 08, 2013 10:28 am
by abrist
Wezelboy's suggestion is spot on. Philfly, is that what you were looking for?

Re: SNMP monitoring

Posted: Thu Mar 14, 2013 1:42 pm
by philfly
Thanks for the help you guys !! Since I am a beginner, I am still trying to grasp SNMP, nevermind the subagents... But, I am moving along slowly, sort of trying to decipher which literature will be most helpful !!! Again, thank you very much !!