Search found 22 matches

by gpetme
Wed May 21, 2008 5:29 pm
Forum: Help: Linux/Unix Specific
Topic: how to graph results of "siprtp" tool
Replies: 12
Views: 5622

If the graph does require input, you could use an Expect wrapper script around the siprtp script to automate it, and then spit out stats at the end. I haven't actually had to use (or automate) siprtp yet, but it's on the horizon... Alternatively, I've got some scripts that take long to process, and ...
by gpetme
Wed May 21, 2008 12:47 pm
Forum: Help: Linux/Unix Specific
Topic: non-default SNMP port definition not working
Replies: 8
Views: 4021

Reinhard -

Any thoughts on what could be wrong here?

Thanks a lot!

Greg
by gpetme
Tue May 06, 2008 2:38 pm
Forum: Help: Linux/Unix Specific
Topic: non-default SNMP port definition not working
Replies: 8
Views: 4021

Sure, no problem. Thanks!

Greg
by gpetme
Tue May 06, 2008 1:52 pm
Forum: Help: Linux/Unix Specific
Topic: non-default SNMP port definition not working
Replies: 8
Views: 4021

Okay, it's attached. This should have given you a graph template and a data template called "Broadsoft - MS - Ports In Use".

If you look in the XML, there's two listings of port 8001 (that's my custom SNMP port). Strange indeed.

Thanks again for your help,

Greg
by gpetme
Mon May 05, 2008 10:19 am
Forum: Help: Linux/Unix Specific
Topic: non-default SNMP port definition not working
Replies: 8
Views: 4021

I'm using cmd.php, and I'm graphing the data with an SNMP OID-style template. I can export it for you if you'd like. Also, one other oddity that I notice is that the SNMP Port field is listed twice. I populated both fields, but this may be indicative of a bug... Can you send me a link to the patch y...
by gpetme
Wed Apr 30, 2008 10:54 am
Forum: Help: Linux/Unix Specific
Topic: non-default SNMP port definition not working
Replies: 8
Views: 4021

non-default SNMP port definition not working

I have a host that uses port 161 for just about all of the Cacti polling that I do. However, the proprietary application that runs on this host also has an SNMP agent that listens on port 8001. This SNMP agent provides application-specific metrics that can be monitored. When I created my data templa...
by gpetme
Thu Apr 24, 2008 11:33 am
Forum: Plugin Announcements
Topic: Nagios Plugin for Cacti (NPC) 2.x - Preview
Replies: 64
Views: 108427

Hey - I have this installed, and it's working great - the interface is a huge improvement! I'm wondering if there are plans to actually have Nagios query the Cacti RRD files for host status, rather than having Nagios/Cacti poll the host twice for each OID that is monitored? It seems like these two f...
by gpetme
Thu Apr 10, 2008 5:34 pm
Forum: Scripts and Templates
Topic: ucd/net snmp Device (Disk) I/O templates - Updated - v3.1
Replies: 168
Views: 509665

I have witnessed the same problem with 2 of the 3 graphs not working, and displaying the following error when you turn on graph debug mode: ERROR: the RRD does not contain an RRA matching the chosen CF I got these two other graphs to work by changing the graph template to use AVERAGE rather than LAS...
by gpetme
Wed Apr 09, 2008 12:35 pm
Forum: Scripts and Templates
Topic: using |query_<var>| from a script/command
Replies: 2
Views: 1872

Thanks - that's what I figured...
by gpetme
Tue Apr 08, 2008 11:30 am
Forum: Scripts and Templates
Topic: using |query_<var>| from a script/command
Replies: 2
Views: 1872

using |query_<var>| from a script/command

I know this is possible when using indexed SNMP data, but I'm wondering if/how I can use this for a script/command data input method.

Thanks,

Greg
by gpetme
Mon Mar 24, 2008 3:11 pm
Forum: Help: General
Topic: ERROR:the RRD does not contain an RRA matching the chosen CF
Replies: 53
Views: 128482

I am having this problem with 0.8.7b with the ucd/net device I/O template discussed here:

http://forums.cacti.net/about8777-0-asc-75.html

Any idea when this will be fixed?
by gpetme
Tue Mar 18, 2008 9:33 am
Forum: Scripts and Templates
Topic: Upgraded: snmpdiskio 0.9.6 (Disk I/O statistics on Linux)
Replies: 110
Views: 299986

Try converting it to UNIX format using the unix2dos command. Then verify bash is in the default location on your system:

# grep bash /etc/shells
by gpetme
Tue Feb 19, 2008 6:08 pm
Forum: Scripts and Templates
Topic: Upgraded: snmpdiskio 0.9.6 (Disk I/O statistics on Linux)
Replies: 110
Views: 299986

I'd like to port this to use under FreeBSD. They don't use /proc so the stats aren't readily available there. But, I'm wondering if anyone has some ideas where I could get the same statistics from (besides iostat)? If so, I should be able to figure out how to make it fit into this framework.
by gpetme
Wed Feb 13, 2008 2:40 pm
Forum: Scripts and Templates
Topic: Extended system stats graphing- vmstat, iostat, mpstat (sar)
Replies: 87
Views: 88736

I'd like to make use of these graphs - they look great. Where Can I get the tarball from? Can you post it to this thread?

Thanks.