Solutions : Used In/Out 64 bit counters in the poller.
Source : https://www.cyberciti.biz/faq/fedora-rhel-install-cacti-monitoring-rrd-software/
Issue : Graph history only for 1 one daySolutions:in graph_image.php and graph_json.php change the 1600000000 to 2600000000/* override: graph start time...
Showing posts with label cacti. Show all posts
Showing posts with label cacti. Show all posts
Tuesday, April 9, 2019
Friday, June 12, 2015
Cacti " ./syslog/syslog_incoming' is marked as crashed and should be repaired
Error:
[ERROR] /usr/libexec/mysqld: Table './syslog/syslog_incoming' is marked as crashed and should be repaired
Solution:
mysqlcheck --auto-repair --databases syslog
mysqlcheck --auto-repair --databases cacti
#mysqlcheck --auto-repair --databases syslog -u root -p
syslog.syslog
warning : 2 clients are using or haven't closed the table properly
status : OK
syslog.syslog_alert OK
syslog.syslog_incoming
warning...
Wednesday, January 14, 2015
Cacti : Generate php weathermap html file
Solutions:
#cd /var/www/html/plugins/weathermap; /var/www/html/plugins/weathermap/weathermap --config /var/www/html/plugins/weathermap/configs/file-name.conf
Next, open web browser point to
http://<IP or domain name>/plugins/weathermap/file-name.h...
Thursday, August 28, 2014
Cacti : Enable cron job for Weathermap
Solutions:
* * * * * cd /var/www/html/plugins/weathermap/; /var/www/html/plugins/weathermap/weathermap --config /var/www/html/plugins/weathermap/configs/network.conf
Source:
http://forums.cacti.net/viewtopic.php?f=16&t=5234...
Monday, May 16, 2011
Cacti : Tips
Q: I just installed Cacti and all of my graphs appear as broken images.
A: If all of your settings appear correct, try running poller.php manually by cd'ing to Cacti's directory and typing:
# php poller.php
Refer : http://www.cacti.net/downloads/docs/html/faq.html#AEN2...
Subscribe to:
Posts (Atom)