Can't find a check in Nagios XI Interface

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vmesquita
Posts: 315
Joined: Fri Aug 10, 2012 12:52 pm

Can't find a check in Nagios XI Interface

Post by vmesquita »

We identified the Nagios XI Server making snmp checks to a server which has been deactivated:
firewall.png
172.27.5.37 is the Nagios Server and 172.27.16.122 is the server.

However, I can't find a host with this IP at Nagios XI interface. I have no idea where this service or host check is located. I also tried checking DNS entries for this IP but there are none.

How can I find it?
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Can't find a check in Nagios XI Interface

Post by ssax »

You can try:

Code: Select all

grep -R '172.27.16.122' /usr/local/nagios/etc/*
grep -R 'somednsname' /usr/local/nagios/etc/*
More than likely though, you'll find the config here:

Code: Select all

/etc/mrtg/conf.d
The switch/router wizard uses MRTG (which use SNMP, please look there as well) and let us know the results.
vmesquita
Posts: 315
Joined: Fri Aug 10, 2012 12:52 pm

Re: Can't find a check in Nagios XI Interface

Post by vmesquita »

I was able to find it here:
ssax wrote:

Code: Select all

/etc/mrtg/conf.d
Thanks!

As a suggestion, wouldn't be better if the file was removed when the check is removed? Maybe it could be an improvement for future versions.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Can't find a check in Nagios XI Interface

Post by ssax »

They initially did add it in there but they removed it (after about 2 weeks) because it had/caused issues.
Locked