[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Howto Observe My DSL Router Traffice Load...?



On Wed, Sep 01, 2004 at 11:04:46AM -0500, Lance Hoffmeyer wrote:
> Documentation on munin is pretty sparse.  Can you give a basic
> example of what to put in munin.conf to create some basic load graphs
> from the localhost?

[localhost]
  address 127.0.0.1
  use_node_name = yes


This will cause the collector/grapher to contact the munin node
running on localhost.

Of course munin-node must also be running on localhost.

To configure munin-node you just install it and make symlinks from
/usr/share/munin/plugins to /etc/munin/plugins for the things you want
to graph.

(these are the locations from the debian packages)

Note that the plugins can be almost anything, most are sh or perl.

It can graph any script that can spit out numbers.  For a router you
would use a script that used snmpget to grab the various objectID's from the
router you wanted to track.

-- 
  _   _   _   _   _   _   _   _   _   _   _   _   _  
 / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ 
( t | i | m | @ | i | t | . | k | p | t | . | c | c )
 \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ 
GPG key fingerprint = 1DEE CD9B 4808 F608 FBBF  DC21 2807 D7D3 09CA 85BF



Reply to: