Search found 10 matches

by rvt
Sun Apr 22, 2012 6:53 pm
Forum: Help: General
Topic: Graph too big for Cacti to generate a graph image?
Replies: 2
Views: 326

Re: Graph too big for Cacti to generate a graph image?

Are there any work arounds?

I can get the image to be generated on the command line by putting the rrdtool command into a bash script and running it so doesn't seem to be a shell limitation.
by rvt
Sun Apr 22, 2012 7:40 am
Forum: Help: General
Topic: Graph too big for Cacti to generate a graph image?
Replies: 2
Views: 326

Graph too big for Cacti to generate a graph image?

Hi All, I have a graph with 220 data sources that it's being displayed. When I bring up the Debug there is no error reported. If I copy and paste the RRD command line that the debug shows me into a terminal and run it then an image is generated. It seems to be like I'm hitting some limit in Cacti/PH...
by rvt
Sat Mar 03, 2012 10:47 pm
Forum: Plugin General
Topic: Boost 5.1 and Cacti 0.8.7i - Boost has a date of 5 days ago?
Replies: 2
Views: 835

Re: Boost 5.1 and Cacti 0.8.7i - Boost has a date of 5 days

OK, doesn't look like it's fixed it, Boost is not updating the 'boost_last_run_time' tables: mysql> select * from settings where name like 'boost_%_run_time'; +---------------------+---------------------+ | name | value | +---------------------+---------------------+ | boost_last_run_time | 2012-03-...
by rvt
Sat Mar 03, 2012 9:36 pm
Forum: Plugin General
Topic: Boost 5.1 and Cacti 0.8.7i - Boost has a date of 5 days ago?
Replies: 2
Views: 835

Re: Boost 5.1 and Cacti 0.8.7i - Boost has a date of 5 days

I think I managed to fix it myself, I've just copied and pasted my blog post here: -------8<--------------- I've been having problems with some of my Cacti graphs having intermittent large gaps in them (days) . Looking at the Cacti logs I can see stale data errors: 03/04/2012 11:36:54 AM - BOOST: Po...
by rvt
Sat Mar 03, 2012 8:03 pm
Forum: Plugin General
Topic: Boost 5.1 and Cacti 0.8.7i - Boost has a date of 5 days ago?
Replies: 2
Views: 835

Boost 5.1 and Cacti 0.8.7i - Boost has a date of 5 days ago?

Hi All, I'm getting large gaps (days) in some of my graphs and I'm getting errors about stale data: 03/04/2012 11:36:56 AM - BOOST: Poller[0] WARNING: Stale Poller Data Found! Item Time:'1330506122', RRD Time:'1330581482' Ignoring Value! 03/04/2012 11:36:56 AM - BOOST: Poller[0] WARNING: Stale Polle...
by rvt
Fri Feb 24, 2012 9:31 pm
Forum: Help: General
Topic: Help with debugging graph with holes.
Replies: 0
Views: 406

Help with debugging graph with holes.

Hi All, I have a graph showing how many users are provisioned and for the life of me I can't figure out why it's only intermittently working. I'm running Boost and I can see the update line in the boost.log: 2012:02:25 13:17:13 - RRD Command 'update /opt/cacti-0.8.7i/rra/76/2775.rrd --template prov_...
by rvt
Tue Feb 14, 2012 4:57 pm
Forum: Help: General
Topic: Script outputting value of 350, graph shows 16.11m?
Replies: 1
Views: 347

Script outputting value of 350, graph shows 16.11m?

Hi All, I have a script that obtains a counter value of approx 350 from a remote server. The data input method runs it successfully and I can see in the cacti.log that the value of 150 is returned but when the graph is generated it's showing things like 16.11m? I can't figure out why it's scaling it...
by rvt
Wed Feb 08, 2012 3:17 am
Forum: Help: General
Topic: Problems with CDEFS when importing existing template.
Replies: 4
Views: 1574

Re: Problems with CDEFS when importing existing template.

Hrmmm I'm also getting a problem now where ALL_DATA_SOURCES_NODUPS seems to be generating a blank CDEF line :( RRDTool Command: /usr/bin/rrdtool graph - \ --imgformat=PNG \ --start=0 \ --end=0 \ --title='server1 - Stats' \ --base=1000 \ --height=140 \ --width=800 \ --alt-autoscale-max \ --lower-limi...
by rvt
Wed Feb 08, 2012 2:24 am
Forum: Help: General
Topic: Problems with CDEFS when importing existing template.
Replies: 4
Views: 1574

Re: Problems with CDEFS when importing existing template.

Thanks mate, that got it! :)

I'm upgrading from 0.8.7b to the latest, 0.8.7i
by rvt
Wed Feb 08, 2012 12:40 am
Forum: Help: General
Topic: Problems with CDEFS when importing existing template.
Replies: 4
Views: 1574

Problems with CDEFS when importing existing template.

Hi, I'm in the process of migrating our current cacti server to a new, more powerful machine so I've exported our Templates and have been importing them into the new installation and they have all worked so far except for this one that graphs some Apache stats. When turning on Graph debugging on the...