Search found 4 matches

by espinojo
Mon Mar 06, 2006 1:47 pm
Forum: Plugin: (Threshold)
Topic: Thold 2.x - Thresholding/Alerting module for cacti 8.6
Replies: 527
Views: 450172

Re: segmentation fault

after i installed thold plugin on my cacti-0.8.6h-1.2.el4.rf the webpage stopped working and running poller gave segmentation fault. what could be the problem?? i had the same problem, but haven't found a complete solution yet. The problem is releted to the functions.php file. Just backup it and re...
by espinojo
Tue Jan 17, 2006 7:03 pm
Forum: Help: Linux/Unix Specific
Topic: no graphs
Replies: 11
Views: 3390

Solution

I have found that the manual posted in documentation has an error. On the crontab file you just have to use this:

*/5 * * * * /www/php/bin/php /www/htdocs/cacti/poller.php >/dev/null 2>&1

without the root.
by espinojo
Tue Jan 17, 2006 12:59 am
Forum: Help: Linux/Unix Specific
Topic: no graphs
Replies: 11
Views: 3390

Some more info

Log has these lines: 01/16/2006 11:36:02 PM - SYSTEM STATS: Time:2.0190 Method:cmd.php Processes:10 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:5 RRDsProcessed:5 01/16/2006 11:36:00 PM - CMDPHP: Poller[0] ERROR: Either there are no items in the cache or polling is disabled 01/16/2006 11:22:02 ...
by espinojo
Tue Jan 17, 2006 12:27 am
Forum: Help: Linux/Unix Specific
Topic: no graphs
Replies: 11
Views: 3390

I have the same problem and running the poller.php manually the graphs appeared. The line on the crontab looks like this: */5 * * * * cacti /www/php/bin/php /www/htdocs/cacti/poller.php > /dev/null 2>&1 (I changed cactiuser for cacti in all the installation) The crontab was created for root user...