Hi,
There seems to be some problem with the Nagios XI in our production system.
When we try and apply configurations from the web console it doesn't get applied. We get error saying no hosts assigned to the service.
But already many hosts assigned & present.
We have to everytime go to .cfg file on Nagios XI box and add the host names. And then Apply configuration on web console. then it gets applied.
Please can some one urgently have a look.
We tried sending the profile zip file to the customer support through email. It was blocked. they didn't receive the profile.
Kindly request someone to look at this as its a very urgent and needs to be fixed ASAP.
Regards,
Jyoti
Nagios XI configurations file issue
Re: Nagios XI configurations file issue
If your email was blocked, you might try contacting [email protected] to have the email you sent from whitelisted.
Would it be possible for you to PM me a profile? We should be able to get it that way.
Would it be possible for you to PM me a profile? We should be able to get it that way.
This makes me think there is a discrepancy in the system's time. Could you try running the following command (replace My/Timezone with your preferred locale):jyoti22 wrote: We have to everytime go to .cfg file on Nagios XI box and add the host names. And then Apply configuration on web console. then it gets applied.
Please can some one urgently have a look.
Code: Select all
/usr/local/nagiosxi/scripts/change_timezone.sh -z My/Timezone
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Nagios XI configurations file issue
Sorry I didn't catch this.
Time difference between which systems, I believe on the console and on the Nagios XI server it will be same.
Time difference between which systems, I believe on the console and on the Nagios XI server it will be same.
Re: Nagios XI configurations file issue
After you lined things up, did that fix the system? Feel free to PM a profile over through the forum if that's easier.
What is the output for these commands to verify the time?
What is the output for these commands to verify the time?
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