Page 1 of 1

Duration field is showing (???) symbols

Posted: Wed Dec 17, 2014 8:51 pm
by Apurv
Hello All,

I am facing an issue since yesterday. All of a sudden the "Duration" field in nagios web interface has started showing "???" symbol. I have also attached a screenshot of the same with this thread. As I am a newbie to nagios I would really appreciate guidance/assistance on how to get this resolved. Can someone please help me out?


Thanks in advance!

Re: Duration field is showing (???) symbols

Posted: Thu Dec 18, 2014 10:36 am
by tmcdonald
You should be able to run

Code: Select all

grep "date.timezone" /etc/php.ini
php -r 'echo date("D M j G:i:s T Y")."\n";'
date
to get a good idea if your time settings are matching up or not. Go ahead and run that for starters and show us the output.

Re: Duration field is showing (???) symbols

Posted: Thu Dec 18, 2014 1:06 pm
by Apurv
Thank you for replying...

Ye! ur correct... actually my date settings were not proper,but I had realized this and changed the timezone and date to the correct one. Then restarted the nagios service and http service. After that I waited almost 2-3 hours but the duration field was still showing the "???" sign. Hence I then submitted the ticket.

Is there anything else that u can suggest me to get this issue resolved??

Awaiting ur reply!!

Re: Duration field is showing (???) symbols

Posted: Thu Dec 18, 2014 1:16 pm
by abrist
What version of core are you running?
Have the checks associated with those ??? durations even been run yet? If so, are they running as expected?

Re: Duration field is showing (???) symbols

Posted: Thu Dec 18, 2014 9:10 pm
by Apurv
I am running nagios core 4.03. Once I changed the time settings on my server,I manually re-scheduled the checks for all services of each n every host. Still the "???" were appearing on the WEB interface.

Re: Duration field is showing (???) symbols

Posted: Fri Dec 19, 2014 9:45 am
by scottwilkerson
Are there actually check commands specified in the definitions for these services?

Re: Duration field is showing (???) symbols

Posted: Wed Dec 24, 2014 4:13 am
by Apurv
Yep!! There are command definitions for these services.

Re: Duration field is showing (???) symbols

Posted: Fri Dec 26, 2014 9:30 am
by scottwilkerson
It is like they have never ran.

It is possible to share the object configuration for these?

Re: Duration field is showing (???) symbols

Posted: Wed Mar 04, 2015 3:51 am
by Apurv
scottwilkerson wrote:It is like they have never ran.

It is possible to share the object configuration for these?

This post can be marked as "Resolved".