Service not showing under host

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kfox
Posts: 4
Joined: Tue Sep 10, 2019 12:06 pm

Service not showing under host

Post by kfox »

I noticed that one of the services on a host was missing when looking under the CCM > Services and isolating that host. I reran the router/switch wizard and the SNMP community string pulls the correct information over, but when I click finish and let the configuration update, the polled interface is missing from the services. I've also checked in the command line on the server, the <hostname>.cfg file, and the service is not showing up there either.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Service not showing under host

Post by scottwilkerson »

This can happen if a switch has a larger number of interfaces if you have not yet adjusted the max_input_vars in /etc/php.ini

Edit /etc/php.ini
add the following to the bottom of the file

Code: Select all

max_input_vars = 50000
restart httpd

Code: Select all

systemctl restart httpd
then run the wizard again. This is a one time fix.
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked