I posted this on SuperUser but I realized this question is probably more relevant here.
I am trying to check uptime via Nagios's check_snmp plugin on a SNMP version 3 enabled UPS.
I'm able to do an snmpget call specifying version 3 with the proper credentials and get the proper response back from the UPS, so I know it's set up correctly there.
The nagios check_snmp plugin documentation shows it has options supporting v3.
However within Nagios configuration files, the only examples I find show "-C public"
I can't find within the nagios configuration files where to specify version 3 to the check_snmp plugin, whether it's in the host configuration file, the commands.cfg, or somewhere else entirely.
I've tried replacing "-C public" with the version 3 authentication data in my host config .cfg but no luck there so far.