Search found 33 matches

by RandomWelshBloke
Sun Feb 08, 2004 9:38 am
Forum: Informational/HOWTO's
Topic: [INFO] Black graphs look better than white! :)
Replies: 55
Views: 145359

Graph Skinning

Having a global graph option in Cacti Settings that can allow graphs to be skinned is a great idea. By default all graphs would confirn to this, however, it would be cool, if possible, to over-ride this in the graph template section for specific instances. As well as skinning font / colour, a link t...
by RandomWelshBloke
Fri Dec 20, 2002 6:40 am
Forum: Help: Linux/Unix Specific
Topic: Extract text values (MAX & Average) from rrd file
Replies: 2
Views: 7974

The specific data I am after is the MAX and AVERAGE values printed on the Monthly (2 Hour Average) graph. The end goal is to have this inserted into a web page. So far looked at... The info command gives MAX and AVERAGE values but they are not the same as on the graph other than MAX for the Day grap...
by RandomWelshBloke
Fri Nov 29, 2002 9:59 am
Forum: Help: Linux/Unix Specific
Topic: Extract text values (MAX & Average) from rrd file
Replies: 2
Views: 7974

Extract text values (MAX & Average) from rrd file

Does anyone know of a good way to extract text values (MAX & Average) from a rrd file? The intention is to have a dashboard type page summarising the statistics for a whole network. e.g. Location, bandwidth, traffic, %utilisation for all sites on one page. Possibly flagging sites that are over 8...
by RandomWelshBloke
Thu Jul 04, 2002 4:13 am
Forum: Help: General
Topic: cvs install ?
Replies: 5
Views: 3008

I hear about how fab this new one looks but can somone point me to the cvs?

Or are there any screen shots?

Random. :)
by RandomWelshBloke
Tue Jul 02, 2002 1:43 am
Forum: Help: General
Topic: Missing sub-interface information for a cisco 3640
Replies: 2
Views: 2198

Try an SNMP walk to see if the sub interfaces are being advertised from the router. I had a problem where cacti was not gathering all the interfaces leaving out the last few which happened to be the sub interfaces. snmpwalk <ip address> <snmp read comunity string> Also, have you refreshed the interf...
by RandomWelshBloke
Tue Jun 18, 2002 2:12 am
Forum: Help: General
Topic: Absolute
Replies: 1
Views: 1440

Go to the graph you want to add the value to,

Go into the graph items,

Click add,

Pick a color, graph item type is HRULE, value is where it is to go (e.g.10 000), Text format is the label on the graph.

Random. :wink:
by RandomWelshBloke
Tue Jun 18, 2002 2:08 am
Forum: Help: General
Topic: something just not right ...
Replies: 7
Views: 3414

A problem I had with RH7.2 (could be the same for you in 7.3) was the ping.pl script

Just add -U to the ping command in that script.

Some quirk of RH I've been told.

Random :wink:
by RandomWelshBloke
Fri Jun 14, 2002 4:30 am
Forum: Help: General
Topic: Cacti 0.6.8 - setcookie() Problem
Replies: 2
Views: 2095

I also had this problem, thanks for the fix ericr. RH7.2 Apache 1.3.24 php 4.2.1 perl 5.6.0 One thing though, when I use the new logout button on the top menu bar it takes me to the login screen, as you would expect, but... when i use the old logout button on the console left hand menu the screen do...
by RandomWelshBloke
Thu Jun 13, 2002 2:30 am
Forum: Help: General
Topic: cacti Instalation Guide (Step 1) (how do I progress?)
Replies: 7
Views: 3683

Cool...

On the same theme, my bos really likes cacti and wanted to know if there was any cost. When he found out it is free he asked if we could make a donation. Do you have a wish list? Books, CD's DVD,s etc...

Random.
by RandomWelshBloke
Tue Jun 11, 2002 8:50 am
Forum: Help: General
Topic: Making Bits the default
Replies: 14
Views: 7157

Found the answer... :oops:

in MySQL

Code: Select all

alter table rrd_graph_item alter column CDEFID set default 2;
Random :wink:
by RandomWelshBloke
Tue Jun 11, 2002 8:15 am
Forum: Help: General
Topic: Making Bits the default
Replies: 14
Views: 7157

Hoping somone has found a simple way to do this... (at the time the graph is created) Im 1/2 way there... To change Graph label go into the include/utility_functions.php file and change the value of $graph_vertical_label = "Bytes Per Second"; to $graph_vertical_label = "Bits Per Secon...
by RandomWelshBloke
Tue Jun 11, 2002 1:41 am
Forum: Help: General
Topic: cacti Instalation Guide (Step 1) (how do I progress?)
Replies: 7
Views: 3683

Ian, thank you so much! :D In case any one else has this problem... Had done the old locate php.ini and changed all versions I could find, no joy. Originally created a link (ln -s /path/to/php.ini php.ini) but can't remember if I restarted apache! :oops: Just copied the php.ini file to /usr/local/li...
by RandomWelshBloke
Mon Jun 10, 2002 9:28 am
Forum: Help: General
Topic: cacti Instalation Guide (Step 1) (how do I progress?)
Replies: 7
Views: 3683

register_globals = On register_argc_argv = On has been set in my /www/conf/php.ini file however when I create the <?php phpinfo(); ?> file it indicates that register_globals is Off! Also at the top of the page the field 'Configuration File (php.ini) Path' is set to /usr/local/lib I tried puting a l...
by RandomWelshBloke
Thu May 30, 2002 9:27 am
Forum: Help: General
Topic: cacti Instalation Guide (Step 1) (how do I progress?)
Replies: 7
Views: 3683

cacti Instalation Guide (Step 1) (how do I progress?)

cacti 0.6.8, RH7.2, php 4.2.1 :D When trying to connect to index.php i get the cacti Instalation Guide (Step 1) screen. When I click next >> it just refreshes the screen, any one know how to get out of this loop? :-? When running cmd.php I get the following errors repeated for each script in the scr...
by RandomWelshBloke
Wed May 22, 2002 3:52 am
Forum: Help: General
Topic: SNMP Host Configuration / Refresh Interface not completing
Replies: 1
Views: 1561

SNMP Host Configuration / Refresh Interface not completing

Some of the routers I wish to monitor have 100+ interfaces. When I first poll the router it is unbale to get all the interfaces, Refresh Interface has the same result. I am guessing this is a time out thing but am unsure where to set a larger value. Has anyone else had this problem, and if so how wa...