Page 1 of 2

Host/service trend graphs not working?

Posted: Fri May 31, 2013 5:49 am
by Deadringers
Hi all,

For all my hosts and services (apart from the default local host) the trend graphs are not working?

I can't figure out why.

Can you help?
here is a "graph" for my Exchange server
Image

And here is one for my local host:
Image

Thanks

Re: Host/service trend graphs not working?

Posted: Fri May 31, 2013 9:36 am
by abrist
What version of core are you running?

Re: Host/service trend graphs not working?

Posted: Fri May 31, 2013 9:39 am
by Deadringers
3.5 - the latest one from the website.

Re: Host/service trend graphs not working?

Posted: Fri May 31, 2013 10:31 am
by abrist
Looks like they are being displayed as "indeterminate" otherwise known as "unknown". Does your exchange server currently report up under the host details page? Could you try forcing a host check on the exchange server?

Re: Host/service trend graphs not working?

Posted: Fri May 31, 2013 12:54 pm
by Deadringers
I tried that mate - reschedule the next check and force a host check.

It's all coming back as up and okay but still nothing appearing on the graph?

Thanks for looking into it.

Image

Re: Host/service trend graphs not working?

Posted: Fri May 31, 2013 2:29 pm
by abrist
What check command are you using for the host check(not the services)?

Re: Host/service trend graphs not working?

Posted: Fri May 31, 2013 5:35 pm
by Deadringers
Just the usual "reschedule check"?

Image

Re: Host/service trend graphs not working?

Posted: Sat Jun 01, 2013 5:38 am
by Deadringers
okay something weird here which I can't explain..

Seems I have started to have graphs drawn from 12am ?

It seems that exactly @12AM it started to show as up in the graphs?

All I can think of is that the new service checks are "accounted" for in the logs from 12AM each day?

Re: Host/service trend graphs not working?

Posted: Mon Jun 03, 2013 12:35 pm
by abrist
Can you post a screenshot?
Also, what does your cron jobs look like?

Code: Select all

 cat /etc/cron.d/*

Re: Host/service trend graphs not working?

Posted: Tue Jun 04, 2013 3:52 am
by Deadringers
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
01 * * * * root run-parts /etc/cron.hourly
# Run system wide raid-check once a week on Sunday at 1am by default
0 1 * * Sun root /usr/sbin/raid-check

# Run system activity accounting tool every 10 minutes
*/10 * * * * root /usr/lib64/sa/sa1 1 1
# 0 * * * * root /usr/lib64/sa/sa1 600 6 &
# Generate a daily summary of process accounting at 23:53
53 23 * * * root /usr/lib64/sa/sa2 -A

Image

It's working now so I'm happy with it - does this mean anything to you? :)