On 31/05/07, mozafar rowshan <[EMAIL PROTECTED]> wrote:
>              I specified the httpd process with max and min values 3
> and 0 respectively to be monitored (only for testing purposes). Also, when
> running this script, I read that the prTable variable(?) is affected when
> violating this.

The prTable contains various column objects, which report the status
of this httpd monitoring.  (What the boundaries are, how many processes
are currently running, whether there is a problem, etc).


>    How should I give a variable (like prTable) path to a command such
> snmpget??

I'd start with snmpwalk.
Try
     snmpwalk ......  prTable

Then once you know the column names (and the index values used), you
can use "snmpget" to retrieve individual values.


>    Is it possible to see a tree view of MIB structure??

    snmptranslate  -Tp UCD-SNMP-MIB::prTable


Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to