If you have the snmpd installed on your Nagios server (running CentOS 6?) everything is already in place. Then you can start monitoring using the OID-names as well.
Do a snmpbulkwalk -v 2c -c $COMMUNITY $TARGETSYS to dump a full snmp-listing of the target system.
If you have the snmpd installed on your Nagios server (running CentOS 6?) everything is already in place. Then you can start monitoring using the OID-names as well.
Do a
snmpbulkwalk -v 2c -c $COMMUNITY $TARGETSYS
to dump a full snmp-listing of the target system.SNMP is good for network devices. For centos systems look at the nrpe daemon and client.
http://nagios.sourceforge.net/docs/nrpe/NRPE.pdf
I dont know what you're trying to do, but I'd start w/ nagios-plugins:
then you can use following plugin to make snmp calls
I usually start from snmpwalk and then find right oid to check and take it to check_snmp nagios's plugin.