Re: how to configure snmptrap (thanks Dave Shield)
"Dave Shield" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
On 02/11/06, BENAMAR Khalid <[email protected]> wrote: > 1- i want to monitor > > a- memoire used > b- fan state > c- disk > d-interface > e-alimentation That's better - but it's still really not precise enough. For each of these, you need to: a) Determine which OID(s) are relevant to the quantities you wish to monitor, and b) Decide the exact value(s) which indicate a problem. > 2- for example memoire used exceeding a limit OK - so the OID for this is probably either UCD-SNMP-MIB::memAvailReal.0 or UCD-SNMP-MIB::memTotalFree.0 But what limit do you want to use? > 3- my problems > in this line that i would add to snmpd.conf monitor -u internal "inSync" > ..1.3.6.1.4.1.17887.7.6.1.2 == 1 > the means of "inSync" The equivalent line for the example in 2) would be monitor -I -u internal "physical memory" .1.3.6.1.4.1.2021.4.6.0 < NNN (where NNN is the minimum amount of memory to keep free). That's for monitoring memAvailReal. For memTotalFree, the OID would be .1.3.6.1.4.1.2021.4.11.0 But you'll need to use "snmpget" or "snmpwalk" to query your systems, in order to get a feel for what values are available, and what thresholds to choose. Dave ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ 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