You can subscribe to this list here.
2006 |
Jan
|
Feb
(38) |
Mar
(131) |
Apr
(5) |
May
(23) |
Jun
(9) |
Jul
(9) |
Aug
(9) |
Sep
(24) |
Oct
(28) |
Nov
(33) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(45) |
Feb
(22) |
Mar
(52) |
Apr
(17) |
May
(4) |
Jun
(68) |
Jul
(12) |
Aug
(25) |
Sep
(63) |
Oct
(45) |
Nov
(25) |
Dec
(76) |
2008 |
Jan
(34) |
Feb
(53) |
Mar
(30) |
Apr
(42) |
May
(50) |
Jun
(45) |
Jul
(21) |
Aug
(36) |
Sep
(33) |
Oct
(28) |
Nov
(32) |
Dec
(16) |
2009 |
Jan
(35) |
Feb
(36) |
Mar
(32) |
Apr
(24) |
May
(26) |
Jun
(15) |
Jul
(17) |
Aug
(30) |
Sep
(14) |
Oct
(18) |
Nov
(26) |
Dec
(22) |
2010 |
Jan
(11) |
Feb
(33) |
Mar
(35) |
Apr
(16) |
May
(11) |
Jun
(4) |
Jul
(36) |
Aug
(3) |
Sep
(14) |
Oct
(5) |
Nov
(10) |
Dec
(12) |
2011 |
Jan
(7) |
Feb
(31) |
Mar
(13) |
Apr
(14) |
May
(18) |
Jun
(25) |
Jul
(6) |
Aug
(23) |
Sep
(20) |
Oct
(18) |
Nov
(4) |
Dec
(9) |
2012 |
Jan
(32) |
Feb
(4) |
Mar
(15) |
Apr
(3) |
May
(8) |
Jun
(9) |
Jul
(6) |
Aug
(6) |
Sep
|
Oct
(14) |
Nov
(22) |
Dec
(4) |
2013 |
Jan
(16) |
Feb
(11) |
Mar
(1) |
Apr
|
May
(1) |
Jun
(6) |
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
(1) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
(3) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(2) |
Oct
(5) |
Nov
(5) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
(3) |
Apr
(4) |
May
|
Jun
(1) |
Jul
(19) |
Aug
(4) |
Sep
(13) |
Oct
(3) |
Nov
(8) |
Dec
(4) |
2016 |
Jan
(18) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(9) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
(7) |
2017 |
Jan
(5) |
Feb
|
Mar
(3) |
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
(4) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(3) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-05-24 11:14:00
|
That helps things tremendously. > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Schwimmer, Eric E *HS > Sent: Tuesday, May 23, 2006 2:42 PM > To: dev...@li... > Subject: RE: [Devmon] TABLE: Order of data shown >=20 >=20 >=20 > Since they are non numeric, they aren't sorted, since that=20 > causes some "non-numeric value in sort" problems, though. >=20 > However, you might want to try this: Assuming you are=20 > running 0.2.2, try changing line 2071 of dm_tests.pm from: >=20 > @table_leaves =3D keys %{$oids->{$pri}{'val'}}; >=20 > to: >=20 > @table_leaves =3D sort keys %{$oids->{$pri}{'val'}}; >=20 > Let me know if that makes it better. >=20 > -Eric >=20 > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On Behalf=20 > > Of Aiello, Steve (GE, Corporate, consultant) > > Sent: Tuesday, May 23, 2006 9:22 AM > > To: dev...@li... > > Subject: RE: [Devmon] TABLE: Order of data shown > >=20 > > So my issues stems from the fact that my repeating data > > primary alias is > > returning "1.1, 1.2, 1.3 ... 2.1, 2.2, 2.3 ..." , and I think=20 > > devmon can > > only handle when the return data return from primary repeater is > > "1,2,3,4,5". Is this correct ? > >=20 > > > -----Original Message----- > > > From: dev...@li... > > > [mailto:dev...@li...] On Behalf=20 > > > Of Aiello, Steve (GE, Corporate, consultant) > > > Sent: Friday, May 19, 2006 4:30 PM > > > To: dev...@li... > > > Subject: RE: [Devmon] TABLE: Order of data shown > > >=20 > > >=20 > > > Using the snmpwalk tool on .1.3.6.1.4.1.232.2.2.4.5.1.2 I > > > see: SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.1 =3D INTEGER: 1=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.2 =3D INTEGER: 2=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.3 =3D INTEGER: 3=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.4 =3D INTEGER: 4=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.5 =3D INTEGER: 5=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.6 =3D INTEGER: 6=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.7 =3D INTEGER: 7=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.8 =3D INTEGER: 8=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.1 =3D INTEGER: 1=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.2 =3D INTEGER: 2=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.3 =3D INTEGER: 3=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.4 =3D INTEGER: 4=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.5 =3D INTEGER: 5=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.6 =3D INTEGER: 6=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.7 =3D INTEGER: 7=20 > > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.8 =3D INTEGER: 8=20 > > > (truncated, you get the jist) > > >=20 > > > My report looks like this tho: > > > Memory: > > > ID Board Type Size Speed Technology=09 > ECCStatus > > > 8 1 DIMM 0 0 Synchronous NonECC > > > 6 5 DIMM 0 0 Synchronous NonECC > > > 8 5 DIMM 0 0 Synchronous NonECC > > > 5 3 DIMM 0 0 Synchronous NonECC > > > 7 3 DIMM 0 0 Synchronous NonECC > > > 2 2 DIMM 524288 133 Synchronous NonECC > > > 3 2 DIMM 2097152 133 Synchronous NonECC > > > 2 5 DIMM 524288 133 Synchronous NonECC > > > 4 5 DIMM 2097152 133 Synchronous NonECC > > > 7 1 DIMM 0 0 Synchronous NonECC > > > 1 4 DIMM 524288 133 Synchronous NonECC > > > (truncated too) > > >=20 > > >=20 > > >=20 > > > Oh wait I think I see my problem... when walking on the oid > > > I am getting more that one node (i.e. .1 .2 .3 .4 .5) I am=20 > > > getting .1.1 .1.2 .1.3 ...... .2.1 .2.2 .2.3 ...... More=20 > > > like I need to nest a table in a table.... > > >=20 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-05-23 18:43:32
|
Since they are non numeric, they aren't sorted, since that causes some "non-numeric value in sort" problems, though. However, you might want to try this: Assuming you are running 0.2.2, try changing line 2071 of dm_tests.pm from: @table_leaves =3D keys %{$oids->{$pri}{'val'}}; to: @table_leaves =3D sort keys %{$oids->{$pri}{'val'}}; Let me know if that makes it better. -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Aiello, Steve (GE, Corporate, consultant) > Sent: Tuesday, May 23, 2006 9:22 AM > To: dev...@li... > Subject: RE: [Devmon] TABLE: Order of data shown >=20 > So my issues stems from the fact that my repeating data=20 > primary alias is > returning "1.1, 1.2, 1.3 ... 2.1, 2.2, 2.3 ..." , and I think=20 > devmon can > only handle when the return data return from primary repeater is > "1,2,3,4,5". Is this correct ? >=20 > > -----Original Message----- > > From: dev...@li...=20 > > [mailto:dev...@li...] On Behalf=20 > > Of Aiello, Steve (GE, Corporate, consultant) > > Sent: Friday, May 19, 2006 4:30 PM > > To: dev...@li... > > Subject: RE: [Devmon] TABLE: Order of data shown > >=20 > >=20 > > Using the snmpwalk tool on .1.3.6.1.4.1.232.2.2.4.5.1.2 I=20 > > see: SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.1 =3D INTEGER: 1=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.2 =3D INTEGER: 2=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.3 =3D INTEGER: 3=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.4 =3D INTEGER: 4=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.5 =3D INTEGER: 5=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.6 =3D INTEGER: 6=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.7 =3D INTEGER: 7=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.8 =3D INTEGER: 8=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.1 =3D INTEGER: 1=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.2 =3D INTEGER: 2=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.3 =3D INTEGER: 3=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.4 =3D INTEGER: 4=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.5 =3D INTEGER: 5=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.6 =3D INTEGER: 6=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.7 =3D INTEGER: 7=20 > > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.8 =3D INTEGER: 8=20 > > (truncated, you get the jist) > >=20 > > My report looks like this tho: > > Memory: > > ID Board Type Size Speed Technology ECCStatus > > 8 1 DIMM 0 0 Synchronous NonECC > > 6 5 DIMM 0 0 Synchronous NonECC > > 8 5 DIMM 0 0 Synchronous NonECC > > 5 3 DIMM 0 0 Synchronous NonECC > > 7 3 DIMM 0 0 Synchronous NonECC > > 2 2 DIMM 524288 133 Synchronous NonECC > > 3 2 DIMM 2097152 133 Synchronous NonECC > > 2 5 DIMM 524288 133 Synchronous NonECC > > 4 5 DIMM 2097152 133 Synchronous NonECC > > 7 1 DIMM 0 0 Synchronous NonECC > > 1 4 DIMM 524288 133 Synchronous NonECC > > (truncated too) > >=20 > >=20 > >=20 > > Oh wait I think I see my problem... when walking on the oid=20 > > I am getting more that one node (i.e. .1 .2 .3 .4 .5) I am=20 > > getting .1.1 .1.2 .1.3 ...... .2.1 .2.2 .2.3 ...... More=20 > > like I need to nest a table in a table.... > >=20 > > > -----Original Message----- > > > From: dev...@li... > > > [mailto:dev...@li...] On Behalf=20 > > > Of Schwimmer, Eric E *HS > > > Sent: Friday, May 19, 2006 4:13 PM > > > To: dev...@li... > > > Subject: RE: [Devmon] TABLE: Order of data shown > > >=20 > > >=20 > > >=20 > > > Typically the order is dependent on the primary oid's leaves, > > > which are sorted in numerically ascending order. Could you give > > > me an example of the table data and how it is being sorted? > > >=20 > > > -Eric > > >=20 > > > > -----Original Message----- > > > > From: dev...@li... > > > > [mailto:dev...@li...] On Behalf > > > > Of Aiello, Steve (GE, Corporate, consultant) > > > > Sent: Friday, May 19, 2006 10:02 AM > > > > To: dev...@li... > > > > Subject: [Devmon] TABLE: Order of data shown > > > >=20 > > > > Hello, > > > >=20 > > > > Is there anyway to control the order of data in a TABLE ? I had=20 > > > > thought that the order in wich the SNMP device returned=20 > the data,=20 > > > > was the order > > > > that devmon displayed it. In one of my tables I am getting=20 > > > > the data back > > > > in a rather wierd, mixed up order. > > > >=20 > > > > > -----Original Message----- > > > > > From: dev...@li... > > > > > [mailto:dev...@li...] On Behalf > > > > > Of Schwimmer, Eric E *HS > > > > > Sent: Thursday, May 18, 2006 1:35 PM > > > > > To: dev...@li... > > > > > Subject: [Devmon] Devmon v0.2.2 released > > > > >=20 > > > > >=20 > > > > >=20 > > > > > Up on the sourceforge project page now; various bugfixes. > > > > >=20 > > > > > Here's the relevant portion of the changelog: > > > > >=20 > > > > > Devmon v0.2.2 :: Released 05/18/2006 > > > > >=20 > > > > > Changed: > > > > > - Fixed cisco templates that had an uneccesary ifSpeed entry > > > > > in the oids file (which was causing the ifSpeed SPEED > > > transform > > > > > to behave erratically). > > > > > - Fixed the TSWITCH transform so Devmon recognizes it=20 > > correctly. > > > > > - Implemented a workaround for snmp oids that contain > > > > > extended information in the OID variable (i.e.=20 > Windows DHCP > > > > > server embeds the subnet address in the SNMP OID). > > > > > This should get rid of any 'xxx is non-numeric in > > > sort' errors. > > > > > - Fixed the MATH transform so that doesnt misinterpret > > > > > some numbers as a divide by zero condition and=20 > returning 0. > > > > >=20 > > > > > -Eric Schwimmer > > > > > Network Engineer > > > > > UVA HSCS Network Engineering > > > > >=20 > > > > >=20 > > > > > ------------------------------------------------------- > > > > > Using Tomcat but need to do more? Need to support web=20 > services,=20 > > > > > security? Get stuff done quickly with pre-integrated=20 > > technology to=20 > > > > > make your job easier Download IBM WebSphere=20 > Application Server=20 > > > > > v.1.0.1 based on Apache Geronimo > > > > >=20 > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > > > > > _______________________________________________ > > > > > Devmon-support mailing list=20 > Dev...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > >=20 > > > >=20 > > > >=20 > > > > ------------------------------------------------------- > > > > Using Tomcat but need to do more? Need to support web services,=20 > > > > security? Get stuff done quickly with pre-integrated=20 > > technology to=20 > > > > make your job easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on=20 > > > > Apache Geronimo > > > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > >=20 > > >=20 > > >=20 > > > ------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web=20 > > > services, security? > > > Get stuff done quickly with pre-integrated technology to make=20 > > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on=20 > > > Apache Geronimo > > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web=20 > > services, security? > > Get stuff done quickly with pre-integrated technology to make=20 > > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on=20 > > Apache Geronimo > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > >=20 >=20 >=20 > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web=20 > services, security? > Get stuff done quickly with pre-integrated technology to make=20 > your job easier > Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-05-23 13:22:28
|
So my issues stems from the fact that my repeating data primary alias is returning "1.1, 1.2, 1.3 ... 2.1, 2.2, 2.3 ..." , and I think devmon can only handle when the return data return from primary repeater is "1,2,3,4,5". Is this correct ? > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Aiello, Steve (GE, Corporate, consultant) > Sent: Friday, May 19, 2006 4:30 PM > To: dev...@li... > Subject: RE: [Devmon] TABLE: Order of data shown >=20 >=20 > Using the snmpwalk tool on .1.3.6.1.4.1.232.2.2.4.5.1.2 I=20 > see: SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.1 =3D INTEGER: 1=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.2 =3D INTEGER: 2=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.3 =3D INTEGER: 3=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.4 =3D INTEGER: 4=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.5 =3D INTEGER: 5=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.6 =3D INTEGER: 6=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.7 =3D INTEGER: 7=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.8 =3D INTEGER: 8=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.1 =3D INTEGER: 1=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.2 =3D INTEGER: 2=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.3 =3D INTEGER: 3=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.4 =3D INTEGER: 4=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.5 =3D INTEGER: 5=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.6 =3D INTEGER: 6=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.7 =3D INTEGER: 7=20 > SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.8 =3D INTEGER: 8=20 > (truncated, you get the jist) >=20 > My report looks like this tho: > Memory: > ID Board Type Size Speed Technology ECCStatus > 8 1 DIMM 0 0 Synchronous NonECC > 6 5 DIMM 0 0 Synchronous NonECC > 8 5 DIMM 0 0 Synchronous NonECC > 5 3 DIMM 0 0 Synchronous NonECC > 7 3 DIMM 0 0 Synchronous NonECC > 2 2 DIMM 524288 133 Synchronous NonECC > 3 2 DIMM 2097152 133 Synchronous NonECC > 2 5 DIMM 524288 133 Synchronous NonECC > 4 5 DIMM 2097152 133 Synchronous NonECC > 7 1 DIMM 0 0 Synchronous NonECC > 1 4 DIMM 524288 133 Synchronous NonECC > (truncated too) >=20 >=20 >=20 > Oh wait I think I see my problem... when walking on the oid=20 > I am getting more that one node (i.e. .1 .2 .3 .4 .5) I am=20 > getting .1.1 .1.2 .1.3 ...... .2.1 .2.2 .2.3 ...... More=20 > like I need to nest a table in a table.... >=20 > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On Behalf=20 > > Of Schwimmer, Eric E *HS > > Sent: Friday, May 19, 2006 4:13 PM > > To: dev...@li... > > Subject: RE: [Devmon] TABLE: Order of data shown > >=20 > >=20 > >=20 > > Typically the order is dependent on the primary oid's leaves, > > which are sorted in numerically ascending order. Could you give > > me an example of the table data and how it is being sorted? > >=20 > > -Eric > >=20 > > > -----Original Message----- > > > From: dev...@li... > > > [mailto:dev...@li...] On Behalf > > > Of Aiello, Steve (GE, Corporate, consultant) > > > Sent: Friday, May 19, 2006 10:02 AM > > > To: dev...@li... > > > Subject: [Devmon] TABLE: Order of data shown > > >=20 > > > Hello, > > >=20 > > > Is there anyway to control the order of data in a TABLE ? I had=20 > > > thought that the order in wich the SNMP device returned the data,=20 > > > was the order > > > that devmon displayed it. In one of my tables I am getting=20 > > > the data back > > > in a rather wierd, mixed up order. > > >=20 > > > > -----Original Message----- > > > > From: dev...@li... > > > > [mailto:dev...@li...] On Behalf > > > > Of Schwimmer, Eric E *HS > > > > Sent: Thursday, May 18, 2006 1:35 PM > > > > To: dev...@li... > > > > Subject: [Devmon] Devmon v0.2.2 released > > > >=20 > > > >=20 > > > >=20 > > > > Up on the sourceforge project page now; various bugfixes. > > > >=20 > > > > Here's the relevant portion of the changelog: > > > >=20 > > > > Devmon v0.2.2 :: Released 05/18/2006 > > > >=20 > > > > Changed: > > > > - Fixed cisco templates that had an uneccesary ifSpeed entry > > > > in the oids file (which was causing the ifSpeed SPEED > > transform > > > > to behave erratically). > > > > - Fixed the TSWITCH transform so Devmon recognizes it=20 > correctly. > > > > - Implemented a workaround for snmp oids that contain > > > > extended information in the OID variable (i.e. Windows DHCP > > > > server embeds the subnet address in the SNMP OID). > > > > This should get rid of any 'xxx is non-numeric in > > sort' errors. > > > > - Fixed the MATH transform so that doesnt misinterpret > > > > some numbers as a divide by zero condition and returning 0. > > > >=20 > > > > -Eric Schwimmer > > > > Network Engineer > > > > UVA HSCS Network Engineering > > > >=20 > > > >=20 > > > > ------------------------------------------------------- > > > > Using Tomcat but need to do more? Need to support web services,=20 > > > > security? Get stuff done quickly with pre-integrated=20 > technology to=20 > > > > make your job easier Download IBM WebSphere Application Server=20 > > > > v.1.0.1 based on Apache Geronimo > > > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > > > > _______________________________________________ > > > > Devmon-support mailing list Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > >=20 > > >=20 > > >=20 > > > ------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services,=20 > > > security? Get stuff done quickly with pre-integrated=20 > technology to=20 > > > make your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on=20 > > > Apache Geronimo > > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web=20 > > services, security? > > Get stuff done quickly with pre-integrated technology to make=20 > > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on=20 > > Apache Geronimo > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > >=20 >=20 >=20 > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web=20 > services, security? > Get stuff done quickly with pre-integrated technology to make=20 > your job easier > Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-05-19 20:30:32
|
Using the snmpwalk tool on .1.3.6.1.4.1.232.2.2.4.5.1.2 I see: SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.1 =3D INTEGER: 1 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.2 =3D INTEGER: 2 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.3 =3D INTEGER: 3 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.4 =3D INTEGER: 4 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.5 =3D INTEGER: 5 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.6 =3D INTEGER: 6 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.7 =3D INTEGER: 7 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.1.8 =3D INTEGER: 8 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.1 =3D INTEGER: 1 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.2 =3D INTEGER: 2 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.3 =3D INTEGER: 3 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.4 =3D INTEGER: 4 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.5 =3D INTEGER: 5 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.6 =3D INTEGER: 6 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.7 =3D INTEGER: 7 SNMPv2-SMI::enterprises.232.2.2.4.5.1.2.2.8 =3D INTEGER: 8 (truncated, you get the jist) My report looks like this tho: Memory: ID Board Type Size Speed Technology ECCStatus 8 1 DIMM 0 0 Synchronous NonECC 6 5 DIMM 0 0 Synchronous NonECC 8 5 DIMM 0 0 Synchronous NonECC 5 3 DIMM 0 0 Synchronous NonECC 7 3 DIMM 0 0 Synchronous NonECC 2 2 DIMM 524288 133 Synchronous NonECC 3 2 DIMM 2097152 133 Synchronous NonECC 2 5 DIMM 524288 133 Synchronous NonECC 4 5 DIMM 2097152 133 Synchronous NonECC 7 1 DIMM 0 0 Synchronous NonECC 1 4 DIMM 524288 133 Synchronous NonECC (truncated too) Oh wait I think I see my problem... when walking on the oid I am getting more that one node (i.e. .1 .2 .3 .4 .5) I am getting .1.1 .1.2 .1.3 ...... .2.1 .2.2 .2.3 ...... More like I need to nest a table in a table.... > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Schwimmer, Eric E *HS > Sent: Friday, May 19, 2006 4:13 PM > To: dev...@li... > Subject: RE: [Devmon] TABLE: Order of data shown >=20 >=20 >=20 > Typically the order is dependent on the primary oid's leaves, > which are sorted in numerically ascending order. Could you give > me an example of the table data and how it is being sorted? >=20 > -Eric >=20 > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On Behalf=20 > > Of Aiello, Steve (GE, Corporate, consultant) > > Sent: Friday, May 19, 2006 10:02 AM > > To: dev...@li... > > Subject: [Devmon] TABLE: Order of data shown > >=20 > > Hello, > >=20 > > Is there anyway to control the order of data in a TABLE ? I > > had thought > > that the order in wich the SNMP device returned the data, was=20 > > the order > > that devmon displayed it. In one of my tables I am getting=20 > > the data back > > in a rather wierd, mixed up order. > >=20 > > > -----Original Message----- > > > From: dev...@li... > > > [mailto:dev...@li...] On Behalf=20 > > > Of Schwimmer, Eric E *HS > > > Sent: Thursday, May 18, 2006 1:35 PM > > > To: dev...@li... > > > Subject: [Devmon] Devmon v0.2.2 released > > >=20 > > >=20 > > >=20 > > > Up on the sourceforge project page now; various bugfixes. > > >=20 > > > Here's the relevant portion of the changelog: > > >=20 > > > Devmon v0.2.2 :: Released 05/18/2006 > > >=20 > > > Changed: > > > - Fixed cisco templates that had an uneccesary ifSpeed entry > > > in the oids file (which was causing the ifSpeed SPEED=20 > transform > > > to behave erratically). > > > - Fixed the TSWITCH transform so Devmon recognizes it correctly. > > > - Implemented a workaround for snmp oids that contain > > > extended information in the OID variable (i.e. Windows DHCP > > > server embeds the subnet address in the SNMP OID). > > > This should get rid of any 'xxx is non-numeric in=20 > sort' errors. > > > - Fixed the MATH transform so that doesnt misinterpret > > > some numbers as a divide by zero condition and returning 0. > > >=20 > > > -Eric Schwimmer > > > Network Engineer > > > UVA HSCS Network Engineering > > >=20 > > >=20 > > > ------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web > > > services, security? Get stuff done quickly with=20 > > > pre-integrated technology to make your job easier Download=20 > > > IBM WebSphere Application Server v.1.0.1 based on Apache=20 > > > Geronimo=20 > > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > > > _______________________________________________ > > > Devmon-support mailing list Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web > > services, security? > > Get stuff done quickly with pre-integrated technology to make=20 > > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on=20 > > Apache Geronimo > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > >=20 >=20 >=20 > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web=20 > services, security? > Get stuff done quickly with pre-integrated technology to make=20 > your job easier > Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-05-19 20:14:34
|
Typically the order is dependent on the primary oid's leaves, which are sorted in numerically ascending order. Could you give me an example of the table data and how it is being sorted? -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Aiello, Steve (GE, Corporate, consultant) > Sent: Friday, May 19, 2006 10:02 AM > To: dev...@li... > Subject: [Devmon] TABLE: Order of data shown >=20 > Hello, >=20 > Is there anyway to control the order of data in a TABLE ? I=20 > had thought > that the order in wich the SNMP device returned the data, was=20 > the order > that devmon displayed it. In one of my tables I am getting=20 > the data back > in a rather wierd, mixed up order. >=20 > > -----Original Message----- > > From: dev...@li...=20 > > [mailto:dev...@li...] On Behalf=20 > > Of Schwimmer, Eric E *HS > > Sent: Thursday, May 18, 2006 1:35 PM > > To: dev...@li... > > Subject: [Devmon] Devmon v0.2.2 released > >=20 > >=20 > >=20 > > Up on the sourceforge project page now; various bugfixes. > >=20 > > Here's the relevant portion of the changelog: > >=20 > > Devmon v0.2.2 :: Released 05/18/2006 > >=20 > > Changed: > > - Fixed cisco templates that had an uneccesary ifSpeed entry > > in the oids file (which was causing the ifSpeed SPEED transform > > to behave erratically). > > - Fixed the TSWITCH transform so Devmon recognizes it correctly. > > - Implemented a workaround for snmp oids that contain > > extended information in the OID variable (i.e. Windows DHCP > > server embeds the subnet address in the SNMP OID). > > This should get rid of any 'xxx is non-numeric in sort' errors. > > - Fixed the MATH transform so that doesnt misinterpret > > some numbers as a divide by zero condition and returning 0. > >=20 > > -Eric Schwimmer > > Network Engineer > > UVA HSCS Network Engineering=20 > >=20 > >=20 > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web=20 > > services, security? Get stuff done quickly with=20 > > pre-integrated technology to make your job easier Download=20 > > IBM WebSphere Application Server v.1.0.1 based on Apache=20 > > Geronimo=20 > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > > _______________________________________________ > > Devmon-support mailing list Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > >=20 >=20 >=20 > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web=20 > services, security? > Get stuff done quickly with pre-integrated technology to make=20 > your job easier > Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-05-19 14:02:58
|
Hello, Is there anyway to control the order of data in a TABLE ? I had thought that the order in wich the SNMP device returned the data, was the order that devmon displayed it. In one of my tables I am getting the data back in a rather wierd, mixed up order. > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Schwimmer, Eric E *HS > Sent: Thursday, May 18, 2006 1:35 PM > To: dev...@li... > Subject: [Devmon] Devmon v0.2.2 released >=20 >=20 >=20 > Up on the sourceforge project page now; various bugfixes. >=20 > Here's the relevant portion of the changelog: >=20 > Devmon v0.2.2 :: Released 05/18/2006 >=20 > Changed: > - Fixed cisco templates that had an uneccesary ifSpeed entry > in the oids file (which was causing the ifSpeed SPEED transform > to behave erratically). > - Fixed the TSWITCH transform so Devmon recognizes it correctly. > - Implemented a workaround for snmp oids that contain > extended information in the OID variable (i.e. Windows DHCP > server embeds the subnet address in the SNMP OID). > This should get rid of any 'xxx is non-numeric in sort' errors. > - Fixed the MATH transform so that doesnt misinterpret > some numbers as a divide by zero condition and returning 0. >=20 > -Eric Schwimmer > Network Engineer > UVA HSCS Network Engineering=20 >=20 >=20 > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web=20 > services, security? Get stuff done quickly with=20 > pre-integrated technology to make your job easier Download=20 > IBM WebSphere Application Server v.1.0.1 based on Apache=20 > Geronimo=20 > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Devmon-support mailing list Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-05-18 17:34:53
|
Up on the sourceforge project page now; various bugfixes. Here's the relevant portion of the changelog: Devmon v0.2.2 :: Released 05/18/2006 Changed: - Fixed cisco templates that had an uneccesary ifSpeed entry in the oids file (which was causing the ifSpeed SPEED transform to behave erratically). - Fixed the TSWITCH transform so Devmon recognizes it correctly. - Implemented a workaround for snmp oids that contain extended information in the OID variable (i.e. Windows DHCP server embeds the subnet address in the SNMP OID). This should get rid of any 'xxx is non-numeric in sort' errors. - Fixed the MATH transform so that doesnt misinterpret some numbers as a divide by zero condition and returning 0. -Eric Schwimmer Network Engineer UVA HSCS Network Engineering=20 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-05-18 14:52:00
|
Not to my knowledge. I've been ably to just copy my modified version over the newer versions and compile without making modifications to my version. Try putting the attached patch in your hobbit src directory and running a patch -p0 < patch-devmon-collectors. Then recompile and copy over the hobbit/hobbit_rrd binary to your $BBHOME/bin dir, and restart hobbit. -Eric Schwimmer Network Engineer UVA HSCS Network Engineering =20 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Whilding, Craig > Sent: Thursday, May 18, 2006 10:41 AM > To: dev...@li... > Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 >=20 > Yes ill be interested in a copy of that. Has this file=20 > changed in recent > versions of hobbit do you know, just wondering if its likely to be > overwritten. > Thanks >=20 > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...] On Behalf Of > Schwimmer, Eric E *HS > Sent: 18 May 2006 15:35 > To: dev...@li... > Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 >=20 >=20 > Oh, you'll need to throw the string 'bb-xsnmp' in there > somewhere so that hobbit will know that you're feeding > it bb-xsnmp-like data. >=20 > Alternative, I have a version of do_la.c that works with > the standard devmon cpu output, if you're interested. >=20 > -Eric Schwimmer > Network Engineer > UVA HSCS Network Engineering =20 >=20 > > -----Original Message----- > > From: dev...@li...=20 > > [mailto:dev...@li...] On Behalf=20 > > Of Whilding, Craig > > Sent: Wednesday, May 17, 2006 5:00 AM > > To: dev...@li... > > Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 > >=20 > > Hmm, doesn't appear to give me a graph :( > >=20 > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On Behalf Of > > Schwimmer, Eric E *HS > > Sent: 16 May 2006 16:53 > > To: dev...@li... > > Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 > >=20 > >=20 > > From hobbit-4.1.2p1/hobbitd/rrd/do_la.c : > >=20 > > CPU Usage=3DNUMBER > >=20 > >=20 > >=20 > > -----Original Message----- > > From: dev...@li... on behalf of=20 > > Whilding, > > Craig > > Sent: Tue 5/16/2006 10:21 AM > > To: dev...@li... > > Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 > > =20 > > Actually on this subject (and glad to see the list working=20 > > again), does > > anyone know how to format the cpu message so it graphs automatically > > using the standard cpu graphing in hobbit? > >=20 > > Craig > >=20 > > ________________________________ > >=20 > > From: dev...@li... > > [mailto:dev...@li...] On Behalf Of > > Whilding, Craig > > Sent: 16 May 2006 15:19 > > To: dev...@li... > > Subject: [Devmon] RE: NetApp & DevMon 0.2 > >=20 > > =20 > >=20 > > See what you make of this, its what was originally sent out by me. > > Snapmirror doesn't seem to work properly at the moment in=20 > 0.2 but I've > > informed Eric about that. > >=20 > > =20 > >=20 > > Thanks, > >=20 > > =20 > >=20 > > Craig Whilding > >=20 > > =20 > >=20 > > ________________________________ > >=20 > > From: dev...@li... > > [mailto:dev...@li...] On Behalf Of > > Francesco Duranti > > Sent: 14 May 2006 16:05 > > To: dev...@li... > > Subject: NetApp & DevMon 0.2 > >=20 > > =20 > >=20 > > Good work with the 0.2 of devmon ! > >=20 > > =20 > >=20 > > I've saw in the past some posts with pieces of NetApp templates... > >=20 > > Anyone have a full template good to download to monitor=20 > NetApp devices > > (and graph them in rrd/trends of hobbit too)? > >=20 > > =20 > >=20 > > Francesco Duranti > >=20 > > =20 > >=20 > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web=20 > > services, security? > > Get stuff done quickly with pre-integrated technology to make=20 > > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on=20 > > Apache Geronimo > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > >=20 >=20 >=20 > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 >=20 > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web=20 > services, security? > Get stuff done quickly with pre-integrated technology to make=20 > your job easier > Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: Whilding, C. <Cra...@me...> - 2006-05-18 14:41:23
|
Yes ill be interested in a copy of that. Has this file changed in recent versions of hobbit do you know, just wondering if its likely to be overwritten. Thanks -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Schwimmer, Eric E *HS Sent: 18 May 2006 15:35 To: dev...@li... Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 Oh, you'll need to throw the string 'bb-xsnmp' in there somewhere so that hobbit will know that you're feeding it bb-xsnmp-like data. Alternative, I have a version of do_la.c that works with the standard devmon cpu output, if you're interested. -Eric Schwimmer Network Engineer UVA HSCS Network Engineering =20 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Whilding, Craig > Sent: Wednesday, May 17, 2006 5:00 AM > To: dev...@li... > Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 >=20 > Hmm, doesn't appear to give me a graph :( >=20 > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...] On Behalf Of > Schwimmer, Eric E *HS > Sent: 16 May 2006 16:53 > To: dev...@li... > Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 >=20 >=20 > From hobbit-4.1.2p1/hobbitd/rrd/do_la.c : >=20 > CPU Usage=3DNUMBER >=20 >=20 >=20 > -----Original Message----- > From: dev...@li... on behalf of=20 > Whilding, > Craig > Sent: Tue 5/16/2006 10:21 AM > To: dev...@li... > Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 > =20 > Actually on this subject (and glad to see the list working=20 > again), does > anyone know how to format the cpu message so it graphs automatically > using the standard cpu graphing in hobbit? >=20 > Craig >=20 > ________________________________ >=20 > From: dev...@li... > [mailto:dev...@li...] On Behalf Of > Whilding, Craig > Sent: 16 May 2006 15:19 > To: dev...@li... > Subject: [Devmon] RE: NetApp & DevMon 0.2 >=20 > =20 >=20 > See what you make of this, its what was originally sent out by me. > Snapmirror doesn't seem to work properly at the moment in 0.2 but I've > informed Eric about that. >=20 > =20 >=20 > Thanks, >=20 > =20 >=20 > Craig Whilding >=20 > =20 >=20 > ________________________________ >=20 > From: dev...@li... > [mailto:dev...@li...] On Behalf Of > Francesco Duranti > Sent: 14 May 2006 16:05 > To: dev...@li... > Subject: NetApp & DevMon 0.2 >=20 > =20 >=20 > Good work with the 0.2 of devmon ! >=20 > =20 >=20 > I've saw in the past some posts with pieces of NetApp templates... >=20 > Anyone have a full template good to download to monitor NetApp devices > (and graph them in rrd/trends of hobbit too)? >=20 > =20 >=20 > Francesco Duranti >=20 > =20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web=20 > services, security? > Get stuff done quickly with pre-integrated technology to make=20 > your job easier > Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-05-18 14:36:26
|
Oh, you'll need to throw the string 'bb-xsnmp' in there somewhere so that hobbit will know that you're feeding it bb-xsnmp-like data. Alternative, I have a version of do_la.c that works with the standard devmon cpu output, if you're interested. -Eric Schwimmer Network Engineer UVA HSCS Network Engineering =20 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Whilding, Craig > Sent: Wednesday, May 17, 2006 5:00 AM > To: dev...@li... > Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 >=20 > Hmm, doesn't appear to give me a graph :( >=20 > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...] On Behalf Of > Schwimmer, Eric E *HS > Sent: 16 May 2006 16:53 > To: dev...@li... > Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 >=20 >=20 > From hobbit-4.1.2p1/hobbitd/rrd/do_la.c : >=20 > CPU Usage=3DNUMBER >=20 >=20 >=20 > -----Original Message----- > From: dev...@li... on behalf of=20 > Whilding, > Craig > Sent: Tue 5/16/2006 10:21 AM > To: dev...@li... > Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 > =20 > Actually on this subject (and glad to see the list working=20 > again), does > anyone know how to format the cpu message so it graphs automatically > using the standard cpu graphing in hobbit? >=20 > Craig >=20 > ________________________________ >=20 > From: dev...@li... > [mailto:dev...@li...] On Behalf Of > Whilding, Craig > Sent: 16 May 2006 15:19 > To: dev...@li... > Subject: [Devmon] RE: NetApp & DevMon 0.2 >=20 > =20 >=20 > See what you make of this, its what was originally sent out by me. > Snapmirror doesn't seem to work properly at the moment in 0.2 but I've > informed Eric about that. >=20 > =20 >=20 > Thanks, >=20 > =20 >=20 > Craig Whilding >=20 > =20 >=20 > ________________________________ >=20 > From: dev...@li... > [mailto:dev...@li...] On Behalf Of > Francesco Duranti > Sent: 14 May 2006 16:05 > To: dev...@li... > Subject: NetApp & DevMon 0.2 >=20 > =20 >=20 > Good work with the 0.2 of devmon ! >=20 > =20 >=20 > I've saw in the past some posts with pieces of NetApp templates... >=20 > Anyone have a full template good to download to monitor NetApp devices > (and graph them in rrd/trends of hobbit too)? >=20 > =20 >=20 > Francesco Duranti >=20 > =20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web=20 > services, security? > Get stuff done quickly with pre-integrated technology to make=20 > your job easier > Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: Whilding, C. <Cra...@me...> - 2006-05-17 08:59:47
|
Hmm, doesn't appear to give me a graph :( -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Schwimmer, Eric E *HS Sent: 16 May 2006 16:53 To: dev...@li... Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 From hobbit-4.1.2p1/hobbitd/rrd/do_la.c : CPU Usage=3DNUMBER -----Original Message----- From: dev...@li... on behalf of Whilding, Craig Sent: Tue 5/16/2006 10:21 AM To: dev...@li... Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 =20 Actually on this subject (and glad to see the list working again), does anyone know how to format the cpu message so it graphs automatically using the standard cpu graphing in hobbit? Craig ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: 16 May 2006 15:19 To: dev...@li... Subject: [Devmon] RE: NetApp & DevMon 0.2 =20 See what you make of this, its what was originally sent out by me. Snapmirror doesn't seem to work properly at the moment in 0.2 but I've informed Eric about that. =20 Thanks, =20 Craig Whilding =20 ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Francesco Duranti Sent: 14 May 2006 16:05 To: dev...@li... Subject: NetApp & DevMon 0.2 =20 Good work with the 0.2 of devmon ! =20 I've saw in the past some posts with pieces of NetApp templates... Anyone have a full template good to download to monitor NetApp devices (and graph them in rrd/trends of hobbit too)? =20 Francesco Duranti =20 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-05-16 15:56:18
|
From hobbit-4.1.2p1/hobbitd/rrd/do_la.c : CPU Usage=3DNUMBER -----Original Message----- From: dev...@li... on behalf of Whilding, = Craig Sent: Tue 5/16/2006 10:21 AM To: dev...@li... Subject: RE: [Devmon] RE: NetApp & DevMon 0.2 =20 Actually on this subject (and glad to see the list working again), does anyone know how to format the cpu message so it graphs automatically using the standard cpu graphing in hobbit? Craig ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: 16 May 2006 15:19 To: dev...@li... Subject: [Devmon] RE: NetApp & DevMon 0.2 =20 See what you make of this, its what was originally sent out by me. Snapmirror doesn't seem to work properly at the moment in 0.2 but I've informed Eric about that. =20 Thanks, =20 Craig Whilding =20 ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Francesco Duranti Sent: 14 May 2006 16:05 To: dev...@li... Subject: NetApp & DevMon 0.2 =20 Good work with the 0.2 of devmon ! =20 I've saw in the past some posts with pieces of NetApp templates... Anyone have a full template good to download to monitor NetApp devices (and graph them in rrd/trends of hobbit too)? =20 Francesco Duranti =20 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-05-16 15:49:32
|
If people want to send me their custom templates, I'll be more than happy to roll them into the official release. -Eric Schwimmer Network Engineer UVA HSCS Network Engineering =20 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Francesco Duranti > Sent: Sunday, May 14, 2006 11:05 AM > To: dev...@li... > Subject: NetApp & DevMon 0.2 >=20 > Good work with the 0.2 of devmon ! > =20 > I've saw in the past some posts with pieces of NetApp templates... > Anyone have a full template good to download to monitor=20 > NetApp devices (and graph them in rrd/trends of hobbit too)? > =20 > Francesco Duranti > =20 >=20 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-05-16 15:49:15
|
FYI, craig and I are working on a few bugs with 0.2; expect a patch and a new version shortly. -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Whilding, Craig > Sent: Monday, May 15, 2006 5:54 AM > To: dev...@li... > Subject: [Devmon] devmon 0.2 error "Argument {temp} isnt=20 > numeric in sort" >=20 > Managed to get perl fixed on my test box and have now=20 > installed 0.2, im getting the following errors when doing a=20 > dhcp check and returning the range: >=20 > =20 >=20 > "Argument "127.0.0.1" isn't numeric in sort at=20 > /usr/local/devmon/modules/dm_tests.pm line 2064,=20 > <$__ANONIO__> line 407." >=20 > =20 >=20 > I think there was a similar problem in 0.1 although I can't=20 > remember if it's the same line number? >=20 > =20 >=20 > =20 >=20 > Also in the docs the table option to disable 'Alarming on' is=20 > listed as noarlarmsmsg, should it be noalarmmsg or noalarmsmsg? >=20 > =20 >=20 > Thanks, >=20 > Craig Whilding=20 >=20 > =20 >=20 >=20 |
From: Whilding, C. <Cra...@me...> - 2006-05-16 14:22:10
|
Actually on this subject (and glad to see the list working again), does anyone know how to format the cpu message so it graphs automatically using the standard cpu graphing in hobbit? Craig ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: 16 May 2006 15:19 To: dev...@li... Subject: [Devmon] RE: NetApp & DevMon 0.2 =20 See what you make of this, its what was originally sent out by me. Snapmirror doesn't seem to work properly at the moment in 0.2 but I've informed Eric about that. =20 Thanks, =20 Craig Whilding =20 ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Francesco Duranti Sent: 14 May 2006 16:05 To: dev...@li... Subject: NetApp & DevMon 0.2 =20 Good work with the 0.2 of devmon ! =20 I've saw in the past some posts with pieces of NetApp templates... Anyone have a full template good to download to monitor NetApp devices (and graph them in rrd/trends of hobbit too)? =20 Francesco Duranti =20 |
From: Whilding, C. <Cra...@me...> - 2006-05-15 09:54:43
|
Managed to get perl fixed on my test box and have now installed 0.2, im getting the following errors when doing a dhcp check and returning the range: =20 "Argument "127.0.0.1" isn't numeric in sort at /usr/local/devmon/modules/dm_tests.pm line 2064, <$__ANONIO__> line 407." =20 I think there was a similar problem in 0.1 although I can't remember if it's the same line number? =20 =20 Also in the docs the table option to disable 'Alarming on' is listed as noarlarmsmsg, should it be noalarmmsg or noalarmsmsg? =20 Thanks, Craig Whilding=20 =20 |
From: Francesco D. <fdu...@q8...> - 2006-05-14 15:06:49
|
Good work with the 0.2 of devmon ! =20 I've saw in the past some posts with pieces of NetApp templates... Anyone have a full template good to download to monitor NetApp devices = (and graph them in rrd/trends of hobbit too)? =20 Francesco Duranti =20 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-05-09 19:53:55
|
Heh, it looks like SF dropped the message that had the tarball attached. I'll just upload the tarball to the SF devmon project site. Should be there in a minute. -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Bill Finizia > Sent: Tuesday, May 09, 2006 3:29 PM > To: dev...@li... > Subject: Re: [Devmon] RE: Devmon v0.2-beta >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Where is do you download v0.2-beta from? SF only has v0.1.1 =20 > available for DL. >=20 > BillF >=20 >=20 >=20 > On May 9, 2006, at 3:13 PM, Schwimmer, Eric E *HS wrote: >=20 > > > > Oh and note that some of these changes (notably those to the TABLE > > and NONHTMLTABLE message directives and the DELTA and ELAPSED > > transforms) can have adverse effects if you have modified your > > templates at all. Please be careful. > > > > -Eric Schwimmer > > Network Engineer > > UVA HSCS Network Engineering > > > >> -----Original Message----- > >> From: Schwimmer, Eric E *HS > >> Sent: Tuesday, May 09, 2006 3:10 PM > >> To: dev...@li... > >> Subject: Devmon v0.2-beta > >> > >> > >> Okay, heres the latest and greatest. It hasn't been extensively > >> tested, but once it has been, I'll bump it to v1.0 and call > >> it done (for now). > >> > >> Here's the latest relevant changelog entries: > >> > >> Devmon v0.2 beta :: Released 05/09/2006 > >> > >> Changed: > >> - Changed the way the TABLE: message directive is read. > >> Options can now be added to the TABLE line to alter the > >> default way that Devmon handles table data. > >> Example: TABLE: noalarmsmsg,border=3D0,pad=3D10 > >> - Removed NONHTMLTABLE directive and replaced it with=20 > the 'nonhtml' > >> TABLE option. > >> - Removed the colon from the data input portion of the > >> DELTA transform, which delineated the source OID alias > >> and the optional upper limit (replaced it with whitespace, > >> to make it more consistent with other transform variables). > >> - Removed the (yy:mm:dd) text from the ELAPSED transform. If you > >> want to see this text, specify it explicitly in your=20 > message file > >> - Changed SWITCH block to give it more functionality. Existing > >> SWITCH transforms should be compatible with this new version. > >> Please see the docs/TEMPLATES files for the new version. > >> - Various code optimizations, which will hopefully make the > >> test logic a little faster. > >> - Introduced the ability to do line continuation in a transform > >> file via a backslash (\) at the end of a line, thus making > >> transform files a little more readable when viewed in a > >> 80 column terminal > >> - Modified the if_load and if_stat threshold files to include > >> the interface name and alias when reporting errors > >> - Changed the way tests handle duplicate OID aliaes (i.e. ifInOps > >> is used in if_stat, if_load, if_err, etc). Now tests on the > >> same devices that share an oid name with another tests will > >> only perform the transform on that alias once. This=20 > has important > >> implications if you use the same OID alias across=20 > multiple tests; > >> please read 'oids' and 'transform' file sections in the > >> docs/TEMPLATE file for more information. > >> > >> Added: > >> - TSWITCH transform: similar to SWITCH transform except it can > >> inhert threshold results from dependent OID aliases. > >> - SUBSTR transform: get a substring of the specific oid > >> (faster and more efficient than doing a REGSUB) > >> - UNPACK transform: unpack oid data stored in binary form > >> - CONVERT transform: convert either hex or octal to a > >> decimal integer > >> - AND transform: returns a value of 1 if ALL oids passed to > >> it are non-zero. > >> - OR transform: returns a value of 1 if ANY oids passed to > >> it are non-zero. > >> > >> - 'border' TABLE option: change html table border value > >> - 'pad' TABLE option: change html table cellpadding value > >> - 'nonhtml' TABLE option: prints table in NCV format > >> - 'noalarmsmsg' TABLE option: prevents display of > >> "Alarming on" text > >> for a TABLE entry. > >> - 'alarmsonbottom' TABLE option: prints "Alarming on" text at =20 > >> bottom > >> of TABLE data, as opposed to the top. > >> - Cisco 2801 template > >> > >> Bug fixes: > >> - Fixed cisco CPU tests to alarm properly on reboot > >> - Fixed the command line config override (Steve Aiello) > >> - Fixed problem with non-HTML tables (Dan Vande More) > >> > >> Devmon v0.1.2 beta :: Not released > >> > >> Added: > >> - Support for non-HTML(NCV) type tables > >> - Support for embedding RRD data in HTML tables > >> > >> Bug fixes: > >> - Worked around a bug in older versions of Storable.pm that > >> would cause > >> devmon to crash when using 64bit counters > >> - Fixed the order of alarm applications; now alarms by default > >> > >> > >> -Eric Schwimmer > >> Network Engineer > >> UVA HSCS Network Engineering > > > > > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, =20 > > security? > > Get stuff done quickly with pre-integrated technology to make your =20 > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache =20 > > Geronimo > > = http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=121642 > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.1 (Darwin) >=20 > iD8DBQFEYO2Z/Ol32NgyEZgRAsb6AJ43wC465D1hyvz4F9Tjz04+E0J7gACeJg0x > n+VjcDa0xQc46WW+uPclbvI=3D > =3DYxOj > -----END PGP SIGNATURE----- >=20 >=20 > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web=20 > services, security? > Get stuff done quickly with pre-integrated technology to make=20 > your job easier > Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: Bill F. <wfi...@cc...> - 2006-05-09 19:29:42
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Where is do you download v0.2-beta from? SF only has v0.1.1 =20 available for DL. BillF On May 9, 2006, at 3:13 PM, Schwimmer, Eric E *HS wrote: > > Oh and note that some of these changes (notably those to the TABLE > and NONHTMLTABLE message directives and the DELTA and ELAPSED > transforms) can have adverse effects if you have modified your > templates at all. Please be careful. > > -Eric Schwimmer > Network Engineer > UVA HSCS Network Engineering > >> -----Original Message----- >> From: Schwimmer, Eric E *HS >> Sent: Tuesday, May 09, 2006 3:10 PM >> To: dev...@li... >> Subject: Devmon v0.2-beta >> >> >> Okay, heres the latest and greatest. It hasn't been extensively >> tested, but once it has been, I'll bump it to v1.0 and call >> it done (for now). >> >> Here's the latest relevant changelog entries: >> >> Devmon v0.2 beta :: Released 05/09/2006 >> >> Changed: >> - Changed the way the TABLE: message directive is read. >> Options can now be added to the TABLE line to alter the >> default way that Devmon handles table data. >> Example: TABLE: noalarmsmsg,border=3D0,pad=3D10 >> - Removed NONHTMLTABLE directive and replaced it with the 'nonhtml' >> TABLE option. >> - Removed the colon from the data input portion of the >> DELTA transform, which delineated the source OID alias >> and the optional upper limit (replaced it with whitespace, >> to make it more consistent with other transform variables). >> - Removed the (yy:mm:dd) text from the ELAPSED transform. If you >> want to see this text, specify it explicitly in your message file >> - Changed SWITCH block to give it more functionality. Existing >> SWITCH transforms should be compatible with this new version. >> Please see the docs/TEMPLATES files for the new version. >> - Various code optimizations, which will hopefully make the >> test logic a little faster. >> - Introduced the ability to do line continuation in a transform >> file via a backslash (\) at the end of a line, thus making >> transform files a little more readable when viewed in a >> 80 column terminal >> - Modified the if_load and if_stat threshold files to include >> the interface name and alias when reporting errors >> - Changed the way tests handle duplicate OID aliaes (i.e. ifInOps >> is used in if_stat, if_load, if_err, etc). Now tests on the >> same devices that share an oid name with another tests will >> only perform the transform on that alias once. This has important >> implications if you use the same OID alias across multiple tests; >> please read 'oids' and 'transform' file sections in the >> docs/TEMPLATE file for more information. >> >> Added: >> - TSWITCH transform: similar to SWITCH transform except it can >> inhert threshold results from dependent OID aliases. >> - SUBSTR transform: get a substring of the specific oid >> (faster and more efficient than doing a REGSUB) >> - UNPACK transform: unpack oid data stored in binary form >> - CONVERT transform: convert either hex or octal to a >> decimal integer >> - AND transform: returns a value of 1 if ALL oids passed to >> it are non-zero. >> - OR transform: returns a value of 1 if ANY oids passed to >> it are non-zero. >> >> - 'border' TABLE option: change html table border value >> - 'pad' TABLE option: change html table cellpadding value >> - 'nonhtml' TABLE option: prints table in NCV format >> - 'noalarmsmsg' TABLE option: prevents display of >> "Alarming on" text >> for a TABLE entry. >> - 'alarmsonbottom' TABLE option: prints "Alarming on" text at =20 >> bottom >> of TABLE data, as opposed to the top. >> - Cisco 2801 template >> >> Bug fixes: >> - Fixed cisco CPU tests to alarm properly on reboot >> - Fixed the command line config override (Steve Aiello) >> - Fixed problem with non-HTML tables (Dan Vande More) >> >> Devmon v0.1.2 beta :: Not released >> >> Added: >> - Support for non-HTML(NCV) type tables >> - Support for embedding RRD data in HTML tables >> >> Bug fixes: >> - Worked around a bug in older versions of Storable.pm that >> would cause >> devmon to crash when using 64bit counters >> - Fixed the order of alarm applications; now alarms by default >> >> >> -Eric Schwimmer >> Network Engineer >> UVA HSCS Network Engineering > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, =20 > security? > Get stuff done quickly with pre-integrated technology to make your =20 > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache =20 > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=121642= > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFEYO2Z/Ol32NgyEZgRAsb6AJ43wC465D1hyvz4F9Tjz04+E0J7gACeJg0x n+VjcDa0xQc46WW+uPclbvI=3D =3DYxOj -----END PGP SIGNATURE----- |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-05-09 19:13:37
|
Oh and note that some of these changes (notably those to the TABLE and NONHTMLTABLE message directives and the DELTA and ELAPSED transforms) can have adverse effects if you have modified your templates at all. Please be careful. -Eric Schwimmer Network Engineer UVA HSCS Network Engineering =20 > -----Original Message----- > From: Schwimmer, Eric E *HS=20 > Sent: Tuesday, May 09, 2006 3:10 PM > To: dev...@li... > Subject: Devmon v0.2-beta >=20 >=20 > Okay, heres the latest and greatest. It hasn't been extensively=20 > tested, but once it has been, I'll bump it to v1.0 and call=20 > it done (for now). >=20 > Here's the latest relevant changelog entries: >=20 > Devmon v0.2 beta :: Released 05/09/2006 >=20 > Changed: > - Changed the way the TABLE: message directive is read. > Options can now be added to the TABLE line to alter the > default way that Devmon handles table data. > Example: TABLE: noalarmsmsg,border=3D0,pad=3D10 > - Removed NONHTMLTABLE directive and replaced it with the 'nonhtml' > TABLE option. > - Removed the colon from the data input portion of the > DELTA transform, which delineated the source OID alias > and the optional upper limit (replaced it with whitespace, > to make it more consistent with other transform variables). > - Removed the (yy:mm:dd) text from the ELAPSED transform. If you > want to see this text, specify it explicitly in your message file > - Changed SWITCH block to give it more functionality. Existing > SWITCH transforms should be compatible with this new version. > Please see the docs/TEMPLATES files for the new version. > - Various code optimizations, which will hopefully make the > test logic a little faster. > - Introduced the ability to do line continuation in a transform > file via a backslash (\) at the end of a line, thus making > transform files a little more readable when viewed in a > 80 column terminal > - Modified the if_load and if_stat threshold files to include > the interface name and alias when reporting errors > - Changed the way tests handle duplicate OID aliaes (i.e. ifInOps > is used in if_stat, if_load, if_err, etc). Now tests on the > same devices that share an oid name with another tests will > only perform the transform on that alias once. This has important > implications if you use the same OID alias across multiple tests; > please read 'oids' and 'transform' file sections in the > docs/TEMPLATE file for more information. >=20 > Added: > - TSWITCH transform: similar to SWITCH transform except it can > inhert threshold results from dependent OID aliases. > - SUBSTR transform: get a substring of the specific oid > (faster and more efficient than doing a REGSUB) > - UNPACK transform: unpack oid data stored in binary form > - CONVERT transform: convert either hex or octal to a > decimal integer > - AND transform: returns a value of 1 if ALL oids passed to > it are non-zero. > - OR transform: returns a value of 1 if ANY oids passed to > it are non-zero. >=20 > - 'border' TABLE option: change html table border value > - 'pad' TABLE option: change html table cellpadding value > - 'nonhtml' TABLE option: prints table in NCV format > - 'noalarmsmsg' TABLE option: prevents display of=20 > "Alarming on" text > for a TABLE entry. > - 'alarmsonbottom' TABLE option: prints "Alarming on" text at bottom > of TABLE data, as opposed to the top. > - Cisco 2801 template >=20 > Bug fixes: > - Fixed cisco CPU tests to alarm properly on reboot > - Fixed the command line config override (Steve Aiello) > - Fixed problem with non-HTML tables (Dan Vande More) >=20 > Devmon v0.1.2 beta :: Not released >=20 > Added: > - Support for non-HTML(NCV) type tables > - Support for embedding RRD data in HTML tables >=20 > Bug fixes: > - Worked around a bug in older versions of Storable.pm that=20 > would cause > devmon to crash when using 64bit counters > - Fixed the order of alarm applications; now alarms by default >=20 >=20 > -Eric Schwimmer > Network Engineer > UVA HSCS Network Engineering=20 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-04-27 19:43:30
|
> Printer toner - Level can be [+value] or -1,-2-3 where -1 or -2 or -3 > mean something. Total toner can also be [value] or -1 -2 or -3 and I > work out a percentage or show one of the - values meanings.=20 > There was a > work around at the time but it was rather complex! Logic would be good > here. This one is going to be a real pain, I can tell you. I'll have to think this one over on how best to implement it. =20 > Similarly for dhcp free address there is no snmp value for a disabled > range so I do not want an alert if the free addresses is 0=20 > and addresses > in use is also 0 (no addresses therefore disabled being my thinking). > Currently I can only use the value of free addresses in the table as a > threshold, need an AND. Easy enough. I'll throw in an OR transform for free! > The other thing was to not show the "Alerting on x,y,z" lines unless I > explicitly say alert on or don't alert on in Exceptions file as > otherwise it can take up a lot of room especially in the alert email. Already got this one done :) -Eric |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-04-27 19:39:52
|
That should be in v0.2, yeap. I'm still having problems getting hobbit to display multi-variable graphs in test column (i.e. non-trends column). Its definitely a problem at this moment. =20 The collector stuff is all in devmon and works great, and=20 I've written collectors in C for hobbit, and the graphs=20 display, but there are 48 extra empty graphs. Oops. I need to look at the hobbit code to see why its doing that; havent gotten around to it yet :/ I'm looking forward to being able to dump mrtg finally. -Eric Schwimmer Network Engineer UVA HSCS Network Engineering =20 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Dan Vande More > Sent: Thursday, April 27, 2006 2:04 PM > To: dev...@li... > Subject: Re: [Devmon] Is this thing working? >=20 > Got this one - first one in a while, don't know if it was just slow or > something was wrong. I'm looking forward to the rrd stuff you were > implementing. Are you looking at that for v2? >=20 > -Dan >=20 > On 4/27/06, Whilding, Craig <Cra...@me...> wrote: > > I've got this message through ok, 1st one in a month though. > > > > The feature requests I wanted were for a way to deal with=20 > things such > > as: > > > > Printer toner - Level can be [+value] or -1,-2-3 where -1=20 > or -2 or -3 > > mean something. Total toner can also be [value] or -1 -2 or -3 and I > > work out a percentage or show one of the - values meanings.=20 > There was a > > work around at the time but it was rather complex! Logic=20 > would be good > > here. > > > > Similarly for dhcp free address there is no snmp value for=20 > a disabled > > range so I do not want an alert if the free addresses is 0=20 > and addresses > > in use is also 0 (no addresses therefore disabled being my=20 > thinking). > > Currently I can only use the value of free addresses in the=20 > table as a > > threshold, need an AND. > > > > The other thing was to not show the "Alerting on x,y,z"=20 > lines unless I > > explicitly say alert on or don't alert on in Exceptions file as > > otherwise it can take up a lot of room especially in the=20 > alert email. > > > > Thanks, > > Craig Whilding > > > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On Behalf Of > > Schwimmer, Eric E *HS > > Sent: 27 April 2006 17:06 > > To: dev...@li... > > Subject: [Devmon] Is this thing working? > > > > > > I've gotten a few reports that the mailing list seems to be broken. > > I guess if I don't see this message that will confirm things. > > > > If you do see this message, be advised that I'll be releasing > > devmon v0.2 shortly, so please put in any feature requests > > that you might have now. After v0.2 proves stable, I'll bump > > it to v1.0 and call it good. > > > > -Eric Schwimmer > > Network Engineer > > UVA HSCS Network Engineering > > > > > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to=20 > make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web=20 > services, security? > > Get stuff done quickly with pre-integrated technology to=20 > make your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > > = http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > >=20 >=20 > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web=20 > services, security? > Get stuff done quickly with pre-integrated technology to make=20 > your job easier > Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: Dan V. M. <bi...@gm...> - 2006-04-27 18:03:59
|
Got this one - first one in a while, don't know if it was just slow or something was wrong. I'm looking forward to the rrd stuff you were implementing. Are you looking at that for v2? -Dan On 4/27/06, Whilding, Craig <Cra...@me...> wrote: > I've got this message through ok, 1st one in a month though. > > The feature requests I wanted were for a way to deal with things such > as: > > Printer toner - Level can be [+value] or -1,-2-3 where -1 or -2 or -3 > mean something. Total toner can also be [value] or -1 -2 or -3 and I > work out a percentage or show one of the - values meanings. There was a > work around at the time but it was rather complex! Logic would be good > here. > > Similarly for dhcp free address there is no snmp value for a disabled > range so I do not want an alert if the free addresses is 0 and addresses > in use is also 0 (no addresses therefore disabled being my thinking). > Currently I can only use the value of free addresses in the table as a > threshold, need an AND. > > The other thing was to not show the "Alerting on x,y,z" lines unless I > explicitly say alert on or don't alert on in Exceptions file as > otherwise it can take up a lot of room especially in the alert email. > > Thanks, > Craig Whilding > > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...] On Behalf Of > Schwimmer, Eric E *HS > Sent: 27 April 2006 17:06 > To: dev...@li... > Subject: [Devmon] Is this thing working? > > > I've gotten a few reports that the mailing list seems to be broken. > I guess if I don't see this message that will confirm things. > > If you do see this message, be advised that I'll be releasing > devmon v0.2 shortly, so please put in any feature requests > that you might have now. After v0.2 proves stable, I'll bump > it to v1.0 and call it good. > > -Eric Schwimmer > Network Engineer > UVA HSCS Network Engineering > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |
From: Whilding, C. <Cra...@me...> - 2006-04-27 16:24:49
|
I've got this message through ok, 1st one in a month though. The feature requests I wanted were for a way to deal with things such as: Printer toner - Level can be [+value] or -1,-2-3 where -1 or -2 or -3 mean something. Total toner can also be [value] or -1 -2 or -3 and I work out a percentage or show one of the - values meanings. There was a work around at the time but it was rather complex! Logic would be good here. Similarly for dhcp free address there is no snmp value for a disabled range so I do not want an alert if the free addresses is 0 and addresses in use is also 0 (no addresses therefore disabled being my thinking). Currently I can only use the value of free addresses in the table as a threshold, need an AND. The other thing was to not show the "Alerting on x,y,z" lines unless I explicitly say alert on or don't alert on in Exceptions file as otherwise it can take up a lot of room especially in the alert email. Thanks, Craig Whilding -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Schwimmer, Eric E *HS Sent: 27 April 2006 17:06 To: dev...@li... Subject: [Devmon] Is this thing working? I've gotten a few reports that the mailing list seems to be broken. I guess if I don't see this message that will confirm things. If you do see this message, be advised that I'll be releasing devmon v0.2 shortly, so please put in any feature requests that you might have now. After v0.2 proves stable, I'll bump it to v1.0 and call it good. -Eric Schwimmer Network Engineer UVA HSCS Network Engineering=20 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-04-27 16:07:16
|
I've gotten a few reports that the mailing list seems to be broken. I guess if I don't see this message that will confirm things. If you do see this message, be advised that I'll be releasing devmon v0.2 shortly, so please put in any feature requests that you might have now. After v0.2 proves stable, I'll bump it to v1.0 and call it good. -Eric Schwimmer Network Engineer UVA HSCS Network Engineering=20 |