Alerts are getting generated on wrong time stamp.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Alerts are getting generated on wrong time stamp.

Post by raamardhani7 »

Hi,
If a server is down and alert is triggered from Nagios , there is a delay in alerts received by another ticketing tool with wrong time stamp.
Please refer the screenshot attached.
You do not have the required permissions to view the files attached to this post.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Alerts are getting generated on wrong time stamp.

Post by npolovenko »

Hello, @raamardhani7. Let's check whether your system time is out of sync with the php time. Please run the following commands in the command line and post the output:

Code: Select all

date
and

Code: Select all

cat /etc/php.ini | grep date.time
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Re: Alerts are getting generated on wrong time stamp.

Post by raamardhani7 »

Hi,
I have attached the output.
You do not have the required permissions to view the files attached to this post.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Alerts are getting generated on wrong time stamp.

Post by npolovenko »

@raamardhani7, Is your XI using PHP Sendmail? You can check in Admin/System Config/Manage Email Settings(left column). Can you send a test email from the same screen? Would the timestamp be incorrect? You can also try to change the PHP time zone from America/Chicago to US/Central in etc/php.ini.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked