From: Schwimmer, E. E *H. <EE...@hs...> - 2007-06-18 15:51:48
|
Pick it up at the sourceforge download page: https://sourceforge.net/project/showfiles.php?group_id=3D160720&package_i= d =3D180836&release_id=3D491750 Changes from beta1: - Added optional decimal precision to the MATH transform - Made logging to a file optional when in daemon mode - Added more debug output, and defined the --debug flag in the help output - Added 'oneshot' flag, '-1', which is the equivalent of '-p -vv --debug' and which exits after one poll - A few minor bugfixes. Hopefully this should help with some of the template problems we have been having, as the debug output includes detailed template info. Regards, -Eric |
From: Rich S. <rsm...@wi...> - 2007-06-19 14:52:21
|
I'm trying to use Devmon 3.0 Beta 2 with a Cisco 2800 router. Thinking the 2801 is 'close' to the 2800, I'm using that template by specifying that device in bb-hosts. Is that a fair assessment? When I run devmon, I don't get any errors, but nothing shows up on Hobbit either. BBTYPE is set to HOBBIT and DISPSERV is set to localhost (which is where Devmon and Hobbit are both running). Also, does anyone have templates for a Cisco 3825? Thanks. -- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com Catch the WAVV! http://www.wavv.org WAVV 2008 - Chattanooga - April 18-22, 2008 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2007-06-19 15:29:22
|
Does the 'dm' test show up under the hobbit host in hobbit? If so, that at least means that devmon is able to send data to the display server. Have you run devmon --readbbhosts yet? If so, try running it again in verbose mode (devmon -vv --readbbhosts) and see if it is able to discover the cisco 2800 router. I have my doubts that it will, to be honest, as the 2801 template specifically looks for a "c2801" string in the router system description. You could create your own 2800 template by entering the templates directory and copying the 2801 template subdirectory to 2800: cp -R cisco-2801 cisco-2800) And then editing the cisco-2800/specs file and changing the relevant text. There's no garuantee that it will all work, although there's a good chance that most of the tests will work. -Eric -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Rich Smrcina Sent: Tuesday, June 19, 2007 10:48 AM To: dev...@li... Subject: [Devmon] Cisco 2800 and 3825 Router I'm trying to use Devmon 3.0 Beta 2 with a Cisco 2800 router. Thinking=20 the 2801 is 'close' to the 2800, I'm using that template by specifying=20 that device in bb-hosts. Is that a fair assessment? When I run devmon, I don't get any errors, but nothing shows up on Hobbit either. BBTYPE is set to HOBBIT and DISPSERV is set to localhost (which is where Devmon and Hobbit are both running). Also, does anyone have templates for a Cisco 3825? Thanks. --=20 Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com Catch the WAVV! http://www.wavv.org WAVV 2008 - Chattanooga - April 18-22, 2008 ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Rich S. <rsm...@wi...> - 2007-06-19 15:47:56
|
I had it running for at least 30 minutes and no dm column. Here's the output from the command: hobbit@hobbit:~/devmon> ./devmon -vv --readbbhosts [07-06-19@10:44:11] SNMP querying all hosts in bb-hosts file, please wait... [07-06-19@10:44:11] Querying pre-existing hosts [07-06-19@10:44:11] Discovered IM_Router as a cisco 2801 Here's my bb-hosts entry: 172.17.31.1 IM_Router # testip route:GO_Router DEVMON:model(cisco;2801) Schwimmer, Eric E *HS wrote: > Does the 'dm' test show up under the hobbit host in hobbit? If so, that > at least means that devmon is able to send data to the display server. > > Have you run devmon --readbbhosts yet? If so, try running it again in > verbose mode (devmon -vv --readbbhosts) and see if it is able to > discover the cisco 2800 router. I have my doubts that it will, to be > honest, as the 2801 template specifically looks for a "c2801" string in > the router system description. > > You could create your own 2800 template by entering the templates > directory and copying the 2801 template subdirectory to 2800: > cp -R cisco-2801 cisco-2800) > And then editing the cisco-2800/specs file and changing the relevant > text. There's no garuantee that it will all work, although there's a > good chance that most of the tests will work. > > -Eric > > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...] On Behalf Of Rich > Smrcina > Sent: Tuesday, June 19, 2007 10:48 AM > To: dev...@li... > Subject: [Devmon] Cisco 2800 and 3825 Router > > I'm trying to use Devmon 3.0 Beta 2 with a Cisco 2800 router. Thinking > the 2801 is 'close' to the 2800, I'm using that template by specifying > that device in bb-hosts. Is that a fair assessment? When I run devmon, > > I don't get any errors, but nothing shows up on Hobbit either. > > BBTYPE is set to HOBBIT and DISPSERV is set to localhost (which is where > > Devmon and Hobbit are both running). > > Also, does anyone have templates for a Cisco 3825? > > Thanks. -- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com Catch the WAVV! http://www.wavv.org WAVV 2008 - Chattanooga - April 18-22, 2008 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2007-06-19 17:21:54
|
Try running ./devmon -1 and sending me the output. -Eric -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Rich Smrcina Sent: Tuesday, June 19, 2007 11:45 AM To: dev...@li... Subject: Re: [Devmon] Cisco 2800 and 3825 Router I had it running for at least 30 minutes and no dm column. Here's the output from the command: hobbit@hobbit:~/devmon> ./devmon -vv --readbbhosts [07-06-19@10:44:11] SNMP querying all hosts in bb-hosts file, please wait... [07-06-19@10:44:11] Querying pre-existing hosts [07-06-19@10:44:11] Discovered IM_Router as a cisco 2801 Here's my bb-hosts entry: 172.17.31.1 IM_Router # testip route:GO_Router DEVMON:model(cisco;2801) Schwimmer, Eric E *HS wrote: > Does the 'dm' test show up under the hobbit host in hobbit? If so, that > at least means that devmon is able to send data to the display server. >=20 > Have you run devmon --readbbhosts yet? If so, try running it again in > verbose mode (devmon -vv --readbbhosts) and see if it is able to > discover the cisco 2800 router. I have my doubts that it will, to be > honest, as the 2801 template specifically looks for a "c2801" string in > the router system description. >=20 > You could create your own 2800 template by entering the templates > directory and copying the 2801 template subdirectory to 2800: > cp -R cisco-2801 cisco-2800) > And then editing the cisco-2800/specs file and changing the relevant > text. There's no garuantee that it will all work, although there's a > good chance that most of the tests will work. >=20 > -Eric >=20 > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...] On Behalf Of Rich > Smrcina > Sent: Tuesday, June 19, 2007 10:48 AM > To: dev...@li... > Subject: [Devmon] Cisco 2800 and 3825 Router >=20 > I'm trying to use Devmon 3.0 Beta 2 with a Cisco 2800 router. Thinking=20 > the 2801 is 'close' to the 2800, I'm using that template by specifying > that device in bb-hosts. Is that a fair assessment? When I run devmon, >=20 > I don't get any errors, but nothing shows up on Hobbit either. >=20 > BBTYPE is set to HOBBIT and DISPSERV is set to localhost (which is where >=20 > Devmon and Hobbit are both running). >=20 > Also, does anyone have templates for a Cisco 3825? >=20 > Thanks. --=20 Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com Catch the WAVV! http://www.wavv.org WAVV 2008 - Chattanooga - April 18-22, 2008 ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Rich S. <rsm...@wi...> - 2007-06-19 18:12:22
|
Replied privately so as to not bore the list... Schwimmer, Eric E *HS wrote: > Try running ./devmon -1 and sending me the output. > > -Eric > -- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com Catch the WAVV! http://www.wavv.org WAVV 2008 - Chattanooga - April 18-22, 2008 |