Well, it started working again, on it's own.
At least it has the decency to fix itself after it broke itself.
Search found 10 matches
- 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
- 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...
- 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
- 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) ...
- Fri May 12, 2006 3:21 pm
- Forum: Help: General
- Topic: Basic SMNP output -> Cacti input question.
- Replies: 2
- Views: 982
Something like?
Well it works
Thanks
Paul
Code: Select all
#!/bin/bash
host=$1
oid=$2
snmpget -c public -v 2c $1 $2 | sed "s/.*STRING: //"
Thanks
Paul
- 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...
- Sun Jun 19, 2005 6:11 am
- Forum: Scripts and Templates
- Topic: Graphing cloud cover / decks.
- Replies: 1
- Views: 3752
- 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...
- Sun Jun 19, 2005 5:57 am
- Forum: Scripts and Templates
- Topic: IPTables script modifications.
- Replies: 7
- Views: 26804
- 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...