Re: Nagios XI not displaying all the hosts
Posted: Thu May 05, 2016 2:45 pm
I've seen similar issues in the past when users had the following line in the "/etc/my.cnf":
Changing it to this:
solved the issue.
I believe you need to remove "STRICT_TRANS_TABLES", and possibly "STRICT_ALL_TABLES".
Code: Select all
sql-mode = STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTIONCode: Select all
sql-mode = NO_ENGINE_SUBSTITUTIONI believe you need to remove "STRICT_TRANS_TABLES", and possibly "STRICT_ALL_TABLES".