From owner-freebsd-questions@FreeBSD.ORG Sun Dec 21 22:54:22 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7562216A4CE for ; Sun, 21 Dec 2003 22:54:22 -0800 (PST) Received: from mail.lphp.org (APastourelles-107-1-17-149.w81-48.abo.wanadoo.fr [81.48.127.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 530EE43D4C for ; Sun, 21 Dec 2003 22:54:20 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.local [192.168.0.3]) by mail.lphp.org (8.12.10/8.12.10) with ESMTP id hBM6hrYL095862; Mon, 22 Dec 2003 07:43:53 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: "shawn" , Date: Mon, 22 Dec 2003 07:52:35 +0100 User-Agent: KMail/1.5.4 References: <000801c3c829$cb3ef120$6701a8c0@tacstation> In-Reply-To: <000801c3c829$cb3ef120$6701a8c0@tacstation> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312220752.35039.ajacoutot@lphp.org> Subject: Re: MRTG and SNMP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2003 06:54:22 -0000 On Monday 22 December 2003 02:20, shawn wrote: > I'm looking to get MRTG working to monitor the traffic and CPU of a > server of mine.. Something like this should work: Target[fxp0]: 1:public@localhost: SetEnv[fxp0]: MRTG_INT_IP="xxx.xxx.xxx.xxx" MRTG_INT_DESCR="fxp0" MaxBytes[fxp0]: 12500000 Title[fxp0]: Lan Options[fxp0]: nopercent,growright,noinfo Kilo[fxp0]: 1024 Ylegend[fxp0]: octets/s WithPeak[fxp0]: dwmy Target[cpu]: .1.3.6.1.4.1.2021.11.9.0&.1.3.6.1.4.1.2021.11.10.0:public@localhost MaxBytes[cpu]: 100 Title[cpu]: Cpu Unscaled[cpu]: dwmy YLegend[cpu]: % cpu (sys+user) Options[cpu]: nopercent,growright,gauge,noinfo,nobanner Antoine