Search found 10 matches

by venquessa
Tue Aug 10, 2010 9:54 am
Forum: Help: General
Topic: [solved] Upgrade from 0.8.7f to 0.8.7g - Errors
Replies: 13
Views: 2868

Well, it started working again, on it's own.

At least it has the decency to fix itself after it broke itself.
by venquessa
Tue Aug 10, 2010 8:34 am
Forum: Help: General
Topic: [solved] Upgrade from 0.8.7f to 0.8.7g - Errors
Replies: 13
Views: 2868

Same here. Installed CentOS today. Installed Cacti. Verified Cacti was running. Added a host. Added some graphs. WOOHOO, pretty graphs working. Went to lunch, came back Graphs have stopped logging any thing and 100s of the exact same errors as the OP. I modified nothing over lunch I was no where nea...
by venquessa
Wed May 24, 2006 4:49 pm
Forum: Plugin: (Threshold)
Topic: Thold 2.x - Thresholding/Alerting module for cacti 8.6
Replies: 527
Views: 450167

hostname cacti # php index.php Segmentation fault What is it with this segfault carry on? It's the only PHP program I have ever known to ignorantly segfault with no warning nor error. I've spent an age going through the install with a fine toothed .. print "Here we are!"; trace Until I fou...
by venquessa
Wed May 24, 2006 2:50 pm
Forum: Help: General
Topic: Email on "Device is down"?
Replies: 1
Views: 1032

Email on "Device is down"?

Can anyone suggest a good way to generate email when I host comes back with status "Down" or "Recovering"? I can think of a few ways... 1. Hack the cacti poller script. 2. Cron + Lynx + Grep + Sendmail and use the cacti device status page (Problem with cacti authentication then) ...
by venquessa
Fri May 12, 2006 3:21 pm
Forum: Help: General
Topic: Basic SMNP output -> Cacti input question.
Replies: 2
Views: 982

Something like?

Code: Select all

#!/bin/bash

host=$1
oid=$2

snmpget -c public -v 2c $1 $2 | sed "s/.*STRING: //"
Well it works :)

Thanks

Paul
by venquessa
Fri May 12, 2006 11:59 am
Forum: Help: General
Topic: Basic SMNP output -> Cacti input question.
Replies: 2
Views: 982

Basic SMNP output -> Cacti input question.

Hello, How do I get an SMNP output like: TP:10 TN:547 FP:3 FN:29 SC:0 NC:8 To be parsed via a Data Template? I've managed it many a time with script output, but I can't seem to get it to work with SNMP data fetched from an OID. I remember getting round this before by creating a script to call snmp w...
by venquessa
Sun Jun 19, 2005 6:11 am
Forum: Scripts and Templates
Topic: Graphing cloud cover / decks.
Replies: 1
Views: 3752

I think I have it.

The 4 altitudes go on one graph as described above.

The 4 cloud cover values, in the 0-clear to 4 overcast go into one graph, as lines of different colours.

Now all I gotta do is the scripts and cacti set up.
by venquessa
Sun Jun 19, 2005 6:07 am
Forum: Scripts and Templates
Topic: Graphing cloud cover / decks.
Replies: 1
Views: 3752

Graphing cloud cover / decks.

I've been toying with the idea of graphing cloud cover. Several approaches have presented themselves. 1. Create 4 datasources. - Few - Scattered - Broken - Overcast Give them a value of 1 or 0. Graph each in a different color. The graph should present itself as easy to read and tell how often it was...
by venquessa
Sun Jun 19, 2005 5:57 am
Forum: Scripts and Templates
Topic: IPTables script modifications.
Replies: 7
Views: 26804

I'd love to, but as I haven't figured out how to use the template system on Cacti, I don't have a template. The process to create the graphs was... Add iptables rules to mark traffic in the "mangle" FORWARD chain. Use a bit flag structure, so you can match on AND masks later for the counte...
by venquessa
Wed Jun 15, 2005 3:36 pm
Forum: Scripts and Templates
Topic: IPTables script modifications.
Replies: 7
Views: 26804

IPTables script modifications.

I tried to email the author and tried his website but everything seemed to be down or rejected. So, I'll post here. The following is a modified iptable.pl script that will retain "all" the counters in a chain. Each rules counters are returned as for example: rule1:123 rule2:5678 rule3:9876...