From: Dan V. M. <bi...@gm...> - 2006-03-01 21:25:38
|
My devmon is close, but still not working. Here's what I've done: Made a new template for a cisco 7609, just changed the spec, is about all - it's just like a 6509. Put devmon next to the appropriate line in bb-hosts, like this: <ip> gsr-east.domain # ssh !telnet DEVMON Configured my devmon.cfg: MULTINODE=3DNO BBHOSTS=3D/home/monitor/server/etc/bb-hosts BBTAG=3DDEVMON SNMPCIDS=3Dmycid,public,private NODENAME=3DHOSTNAME PIDFILE=3D/var/run/devmon/devmon.pid LOGFILE=3D/var/log/hobbit/devmon.log DBHOST=3Dlocalhost DBNAME=3Ddevmon DBUSER=3Ddevmon DBPASS=3Ddevmon BBTYPE=3Dhobbit DISPSERV=3Dlocalhost DISPPORT=3D1984 MSGSIZE=3D8096 MSGSLEEP=3D10 CYCLETIME=3D60 DEADTIME=3D180 CLEARTIME=3D180 NUMFORKS=3D10 MAXPOLLTIME=3D30 SNMPTIMEOUT=3D2 SNMPTRIES=3D5 And run this: $ sudo -u monitor ./devmon -vvvvv -p -f --readbbhosts [06-03-01@15:15:32] SNMP querying all hosts in bb-hosts file, please wait..= . [06-03-01@15:15:32] Querying pre-existing hosts [06-03-01@15:15:32] Discovered gsr-east.domain as a cisco 7609 And that's all I get. I thought I'd be getting the same messages it's sending hobbit, but i'm not seeing them. What am I doing wrong? Thanks Dan |