Search found 26 matches

by stevew
Thu Aug 14, 2008 7:35 am
Forum: Help: General
Topic: Bug with 0.8.7b 95th percentile traffic graph?
Replies: 1
Views: 1023

Bug with 0.8.7b 95th percentile traffic graph?

I wanted to check if this is just a local issue for me or a bug introduced with the templates from 0.8.7b. We've been running 0.8.7b for a while but I've only just created a new 95th percentile graph and noticed this. The new 95th percentile graphs display both an inbound and outbound 95th percentil...
by stevew
Tue Aug 12, 2008 2:37 pm
Forum: Help: General
Topic: How to move a branch from one tree to another ?
Replies: 6
Views: 11618

I revisited this today and came up with a way of moving graph trees around. This method requires some serious hacking about in the database but does allow you to move stuff between top-level graph trees without needing to recreate the graph tree. Of course once you have graph_tree items in a common ...
by stevew
Fri Jun 20, 2008 7:26 am
Forum: Help: General
Topic: How to move a branch from one tree to another ?
Replies: 6
Views: 11618

Actually I went back and checked this, I must have been lucky last time because this time I totally screwed the tree order.

The order key field plays a more significant part than I realised, and now I have a reason to learn what that is.... :-?
by stevew
Fri Jun 20, 2008 6:38 am
Forum: Help: General
Topic: How to move a branch from one tree to another ?
Replies: 6
Views: 11618

If you have some tool like phpMysql it is possible to move tree items between trees quite easily by editing database records directly. You can update the graph_tree_id in the graph_tree_items table to move graph items to another tree, and then you must use the web UI to rearrange items within the ne...
by stevew
Mon Oct 15, 2007 4:03 pm
Forum: Scripts and Templates
Topic: [XML] Cisco IP SLA templates (AKA RTR & SAA)
Replies: 157
Views: 295394

Re: Getting MIBs to resolve in snmp data queries?

I was really interested to see the info on adding the MIBs which I didn't realise was possible. So I followed the instructions. Now, when I run a command-line snmpbulkwalk the CISCO-RTTMON mib properly resolves: enfimon ~ $ snmpbulkwalk -v 2c -c **** 192.168.1.1 CISCO-RTTMON-MIB::rttMonLatestJitter...
by stevew
Sun Jun 10, 2007 7:25 am
Forum: Scripts and Templates
Topic: [XML] Cisco IP SLA templates (AKA RTR & SAA)
Replies: 157
Views: 295394

I've attached the sucessful import, and the two different behaviors I'm seeing, based upon the .xml file I'm using. Any suggestions as to what I need to correct? Hi styrofoam, please can you post both versions of the XML snmp query, I don't have a copy of the old version and I'd like to compare them.
by stevew
Wed May 30, 2007 2:15 pm
Forum: Scripts and Templates
Topic: [XML] Cisco IP SLA templates (AKA RTR & SAA)
Replies: 157
Views: 295394

I'd like these to now reflect my tags (such as ICMP and VoIP) rather than the default index (1,2,3,4,etc). Does anyone know how I can rename my existing graphs? I tried renaming it under Data Sources -> "<host> SAA Basic - 1" but the graphs don't get updated. Anyone got any ideas here? Ha...
by stevew
Mon May 28, 2007 10:41 am
Forum: Scripts and Templates
Topic: [XML] Cisco IP SLA templates (AKA RTR & SAA)
Replies: 157
Views: 295394

Re: I need the icmpecho template

superzjb2007 wrote:Hello, can you give me the "icmpecho" template ?
All of the available templates are attached to the first post of this thread.
by stevew
Fri May 11, 2007 4:06 pm
Forum: Scripts and Templates
Topic: [XML] Cisco IP SLA templates (AKA RTR & SAA)
Replies: 157
Views: 295394

Alas no.... I'm using the php poller. Maybe I'll start a new thread on this topic...
by stevew
Fri May 04, 2007 4:44 pm
Forum: Scripts and Templates
Topic: [XML] Cisco IP SLA templates (AKA RTR & SAA)
Replies: 157
Views: 295394

Getting MIBs to resolve in snmp data queries?

I was really interested to see the info on adding the MIBs which I didn't realise was possible. So I followed the instructions. Now, when I run a command-line snmpbulkwalk the CISCO-RTTMON mib properly resolves: enfimon ~ $ snmpbulkwalk -v 2c -c **** 192.168.1.1 CISCO-RTTMON-MIB::rttMonLatestJitterO...
by stevew
Mon Dec 05, 2005 3:03 pm
Forum: Help: Linux/Unix Specific
Topic: Several questions/help needed
Replies: 2
Views: 1587

1. You have to escape colons with a backslash:
http://people.ee.ethz.ch/~oetiker/webto ... ph.en.html

2. Not sure.

3. If you mean branding or skinning:
http://forums.cacti.net/viewtopic.php?t ... ight=skins
by stevew
Thu Aug 18, 2005 2:51 am
Forum: Plugin General
Topic: Nagios Plugin: Request for Comments
Replies: 34
Views: 29683

This looks excellent. I too am running Nagios and Cacti. FWIW I understand it that the future of Nagios will be a monitoring engine that is separate from the web interface... i.e. there will be several spin off projects to create interfaces in php,perl,ruby,asp... whatever. This is planned for versi...
by stevew
Wed Aug 10, 2005 2:22 pm
Forum: Help: General
Topic: Why does my graph look like this
Replies: 5
Views: 2901

The MIB (snmp) data type is not related to the rrdtool data source type. COUNTER is for continuously increasing numbers and stores a per-second rate. GAUGE is what you want. The spikes on your graph correspond to increases of 1 or 2 - and decreases, which result in overflows... therefore huge number...
by stevew
Wed Jul 27, 2005 3:24 am
Forum: Scripts and Templates
Topic: RMON Group 1 Etherstats - Templates
Replies: 34
Views: 109427

I have recreated the tarball on a different system and updated it in the original post.
by stevew
Tue Jul 26, 2005 3:18 pm
Forum: Scripts and Templates
Topic: RMON Group 1 Etherstats - Templates
Replies: 34
Views: 109427

Hi Luc,

I've just imported all successfully - except the data query which isn't in good condition. I'll post a new copy tomorrow when I get to work.

Which templates are you having trouble with?

Steve