Nagios XI not displaying all the hosts

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI not displaying all the hosts

Post by lmiltchev »

I've seen similar issues in the past when users had the following line in the "/etc/my.cnf":

Code: Select all

sql-mode = STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
Changing it to this:

Code: Select all

sql-mode = NO_ENGINE_SUBSTITUTION
solved the issue.

I believe you need to remove "STRICT_TRANS_TABLES", and possibly "STRICT_ALL_TABLES".
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
chicjo01
Posts: 194
Joined: Tue Jul 28, 2015 2:52 pm

Re: Nagios XI not displaying all the hosts

Post by chicjo01 »

Thank you for the information. I will pass this along to the DBA and see if there is a way to get this adjusted.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI not displaying all the hosts

Post by lmiltchev »

Sounds good. We will keep this thread open for a while. Let us know if you have any more questions.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked