On Fri, Mar 24, 2006 at 01:13:11PM -1000, Brandon Smith wrote:
> I'm trying to configure jffnms to monitor the *snmp-informant logical disk,
> average disk queue length* values in my graphs.  I created a discovery file
> for the logical disk queue, using the informant_ldisks.inc.php as a template
> and changed the OID to match the logical disk average disk queue value.  I
> also created a poller item using snmp_counter.php and passing the OID to
> that.

> When I run manual discovery w/o port scan, it finds the logical disks, and
> it finds the Informant Avg Disk Queue Length values - of course it only
> lists the counter values for the name, instead of giving me the logical disk
> name.  
The OID you are using is the wrong one.  It's probably in a table
of ldisk status or something similiar and they often follow some
sort of patter like

<table_oid>.1 = index
<table_oid>.2 = description
<table_oid>.3 = status
<table_oid>.4 = queue length
etc

The order is probably wrong, but have a look around the same area. The
original discovery script just grabbed something that was close enough
to a description.

> My questions are first, how do I get it to list the logical disk name
> instead of the counter values; and second, how do I go about creating a
> graph for this new counter?  Maybe I'm missing something in the manual.
For a graph, copy something in the engine/graphs directory that
is close enough and adjust it so it references whatever RRDTool values
you have created.

 - Craig
-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/   MIEE         Debian developer
csmall at : enc.com.au                      ieee.org           debian.org


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to