apply config not write on files nagios xi

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
abhishek
Posts: 20
Joined: Fri Oct 21, 2016 12:24 pm

apply config not write on files nagios xi

Post by abhishek »

Hi ,
There is one issue that is when i do apply configuration it shows error like "could not find any host XXXX " . but when i do apply config again 2 or 3 times error will not show. i think the apply configuration not writing data properly on files . Any suggestion to over come this situation.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: apply config not write on files nagios xi

Post by rkennedy »

Is your database hosted locally or offloaded?

What is the output for these commands?

Code: Select all

grep "date.timezone" /etc/php.ini
ls -l /etc/localtime
php -r 'echo date("D M j G:i:s T Y")."\n";'
date
mysql -unagiosxi -pn@gweb -e "SELECT NOW();"
Former Nagios Employee
Locked