Search found 17 matches

by buck
Fri May 23, 2008 11:13 am
Forum: Help: Linux/Unix Specific
Topic: Error creating graph
Replies: 2
Views: 1660

Under your data template does it have one or more RRA's selected?

Under those selected RRA's in Data Sources -> RRAs do they have all the Consolidation functions you are using selected?
by buck
Fri May 23, 2008 9:52 am
Forum: Help: Linux/Unix Specific
Topic: What should I do?
Replies: 5
Views: 1243

What do your crontab entries look like? Does the user have permissions to the rra folder like this: # Set the appropriate permissions on cacti's directories for graph/log generation. You should execute these commands from inside cacti's directory to change the permissions. shell> chown -R cactiuser ...
by buck
Thu May 22, 2008 1:36 pm
Forum: Help: Linux/Unix Specific
Topic: Why poller.php don't run !
Replies: 7
Views: 5930

You do have to create or use a valid user name. The instructions don't go though the step of creating an account, but do specify to use a valid one. Set the appropriate permissions on cacti's directories for graph/log generation. You should execute these commands from inside cacti's directory to cha...
by buck
Thu May 22, 2008 11:44 am
Forum: Help: Linux/Unix Specific
Topic: Why poller.php don't run !
Replies: 7
Views: 5930

Try putting the command under the crontab for cactiuser instead of root.
by buck
Fri May 09, 2008 1:58 pm
Forum: Help: General
Topic: Same graph on two devices doesn't behave the same
Replies: 11
Views: 2447

You can check out System Utilities -> View Poller Cache to answer your question about what query info cacti is sending.

Also setting the Log level to DEBUG will show you the data it's sending/getting back.
by buck
Fri May 09, 2008 10:30 am
Forum: Help: Linux/Unix Specific
Topic: [solved] loop when login with admin/admin
Replies: 4
Views: 1727

Did you edit include/config.php and specify the MySQL user, password and database for your Cacti configuration.

Code: Select all

$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "apache";
$database_password = "cacti";
Any apache log info?
by buck
Fri May 09, 2008 10:25 am
Forum: Help: General
Topic: Total maxiumum values do not add up
Replies: 4
Views: 1237

Thats just the way it works. It is adding correctly and giving you the total, your MAX value is then going to be the highest number of THAT total. That is the info that most people would want, as gandalf stated: the addition of the two MAX values is a number that doesn't really mean anything. If you...
by buck
Wed May 07, 2008 11:31 am
Forum: Help: Linux/Unix Specific
Topic: [SOLVED] Memory Leak?
Replies: 2
Views: 1936

Linux will use all the memory you give it, I don't see a problem in your graph. Check your cached memory amount (this is a cache of old info from memory that is kept handy just in case): [buck@work scripts]$ free -m total used free shared buffers cached Mem: 8113 8018 95 0 23 3452 -/+ buffers/cache:...
by buck
Tue Apr 15, 2008 1:03 pm
Forum: Help: Linux/Unix Specific
Topic: Poller.php won't poll. Permissions ?
Replies: 2
Views: 2782

Do the settings on your console -> settings -> Path tab

match these:

[cactiuser@vs1 scripts]$ which php
/usr/bin/php

[cactiuser@vs1 scripts]$ which rrdtool
/usr/local/bin/rrdtool
by buck
Mon Apr 14, 2008 3:54 pm
Forum: Help: Linux/Unix Specific
Topic: No rra's are created
Replies: 2
Views: 1281

Make sure you did this step: Set the appropriate permissions on cacti's directories for graph/log generation. You should execute these commands from inside cacti's directory to change the permissions. chown -R cactiuser rra/ log/ Also, change /dev/null 2>&1 to /srv/www/htdocs/cacti/log/poller.lo...
by buck
Mon Apr 14, 2008 11:16 am
Forum: Help: Linux/Unix Specific
Topic: echo $var give 0 value in the graph
Replies: 3
Views: 1170

start by using:

/bin/grep

and

/usr/bin/wc
by buck
Fri Apr 04, 2008 10:30 am
Forum: Help: General
Topic: How display load und disk i/o from remote host
Replies: 6
Views: 1468

Not sure if someone has written one or not. If you need to do your own script/graph, follow this guide: http://docs.cacti.net/node/25

Start there and work through chapter 11 (Templates)
by buck
Fri Apr 04, 2008 10:08 am
Forum: Help: Linux/Unix Specific
Topic: Help With Nans!?
Replies: 6
Views: 1757

That is the file that controls access to your database, so you should probably review this: http://docs.cacti.net/node/5

You might also what to view or even grab a new config.php file out the tarball you downloaded.
by buck
Fri Apr 04, 2008 9:34 am
Forum: Help: General
Topic: How display load und disk i/o from remote host
Replies: 6
Views: 1468

Go to New Graphs, Chose your target for load average, under Graph Templates chose "Unix - Load Average"
by buck
Fri Apr 04, 2008 9:13 am
Forum: Help: Linux/Unix Specific
Topic: problems displaying graphs Fedora Core 8, F5 LTM template
Replies: 5
Views: 1895

Did you remember this step?

Set the appropriate permissions on cacti's directories for graph/log generation. You should execute these commands from inside cacti's directory to change the permissions.

shell> chown -R cactiuser rra/ log/