I had a service check that was querying a router via SNMP. The route was in a non-critical role and was re-purposed so I deleted the configured services and host entries for it. This week, I put a new router in and used the same IP address the old router had. While logged into the CLI, I keep seeing message for Authentication Failure - Incorrect SNMP Community Name and it gives the IP address of my NagiosXI server. I searched all through the configs to make sure I had not missed anything related to it and I can't find anything with that IP address. Obviously, there is something somewhere but I'm not sure where to look now.
Thanks
SNMP Queries Deleted Object
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: SNMP Queries Deleted Object
It is possible that there is a mrtg file that still exists that could be polling the server.
run the following
If it exists, you can delete the file and it will stop polling
run the following
Code: Select all
ls -al /etc/mrtg/conf.d/<IP>.cfgCode: Select all
rm -f /etc/mrtg/conf.d/<IP>.cfgRe: SNMP Queries Deleted Object
That got it.
Thanks
Thanks
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: SNMP Queries Deleted Object
May we lock the thread?jameyw wrote:That got it.
Thanks