-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Donnerstag, 11. Januar 2007 17:39 To: hobbit at hswn.dk 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.