From owner-freebsd-questions Thu Apr 11 6:50:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chivas.oneill.dhs.org (chivas.oneill.dhs.org [65.65.85.161]) by hub.freebsd.org (Postfix) with ESMTP id 4639137B417 for ; Thu, 11 Apr 2002 06:50:29 -0700 (PDT) Received: from v812r.seanoneill.info (dhcp1.NONROUTABLE [192.168.2.1]) by chivas.oneill.dhs.org (Postfix) with ESMTP id E6E28767D; Thu, 11 Apr 2002 08:50:23 -0500 (CDT) Message-Id: <5.1.0.14.0.20020411084143.00ac5790@postoffice.swbell.net> X-Sender: swoneill@postoffice.swbell.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 11 Apr 2002 08:50:22 -0500 To: Maildrop , questions@freebsd.org From: Sean O'Neill Subject: RE: mrtg+snmp = monitoring fun In-Reply-To: References: <5.1.0.14.0.20020410220725.00ac1460@postoffice.swbell.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 11:01 PM 4/10/2002 -0500, Maildrop wrote: >Thanks, that worked great! What other OIDs can I get out of this that are >fun to look at? :) > >Jack Just take a look at the entire HOST-RESOURCE MIB ... just remove the grep command and you'll see a bunch more. You should also take a look at the SNMP MIB definition files in /usr/local/share/snmp/mibs. Lots of information there. You can also have SNMP watch disk space usage by adding something like the following to your snmpd.conf file: disk / disk /misc disk /usr disk /var Restart it and do another snmpwalk. Not really disks but partitions. It will the disk info in the areas of Total Size, Avail, Used, % Used. It also monitors disk space availability minimums which I think default to 100MB. I don't specifically use this capability though. -- ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... Sean O'Neill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message