SNMP Queries Deleted Object

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jameyw
Posts: 54
Joined: Fri Mar 17, 2017 10:06 am

SNMP Queries Deleted Object

Post by jameyw »

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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: SNMP Queries Deleted Object

Post by scottwilkerson »

It is possible that there is a mrtg file that still exists that could be polling the server.

run the following

Code: Select all

ls -al /etc/mrtg/conf.d/<IP>.cfg
If it exists, you can delete the file and it will stop polling

Code: Select all

rm -f /etc/mrtg/conf.d/<IP>.cfg
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jameyw
Posts: 54
Joined: Fri Mar 17, 2017 10:06 am

Re: SNMP Queries Deleted Object

Post by jameyw »

That got it.

Thanks
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: SNMP Queries Deleted Object

Post by scottwilkerson »

jameyw wrote:That got it.

Thanks
May we lock the thread?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jameyw
Posts: 54
Joined: Fri Mar 17, 2017 10:06 am

Re: SNMP Queries Deleted Object

Post by jameyw »

yes
Locked