Search found 203 matches

by khufure
Tue Jul 28, 2009 12:43 pm
Forum: Help: Linux/Unix Specific
Topic: Getting NaN (Not a Number) for Disk Space
Replies: 2
Views: 1893

I debugged following this guide here: http://forums.cacti.net/about15136.html but everything seemed to be ok. It worked suddenly after 24 hours. You probably fixed something. Sometimes during the night, the poller cache rebuilt and your graphs started working. You can see the poller cache and manua...
by khufure
Thu Jun 25, 2009 5:02 pm
Forum: Help: Linux/Unix Specific
Topic: Reinstallation of cacti with old data
Replies: 3
Views: 1422

Re: Reinstallation of cacti with old data

Hi, I want to setup cacti again from scratch. Reason is a lot of problems with plugins and a lot op nan in the stats. Some data graphs I want to keep. The do work. How can I do this. Export the old data and import it into the new cacti. RBL It is not easy as the data is in RRD not MySQL. I would su...
by khufure
Thu Jun 25, 2009 4:58 pm
Forum: Help: Linux/Unix Specific
Topic: Why can't I understand 1 minute polling, or is it just me?
Replies: 9
Views: 2983

Did you check your CDEFs? Almost looks like its dividing an extra time, or that the values got mixed in CPU. Load looks ok so I think the interval upgrade is actually good.
by khufure
Thu Jun 25, 2009 4:46 pm
Forum: Help: Linux/Unix Specific
Topic: Can graph everything except SNMP device statistics/traffic
Replies: 13
Views: 4433

Increase ram in php.ini to 64mb. You need to restart apache after the change. Also, my understanding is 087d likes php 5.2 (and I think 5.2.5) or newer. If you update this from (probably) RPM version, maybe try in /usr/local/php so you can swap back in case of problem. Sorry, I am not sure if those ...
by khufure
Thu Jun 25, 2009 12:35 pm
Forum: Help: Linux/Unix Specific
Topic: Can graph everything except SNMP device statistics/traffic
Replies: 13
Views: 4433

Does anyone else have any suggestions? I followed the debug document pretty accurately I think..,i even increased the max NaN value for the traffic.. The poller does rebuild on its own eventually. I'm not sure when the maintenance is but I guess it is a daily event. Can you paste the technical supp...
by khufure
Tue Jun 23, 2009 12:48 pm
Forum: Help: Linux/Unix Specific
Topic: Cacti graph is not well formatted
Replies: 9
Views: 3384

GUI ->Settings (left frame near bottom) -> Visual Look for FONT FILE lines and enter your true type font, e.g. /usr/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf Tried but same result..... Maybe some incompatibility between cacti-0.8.6g and rrdtool. I think you should consider upgrading cacti. If yo...
by khufure
Tue Jun 23, 2009 12:44 pm
Forum: Help: Linux/Unix Specific
Topic: Can graph everything except SNMP device statistics/traffic
Replies: 13
Views: 4433

Hey hyperlord, you were right, my poller.php was in... /var/www/cacti/poller.php.... I have made the according changes and now the output of poller.txt is.. root /tmp # cat poller.txt OK u:0.00 s:0.00 r:0.00 OK u:0.00 s:0.00 r:0.00 OK u:0.00 s:0.00 r:0.00 OK u:0.00 s:0.00 r:0.00 OK u:0.00 s:0.00 r:...
by khufure
Mon Jun 22, 2009 8:07 pm
Forum: Help: Linux/Unix Specific
Topic: no graphs and "ERROR: Installed RRDTool version" s
Replies: 12
Views: 5540

f0llia wrote:The same for me ... using IP address i can see all graphs ..
Then you need to fix your Apache virtualhost and/or DNS entries.
by khufure
Mon Jun 22, 2009 8:05 pm
Forum: Help: Linux/Unix Specific
Topic: Can graph everything except SNMP device statistics/traffic
Replies: 13
Views: 4433

Change this line in your crontab: */5 * * * * root /usr/bin/php /var/www/htmlcacti/poller.php > /tmp/poller.txt 2>&1 Restart crond. THen cat this file, preferably at the '4' or '9' minute mark. Maybe there's some missing module or rrd problem you didn't see yet. If not, here is Gandalf's excelle...
by khufure
Mon Jun 22, 2009 7:47 pm
Forum: Help: Linux/Unix Specific
Topic: Problem on my Cacti graph : time frame of 2 hours drawned
Replies: 6
Views: 2641

Hi, yes you are right. I found what's going wrong ! Cacti is creting the rra files in /var/lib/cacti/rra but, when i create a graph base on a data source, Cacti is searching the rra in /var/share/cacti/rra ! Damned ! Maybe you know where to set the correct path in order to make Cacti create the fil...
by khufure
Mon Jun 22, 2009 7:32 pm
Forum: Help: Linux/Unix Specific
Topic: Cacti graph is not well formatted
Replies: 9
Views: 3384

From where (file name or location) i can change the font or where to put the TrueType font? Yes, RRD tool utility version is already set to 1.2.x Actually I have installed it in july 2008...thts why the cacti version is G. GUI ->Settings (left frame near bottom) -> Visual Look for FONT FILE lines a...
by khufure
Fri Jun 19, 2009 1:57 pm
Forum: Help: Linux/Unix Specific
Topic: No data from data query after update on Debian
Replies: 4
Views: 1494

So, I try to enable debug log level on poller, but in log is only information about run /usr/share/cacti/site/scripts/ss_host_disk.php with function ss_host_disk and then that this function returned 0. I've tried write small php script, which call this function and I run this from console, but the ...
by khufure
Fri Jun 19, 2009 1:54 pm
Forum: Help: Linux/Unix Specific
Topic: Problem on my Cacti graph : time frame of 2 hours drawned
Replies: 6
Views: 2641

Hi, many thanks for your answer ! In fact i have created the rra "by hand" with the same command seen on "Turn on Data Source Debug Mode", because Cacti is not able to create them automatically. ("not able to set permissions"). I will try the last version and try to fi...
by khufure
Thu Jun 18, 2009 1:28 pm
Forum: Help: Linux/Unix Specific
Topic: Blank graphs in cacti
Replies: 11
Views: 17430

anyone preety please? */5 * * * * /usr/local/bin/php /usr/local/share/cacti/poller.php > /dev/null 2>&1 make it */5 * * * * /usr/local/bin/php /usr/local/share/cacti/poller.php > /tmp/poller_log.txt 2>&1 Check that file to see what your poller says. I don't know if it will help though, but ...