Search found 4 matches

by geekspeed
Wed Jul 23, 2008 12:11 pm
Forum: Scripts and Templates
Topic: [XML] Cisco IP SLA templates (AKA RTR & SAA)
Replies: 157
Views: 293005

I seem to be running into another sort of problem. the http error codes associated with http test are coming back as either 302, 500, or 404 . Yet when I try the same commands from the command line with telnet - I get 200/OK . Any idea where the http error codes are stored in snmp. I would like to d...
by geekspeed
Thu Mar 09, 2006 1:42 pm
Forum: Scripts and Templates
Topic: APCUPSD integration
Replies: 2
Views: 4479

file: /var/www/cacti/scripts/check_ups.sh #!/bin/sh HOST="$1" PORT="$2" /sbin/apcaccess status $1:$2 | /var/www/cacti/scripts/apcupsd-report.pl file: /var/www/cacti/scripts/apcupsd-report.pl #!/usr/bin/perl #script that parses output of apcaccess for cacti internal processing: wh...
by geekspeed
Wed Mar 08, 2006 12:23 am
Forum: Scripts and Templates
Topic: APCUPSD integration
Replies: 2
Views: 4479

APCUPSD integration

Currently I have over 12 UPSs that I monitor with APCUPSD. I have a shell script that gathers the data and feeds it into cacti (i modified a script found on this board). My question is -- now that I have the data query -- how do I turn that into a graph, or does anyone here have any examples of moni...
by geekspeed
Fri Aug 26, 2005 4:24 pm
Forum: Help: Linux/Unix Specific
Topic: Duplicate datasources
Replies: 1
Views: 828

Duplicate datasources

Im having an issue where linux boxes (or anything using the generic SNMP Interfaces ) data source are coming up blank. After doing some testing RRD Tool keeps telling me "ERROR: Duplicate DS name: traffic_in" . How do I resolve this so that the RRD files are created?