Page 2 of 3

Re: Manipulating trend charts

Posted: Wed Feb 08, 2012 8:47 pm
by cwscribner
That brought the charts back :D

So it looks like now its set to 24h. Given the frequent usage indicated by the green and black lines, why are the last, avg, and max numbers so low?

Re: Manipulating trend charts

Posted: Thu Feb 09, 2012 11:47 am
by scottwilkerson
Yeah, I thought 24 hours was the default...

When you run the wizard it has a dropdown that asks you the speed you want to use, Gbps,Mbps,Kbps....

I believe the graphs use this value, however I don't know why you have a "m" on the left side to the graph...

Is this a low traffic interface or one that would be expected to average 20Mbps ?

I do know that this check by default uses the Graph Template "check_xi_service_mrtgtraf.php"

Re: Manipulating trend charts

Posted: Thu Feb 09, 2012 12:18 pm
by cwscribner
It would be expected to have numbers in the 20Mbps +/- range. The Xymon graph shows numbers in that range.

What should be my next steps?

I still need to
1) Fix whatever is going on with those numbers
2) Create a graph that will show a 30 minute window.

Re: Manipulating trend charts

Posted: Wed Feb 15, 2012 12:42 pm
by cwscribner
My charts are back to not working at all. I tried re-uploading the perfdata component but that didn't fix it. Any thoughts?

Re: Manipulating trend charts

Posted: Wed Feb 15, 2012 1:37 pm
by scottwilkerson
Are they totally blank?

Any relevant errors in?

Code: Select all

# tail -f /var/log/httpd/error_log

Re: Manipulating trend charts

Posted: Wed Feb 15, 2012 1:42 pm
by cwscribner
Totally blank. All are showing up as broken image links.

The apache log is filled with

Code: Select all

sh: /usr/bin/rrdtool: No such file or directory

Re: Manipulating trend charts

Posted: Wed Feb 15, 2012 1:56 pm
by mguthrie
Can you run:

Code: Select all

whereis rrdtool

Re: Manipulating trend charts

Posted: Wed Feb 15, 2012 2:24 pm
by cwscribner
Interesting...rrdtool appears to be missing. It returned

Code: Select all

rrdtool:

Re: Manipulating trend charts

Posted: Wed Feb 15, 2012 3:18 pm
by scottwilkerson
that's interesting, we are going to need that back

Code: Select all

yum install rrdtool -y

Re: Manipulating trend charts

Posted: Wed Feb 15, 2012 3:41 pm
by cwscribner
Charts are back :D They're missing a bunch of data though. Any way to remedy that?