Search found 27 matches

by Speedster
Thu Mar 15, 2007 10:29 pm
Forum: Help: Windows Specific
Topic: Help graphing over 2 TB volumes (Am I really this stupid?)
Replies: 35
Views: 17485

Give this a go, we use it on our Filers making use of the High and Low counters provided. The Graph Templates and CDEFs are possibly needlessly complicated but it gets the correct information (apart from one snapshot vol we have, but this is open as a possible bug). Steps 1) Put filer_vols.xml in yo...
by Speedster
Tue Jun 07, 2005 9:08 pm
Forum: Help: Linux/Unix Specific
Topic: rrdtool 1.2 and STACK
Replies: 24
Views: 16389

Looks like it's working :)

(and it's Speedster - I can't stand it when people get it wrong!) :P
by Speedster
Tue Jun 07, 2005 8:45 pm
Forum: Help: Linux/Unix Specific
Topic: rrdtool 1.2 and STACK
Replies: 24
Views: 16389

I only want the total of the stack showing (it's a LINE2 stack) with the lines underneath to be invisible.
by Speedster
Tue Jun 07, 2005 5:40 pm
Forum: Help: Linux/Unix Specific
Topic: rrdtool 1.2 and STACK
Replies: 24
Views: 16389

TheWitness wrote:Did you get the lib/rrd.php from BRANCH_0_8_6? If not, try that one. Else please backoff and we will work it out on Wednesday evening.

Larry
Yep :)

I used this version of rrd.php
by Speedster
Tue Jun 07, 2005 12:15 am
Forum: Help: Linux/Unix Specific
Topic: rrdtool 1.2 and STACK
Replies: 24
Views: 16389

Are there any other files out of CVS I would need other than lib/rrd.php ? I replaced that file with the fixed CVS version and now my graph command looks like this: /usr/bin/rrdtool graph - \ --imgformat=PNG \ --start=-86400 \ --end=-300 \ --title="3FL - Icecast - Total Number of Listeners"...
by Speedster
Fri Jun 03, 2005 10:18 pm
Forum: Help: Linux/Unix Specific
Topic: rrdtool 1.2 and STACK
Replies: 24
Views: 16389

The rrdgraph command is in the post above. Here are the 5 rrd files it refers to.
by Speedster
Fri Jun 03, 2005 8:22 am
Forum: Help: Linux/Unix Specific
Topic: rrdtool 1.2 and STACK
Replies: 24
Views: 16389

Yep, that's what I was getting at. It's not a bug in rrdtool - cacti just doesn't support the new syntax for stack graphs and I was simply wondering if there was a timeframe on when it would, or whether someone has created a patch to make it work.
by Speedster
Fri Jun 03, 2005 3:55 am
Forum: Help: Linux/Unix Specific
Topic: rrdtool 1.2 and STACK
Replies: 24
Views: 16389

Yep, all the other graphs except the graph with a STACK in it work. The rrdtool graph man page states that STACK has been deprecated and the new method should be used. This is the command that generates the graph: /usr/bin/rrdtool graph - \ --imgformat=PNG \ --start=-86400 \ --end=-300 \ --title=&qu...
by Speedster
Thu Jun 02, 2005 8:26 pm
Forum: Help: Linux/Unix Specific
Topic: rrdtool 1.2 and STACK
Replies: 24
Views: 16389

rrdtool 1.2 and STACK

Hey guys, I'm using Cacti 0.8.6d with the basic rrdtool 1.2 functionality and have noticed that with the version of rrdtool I'm using (1.2.8) the STACK graph type has been deprecated. When I attempt to use existing templates that have STACK objects the graph doesn't show up. The error is ERROR: Coul...
by Speedster
Wed Sep 29, 2004 8:49 pm
Forum: Help: Linux/Unix Specific
Topic: cmd.php works - cactid fails: Result from SCRIPT not valid
Replies: 34
Views: 12175

I increased the timeout value in poller.c to 10 seconds with the pre20040929 version, it looks like my cactid is getting stuck in a loop.
by Speedster
Tue Sep 28, 2004 11:51 pm
Forum: Help: Linux/Unix Specific
Topic: cmd.php works - cactid fails: Result from SCRIPT not valid
Replies: 34
Views: 12175

This still happens in the 0.8.6a-pre20040928 version of cactid. 09/29/2004 09:50:20 AM - CACTID: Poller[0] Host[93] WARNING: Result from SCRIPT not valid. Partial Result: U... 09/29/2004 09:50:20 AM - CACTID: Poller[0] Host[93] SCRIPT: /home/httpd/html/newcacti/scripts/win-wwwsessions.sh webmail asp...
by Speedster
Tue Jul 13, 2004 8:21 am
Forum: Help: Linux/Unix Specific
Topic: Display uptime?
Replies: 22
Views: 17323

Hi Ghandi - this patch wont work under Windows.
by Speedster
Mon Apr 19, 2004 11:30 pm
Forum: Help: Linux/Unix Specific
Topic: Possible with Cacti ?
Replies: 4
Views: 3597

Without being more specific on what you want to graph there's not much more specific I can get :) That bash script will get the most recent value for whatever BoardID you give it. When cacti calls it the value will be stored in an RRA from which you can get various time-series graphs from it (day, w...
by Speedster
Wed Apr 14, 2004 10:45 am
Forum: Help: Linux/Unix Specific
Topic: Possible with Cacti ?
Replies: 4
Views: 3597

You could have a script that Cacti calls to retrieve the data from MySQL. Something like: #!/bin/bash # $1 - boardid CALLS=`echo "SELECT ActiveCalls FROM tablename WHERE BoardID = '$1' ORDER BY CurrentTime DESC LIMIT 1" | mysql -u username -ppassword database` echo $CALLS I've got somethin...
by Speedster
Mon Apr 12, 2004 10:01 am
Forum: Scripts and Templates
Topic: Postfix monitoring with David Schweikert's Mailgraph?
Replies: 107
Views: 255216

Nice work enforcer :) Sorry for not getting around to posting my templates! The data templates were just straight "Get SNMP Query" data sources (one for each type of data) so I'm not sure they could have helped anyone. It was one of the first things I did in Cacti and because the OID is di...