Xymon Mailing List Archive search

Monitoring Cisco routers

list Johann Eggers
Thu, 11 Jan 2007 17:51:16 +0100
Message-Id: <user-fddc8ba89633@xymon.invalid>

-----Original Message-----
From: Rich Smrcina [mailto:user-cf452ff334e0@xymon.invalid]
Sent: Donnerstag, 11. Januar 2007 17:39
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Monitoring Cisco routers

OK, a couple of questions...

Is SNMP-Session still required?  I have Perl_SNMP installed.
Yes...
This is used in the devmon/modules/dm_snmp.pm module:

# Modules
  use strict;
  use BER;
  use Socket;
  use IO::Handle;
  use IO::Select;
  use SNMP_Session;
  use POSIX ":sys_wait_h";
  use Math::BigInt;
  use Storable qw(nfreeze thaw);
  use dm_config;

Can someone please post (or send) their hobbitlaunch settings to run
devmon?
I run devmon in daemon mode(5 min interval) outside of Hobbit. 
A couple of options are configurable in the devmon.cfg file.

Please read the README that come along with devmon...
Thanks.