Search found 18 matches

by mmerelles
Mon Sep 03, 2012 4:21 pm
Forum: Help: General
Topic: Values on the graph are skewed.
Replies: 3
Views: 609

Re: Values on the graph are skewed.

It is not clear for me if it is just a graph problem or the data being stored in the rrd is already skewed which would result on a wrong graphic Have you confirmed the values being stored on the rrd are ok as expected? in such case you haven't confirmed that yet: rrdtool dump xxxxx.rrd > output.txt ...
by mmerelles
Mon Sep 03, 2012 9:35 am
Forum: Plugin: (Network Weather Map)
Topic: weathermap stopped running after upgrade
Replies: 2
Views: 2342

Re: weathermap stopped running after upgrade

no, should i?

running php 4.3.9 & mysql 4.1.22
by mmerelles
Sat Sep 01, 2012 10:12 am
Forum: Help: General
Topic: Problem in cacti graph when traffic goes more than 114 Mb
Replies: 5
Views: 1144

Re: Problem in cacti graph when traffic goes more than 114 M

please provide the folllowing outputs: 1. Goto "data sources", select the corresponding DEVICE on the pickdown and then the INTERFACE we are testing for diagnose. capture a print screen and share the image to see the values 2. on your linux command line run rrdtool info /yourcactitree/rra/...
by mmerelles
Sat Sep 01, 2012 10:12 am
Forum: Help: General
Topic: Problem in cacti graph when traffic goes more than 114 Mb
Replies: 5
Views: 1144

Re: Problem in cacti graph when traffic goes more than 114 M

please provide the folllowing outputs: 1. Goto "data sources", select the corresponding DEVICE on the pickdown and then the INTERFACE we are testing for diagnose. capture a print screen and share the image to see the values 2. on your linux command line run rrdtool info /yourcactitree/rra/...
by mmerelles
Fri Aug 31, 2012 8:56 pm
Forum: Help: General
Topic: Change Cacti URL
Replies: 9
Views: 20790

Re: Change Cacti URL

You received an SQL syntax error due to you mistyped the command. Please note it is "wHere" not "were". Run it again correctly to see the output. as per your webmin config, the apache configuration file is stored here: httpd_conf=/etc/apache2/apache2.conf so you should edit that ...
by mmerelles
Fri Aug 31, 2012 5:55 pm
Forum: Help: General
Topic: Change Cacti URL
Replies: 9
Views: 20790

Re: Change Cacti URL

In such case it seems there is an issue where your apache is pointing or where your cacti base is. Please get the following info for me: login to mysql command line and run: use cacti; select * from settings where name='path_webroot'; what is the output? then edit the apache config files and let me ...
by mmerelles
Fri Aug 31, 2012 5:36 pm
Forum: Plugin: (Threshold)
Topic: PHP Notice: Use of undefined constant DATE_RFC822
Replies: 1
Views: 1993

Re: PHP Notice: Use of undefined constant DATE_RFC822

me too, but

cacti 0.8.8a
error is referenced to line 259
by mmerelles
Fri Aug 31, 2012 1:57 pm
Forum: Help: General
Topic: Change Cacti URL
Replies: 9
Views: 20790

Re: Change Cacti URL

check at cacti/include/global.php (instead of config.php)

look for this:
/* define default url path */
$url_path = "/cacti/";

set there:
/* define default url path */
$url_path = "/";


If it still does not exist in global.php, you may include it
by mmerelles
Fri Aug 31, 2012 1:48 pm
Forum: Help: General
Topic: Values on the graph are skewed.
Replies: 3
Views: 609

Re: Values on the graph are skewed.

it seems that you are running into a BYTES / BITS conversion issue, so 1 / 8 gives you 0,125 as result.

Or, also check that the data source type is set to GAUGE and not as COUNTER (which is the default).

hope this helps
by mmerelles
Fri Aug 31, 2012 1:23 pm
Forum: Help: General
Topic: Problem in cacti graph when traffic goes more than 114 Mb
Replies: 5
Views: 1144

Re: Problem in cacti graph when traffic goes more than 114 M

It seems that each time you create a new graph, you leave the pickdown "select graph type" by default, which is IN/OUT bits. It means 32 bit snmp counters, so you will no be able to monitor heavy traffic. Delete one of those graphs, and while your a creating it pay attention to the pickdow...
by mmerelles
Fri Aug 31, 2012 11:08 am
Forum: Plugin: (Network Weather Map)
Topic: weathermap stopped running after upgrade
Replies: 2
Views: 2342

weathermap stopped running after upgrade

I was running cacti 0.8.7g and weathermap 0.96 (not running thold) and everything was working just fine! I have upgraded cacti to 0.8.8a and weathermap to 0.97a, the upgrade process went smooth. After a while an user reported me that the weathermap maps were no longer updated, then i realized the la...
by mmerelles
Thu Aug 30, 2012 11:58 am
Forum: Plugin: (Network Weather Map)
Topic: weathermap stopped running after upgrade
Replies: 2
Views: 952

Re: weathermap stopped running after upgrade

I changed memory size in php.ini to "2048M", problem not solved
I also installed weathermap 0.98dev (i have seen posts about a memory leak in 0.97a) but problem not solved
by mmerelles
Wed Aug 29, 2012 9:50 pm
Forum: Plugin: (Network Weather Map)
Topic: weathermap stopped running after upgrade
Replies: 2
Views: 952

weathermap stopped running after upgrade

I was running cacti 0.8.7g and weathermap 0.96 (not running thold) and everything was working just fine! I have upgraded cacti to 0.8.8a and weathermap to 0.97a, the upgrade process went smooth. After a while an user reported me that the weathermap maps were no longer updated, then i realized the la...
by mmerelles
Wed May 25, 2005 1:03 pm
Forum: Plugin: (Threshold)
Topic: Thold 2.x - Thresholding/Alerting module for cacti 8.6
Replies: 527
Views: 446060

error when patch

Message for aboyz,

I have seen the same error when tried to apply the patch, so i did the changes manually at thold-functions.php and it started to work properly.

Please replace your actuall file with this one which is already patched and works fine.

Manuel
by mmerelles
Mon May 23, 2005 1:45 pm
Forum: Scripts and Templates
Topic: Templates to stack up to 32 devices in/out
Replies: 14
Views: 9570

ERROR: Could not parse color in ''

I fixed the problem going back to rrdtool 1.0.50, it is not working with rrdtool 1.2 for me.