Search found 9 matches

by buckwestern
Fri Feb 01, 2008 10:30 am
Forum: Help: General
Topic: Cacti stops graphing particular host
Replies: 1
Views: 754

Cacti stops graphing particular host

I have had this cacti installation running for over 1 year now and every now and then, it just stops graphing particular devices. If I look at the log, the device is still being polled and doesn't report errors. It is giving data back, but the graphs are empty. Can anyone shed light on this, please?...
by buckwestern
Wed Nov 07, 2007 2:56 pm
Forum: Help: Linux/Unix Specific
Topic: 0.8.6j stoppped graphing, updated to 0.8.7 still no go
Replies: 15
Views: 4704

First attempt to edit configure.ac and edit out the checks for those libraries, then run "autoconf" followed by "./configure". If that does not get it, then you will have a little more work. So, in that case, remove the two that are giving you problems from common.h, and then ed...
by buckwestern
Wed Nov 07, 2007 9:05 am
Forum: Help: Linux/Unix Specific
Topic: 0.8.6j stoppped graphing, updated to 0.8.7 still no go
Replies: 15
Views: 4704

Yes, interesting. Did you update your spine to 0.8.7a? it has done that before. can't find a pattern. No. I have not been able to solve the compilation errors: configure: WARNING: netinet/ip.h: present but cannot be compiled configure: WARNING: netinet/ip.h: check for missing prerequisite headers? ...
by buckwestern
Wed Nov 07, 2007 8:59 am
Forum: Help: Linux/Unix Specific
Topic: 0.8.6j stoppped graphing, updated to 0.8.7 still no go
Replies: 15
Views: 4704

now some of the devices are still not graphing although the rrd are getting updated. it seems to be just ignoring them. They show up in the devices and the SNMP conversation is working as I can see output data in the log file, but the graphs are not showing this output. ok, I went to the devices sc...
by buckwestern
Wed Nov 07, 2007 8:57 am
Forum: Help: Linux/Unix Specific
Topic: 0.8.6j stoppped graphing, updated to 0.8.7 still no go
Replies: 15
Views: 4704

If that does not work simply do the following: mysql cacti > truncate poller_output; > quit; I truncated the table and it started graphing again. now some of the devices are still not graphing although the rrd are getting updated. it seems to be just ignoring them. They show up in the devices and t...
by buckwestern
Wed Nov 07, 2007 8:14 am
Forum: Help: Linux/Unix Specific
Topic: 0.8.6j stoppped graphing, updated to 0.8.7 still no go
Replies: 15
Views: 4704

select count(*) from poller_output . If the number is real high, you may have to truncate your poller_output table to allow the graphs to resume. Then, increase you memory_limit in php.ini to something on the order of 256M. Otherwise, run "php -q poller.php" from a command line as the pol...
by buckwestern
Tue Nov 06, 2007 2:42 pm
Forum: Help: Linux/Unix Specific
Topic: 0.8.6j stoppped graphing, updated to 0.8.7 still no go
Replies: 15
Views: 4704

no they are not.
by buckwestern
Tue Nov 06, 2007 12:53 pm
Forum: Help: Linux/Unix Specific
Topic: 0.8.6j stoppped graphing, updated to 0.8.7 still no go
Replies: 15
Views: 4704

0.8.6j stoppped graphing, updated to 0.8.7 still no go

last Thursday night, for no apparent reason, my cacti installation stopped graphing. it is still collecting data, but not displaying it. I modified php.ini to increase memory limit to 1024M (from 128) but still no go, so I upgraded to 0.8.7. there are some other little issues now, like not being abl...
by buckwestern
Tue Nov 06, 2007 11:51 am
Forum: Help: General
Topic: Spine Compile Issues Here
Replies: 93
Views: 62127

TheWitness wrote:It's actually a ip_icmp.h structure formatting issue. It's troubling, but I might just have the fix.

can I get the fix, too, please? I am experiencing the same issue.

thanks.