From owner-freebsd-isp Wed Jul 28 9: 0:28 1999 Delivered-To: freebsd-isp@freebsd.org Received: from proteus.eclipse.net.uk (proteus.eclipse.net.uk [195.188.32.118]) by hub.freebsd.org (Postfix) with ESMTP id 9B8D614DFD for ; Wed, 28 Jul 1999 09:00:23 -0700 (PDT) (envelope-from stuart@eclipse.net.uk) Received: from eclipse.net.uk (elara.eclipse.net.uk [195.188.32.31]) by proteus.eclipse.net.uk (Postfix) with ESMTP id CAEBF9B25; Wed, 28 Jul 1999 17:00:07 +0100 (BST) Message-ID: <379F2968.590D2C5D@eclipse.net.uk> Date: Wed, 28 Jul 1999 17:01:44 +0100 From: Stuart Henderson Organization: Eclipse Networking Ltd. X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en-GB MIME-Version: 1.0 To: Rick Morel Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Net Traffic References: <2.2.32.19990728125046.00721530@mail.morelr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Looks like something I can use. However, I'm getting stopped > with the below with gd: Did you install from the port? If not, you should. cd /usr/ports/net/mrtg make install If you're compiling by hand then maybe 'ldconfig -m' will fix it without going to the port (although in general it is far, far easier to use the port, it will download, patch, compile and install things like gd and png for you). You probably also need an snmpd, try /usr/ports/net/ucd-snmp. That one is available in a package (pkg_add -r ucd-snmp) but you are probably better off to use the port and compile it on your own system with ucd-snmpd. (Often you can save time by using the package to install and cd'ing to the port directory than 'make patch' which will download, unpack and patch the files without compiling them, that way you will be able to cd into the work directory and find the full docs). You'll need the docs of both mrtg and ucd-snmp to get it working properly. Beware: With ucd-snmp, if you upgrade your kernel, you will probably need to recompile ucd-snmp using new include files. You'll know if you have to do this because the disk containing /var/log will get very, very full very, very rapidly. :-) Stuart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message