Does Check_snmp plugin for Nagios Core only fetch snmp GET OIDs?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Post Reply
saif.khan
Posts: 1
Joined: Fri May 19, 2023 7:52 am

Does Check_snmp plugin for Nagios Core only fetch snmp GET OIDs?

Post by saif.khan »

I have been trying to fetch different OIDs from the correct mib, Unfortunately only the GET OIDs work in particular.. I need the plugin to fetch the Walk and Table based OIDs as well.
Is it possible using the Check_Snmp plugin? If so please let me know how?
kg2857
Posts: 69
Joined: Wed Apr 12, 2023 5:48 pm

Re: Does Check_snmp plugin for Nagios Core only fetch snmp GET OIDs?

Post by kg2857 »

Have you considered running check_snmp -h, reading and comprehending the output? I'll condense it for you:
"This plugin uses the 'snmpget' command included with the NET-SNMP package."
Post Reply