We have configured SNMPV2 device and SNMPV3 device for same but now we want to delete all snmpv2 devices from Nagios so,please help me out to findout the device which is configured on SNMPV2 .
Please help.
How to identify the host is configured on snmpv2 or SNMPv3
-
davinder.vashisht
- Posts: 1
- Joined: Thu Sep 08, 2016 2:52 am
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: How to identify the host is configured on snmpv2 or SNMP
There really isn't any way in nagios to search for these. This is really crude, but you could search the following directory for the string 2c and maybe that would help identify themdavinder.vashisht wrote:We have configured SNMPV2 device and SNMPV3 device for same but now we want to delete all snmpv2 devices from Nagios so,please help me out to findout the device which is configured on SNMPV2 .
Please help.
Code: Select all
grep -R 2c /usr/local/nagios/etc/services