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: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-10 15:55:20
|
Hrm, I have some revervations about implementing logical code inside of the templates (regular expression substitution was bad enough). You might be able to get away with something similar to what I did in the apc-9619 environmental test. The humidity test sometimes just doesn't work, and returns a negative number. So I duplicated the oid using the MATH transform, and then used the threshold message to set 'n/a' if it was lower than 0,=20 or the value of the original oid, if it was above zero. The problem here is that you might run out of threshold colors. This MIGHT work: In your transforms file:=20 {newTonerLevel} : MATH : {origTonerLevel} {toner} : WORST : {origTonerLevel} {newTonerLevel} In your thresholds file: {newTonerLevel} : red : -2 : Unknown {newTonerLevel} : yellow : -3 : Some remaining supply {newTonerLevel} : green : -1 : No restrictions on this parameter {origTonerLevel} : red : <5 : Toner is very low. {origTonerLevel} : yellow : <15 : Toner is low. {origTonerLevel} : green : >=3D15 : Toner is okay. In your messages file: Toner level : {toner.color} {toner} Ugh. That is ugly. I'll have to think about how to handle this. Something similar should work for your dhcp addresses if you need a quick fix before I figure out how to deal with this. Used the attached patch to fix the complaints about non-numeric values in a numeric comparison. -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: Friday, March 10, 2006 9:40 AM > To: dev...@li... > Subject: [Devmon] Printer toner monitoring/dhcp monitoring >=20 > I want to monitor printer toner and other consumables. This=20 > is all under mib group 1.3.6.1.2.1.43.11.1. >=20 > =20 >=20 > The problem I have is that is the level or total is not being=20 > measured it can return negative numbers: >=20 > =20 >=20 > The value (-1) means other and specifically indicates that > the sub-unit places no restrictions on this parameter. > The value (-2) means unknown. A value of (-3) means that the > printer knows that there is some supply/remaining space, > respectively." >=20 > =20 >=20 > How should I go about implementing this? It could do with=20 > some sort of if then else logic. >=20 > =20 >=20 > =20 >=20 > There is a similar problem with dhcp free addresses. We have=20 > some disabled ranges that must be kept in place (networks are=20 > managed by someone else's dept). As there is no oid I know of=20 > for disabled range I want to monitor this through an=20 > exception if addresses in use and free addresses is 0 -=20 > ignore. Currently I cant do this as exceptions only work on=20 > the primary alias. >=20 > =20 >=20 > =20 >=20 > Its also still giving the "127.0.0.1 (insert real ip) isn't=20 > numeric in numeric ne (!=3D) at /..../dm_test.pm line=20 > 1867/1851,<$__ANONIO__> line 198" errors. Any ideas? >=20 > =20 >=20 > Thanks, >=20 > Craig >=20 >=20 |
From: Whilding, C. <Cra...@me...> - 2006-03-10 14:39:48
|
I want to monitor printer toner and other consumables. This is all under mib group 1.3.6.1.2.1.43.11.1. =20 The problem I have is that is the level or total is not being measured it can return negative numbers: =20 The value (-1) means other and specifically indicates that the sub-unit places no restrictions on this parameter. The value (-2) means unknown. A value of (-3) means that the printer knows that there is some supply/remaining space, respectively." =20 How should I go about implementing this? It could do with some sort of if then else logic. =20 =20 There is a similar problem with dhcp free addresses. We have some disabled ranges that must be kept in place (networks are managed by someone else's dept). As there is no oid I know of for disabled range I want to monitor this through an exception if addresses in use and free addresses is 0 - ignore. Currently I cant do this as exceptions only work on the primary alias. =20 =20 Its also still giving the "127.0.0.1 (insert real ip) isn't numeric in numeric ne (!=3D) at /..../dm_test.pm line 1867/1851,<$__ANONIO__> line 198" errors. Any ideas? =20 Thanks, Craig |
From: Whilding, C. <Cra...@me...> - 2006-03-09 15:24:08
|
The only problem I have is a quota set to unlimited (-1) showing as -29.xx%. Cant do much about it as the exceptions only work on the primary alias in the table. I haven't had that. Another devmon user had a problem with large numbers going negative, I think it was fixed in the patch that was sent out. Craig =20 ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Aiello, Steve (GE, Corporate, consultant) Sent: 09 March 2006 15:17 To: dev...@li... Subject: RE: [Devmon] NetApp =20 Curious, When pulling Disk/Volume information do you get negative values? On two of my netapps, for one very large FileSystem I get negative values on size.. -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: Thursday, March 09, 2006 10:12 AM To: dev...@li... Subject: RE: [Devmon] NetApp I don't appear to have any ifName data so the primary field in the table fails. =20 That data would be useful here also. I only currently do a hobbit service check for cifs. =20 =20 =09 ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Aiello, Steve (GE, Corporate, consultant) Sent: 09 March 2006 14:54 To: dev...@li... Subject: RE: [Devmon] NetApp =20 Oh yeah.... =20 I also have the generic if_load in my netapp template, works great. =20 I was also thinking about doing a nfs & cifs stats test too, so I can report on the general usage of the netapp. This data aids in our capacity planning. Just haven't had much time to dedicate to this yet.=20 -----Original Message----- From: Aiello, Steve (GE, Corporate, consultant)=20 Sent: Thursday, March 09, 2006 9:50 AM To: 'dev...@li...' Subject: RE: [Devmon] NetApp Here is my cpu test for the netapps. =20 Seems I put my device info in the cpu test, and you have some under the stats test. I also have something simular to your volume test, but I called it disk. I also tried to format the data in the same manner a 'df' command on *NIX. I did it this way, so that my trending tool (larrd) would start trending on the data instantly.. I forgot about the HTML format, that is causing issues. =20 Thanks for sharing your netapp template, saves me time :) =20 Steven=20 -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: Thursday, March 09, 2006 9:38 AM To: dev...@li... Subject: RE: [Devmon] NetApp Snapmirror lag now done, it is designed to check all snapmirrors that run weekly. It will also report daily ones but wont alert if these take too long as there is no logic in devmon to check which is which. =20 Craig =20 =20 =09 ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: 09 March 2006 11:29 To: dev...@li... Subject: [Devmon] NetApp =20 Here's what I've done for NetApp monitoring. I need to add in a check for snapmirror to meet our companies global policy on monitoring but the other bits are there.=20 =20 CPU currently just shows uptime as it was copied across from a cisco template. If anyone wants to add in something meaningful here it would be good. =20 Something that could be useful is a "not-tests" option for bb-hosts as quotas are not enabled on certain filers (same with snapmirror) so I don't want to show these as opposed to writing all the others I do want shown. =20 Please come back with any changes or improvements. =20 Thanks, =20 Craig |
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-03-09 15:18:08
|
Curious, When pulling Disk/Volume information do you get negative values? On two of my netapps, for one very large FileSystem I get negative values on size.. -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: Thursday, March 09, 2006 10:12 AM To: dev...@li... Subject: RE: [Devmon] NetApp =09 =09 I don't appear to have any ifName data so the primary field in the table fails. =20 That data would be useful here also. I only currently do a hobbit service check for cifs. =20 =20 =09 ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Aiello, Steve (GE, Corporate, consultant) Sent: 09 March 2006 14:54 To: dev...@li... Subject: RE: [Devmon] NetApp =20 Oh yeah.... =20 I also have the generic if_load in my netapp template, works great. =20 I was also thinking about doing a nfs & cifs stats test too, so I can report on the general usage of the netapp. This data aids in our capacity planning. Just haven't had much time to dedicate to this yet.=20 -----Original Message----- From: Aiello, Steve (GE, Corporate, consultant)=20 Sent: Thursday, March 09, 2006 9:50 AM To: 'dev...@li...' Subject: RE: [Devmon] NetApp Here is my cpu test for the netapps. =20 Seems I put my device info in the cpu test, and you have some under the stats test. I also have something simular to your volume test, but I called it disk. I also tried to format the data in the same manner a 'df' command on *NIX. I did it this way, so that my trending tool (larrd) would start trending on the data instantly.. I forgot about the HTML format, that is causing issues. =20 Thanks for sharing your netapp template, saves me time :) =20 Steven=20 -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: Thursday, March 09, 2006 9:38 AM To: dev...@li... Subject: RE: [Devmon] NetApp Snapmirror lag now done, it is designed to check all snapmirrors that run weekly. It will also report daily ones but wont alert if these take too long as there is no logic in devmon to check which is which. =20 Craig =20 =20 =09 ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: 09 March 2006 11:29 To: dev...@li... Subject: [Devmon] NetApp =20 Here's what I've done for NetApp monitoring. I need to add in a check for snapmirror to meet our companies global policy on monitoring but the other bits are there.=20 =20 CPU currently just shows uptime as it was copied across from a cisco template. If anyone wants to add in something meaningful here it would be good. =20 Something that could be useful is a "not-tests" option for bb-hosts as quotas are not enabled on certain filers (same with snapmirror) so I don't want to show these as opposed to writing all the others I do want shown. =20 Please come back with any changes or improvements. =20 Thanks, =20 Craig |
From: Whilding, C. <Cra...@me...> - 2006-03-09 15:12:13
|
I don't appear to have any ifName data so the primary field in the table fails. =20 That data would be useful here also. I only currently do a hobbit service check for cifs. =20 =20 ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Aiello, Steve (GE, Corporate, consultant) Sent: 09 March 2006 14:54 To: dev...@li... Subject: RE: [Devmon] NetApp =20 Oh yeah.... =20 I also have the generic if_load in my netapp template, works great. =20 I was also thinking about doing a nfs & cifs stats test too, so I can report on the general usage of the netapp. This data aids in our capacity planning. Just haven't had much time to dedicate to this yet.=20 -----Original Message----- From: Aiello, Steve (GE, Corporate, consultant)=20 Sent: Thursday, March 09, 2006 9:50 AM To: 'dev...@li...' Subject: RE: [Devmon] NetApp Here is my cpu test for the netapps. =20 Seems I put my device info in the cpu test, and you have some under the stats test. I also have something simular to your volume test, but I called it disk. I also tried to format the data in the same manner a 'df' command on *NIX. I did it this way, so that my trending tool (larrd) would start trending on the data instantly.. I forgot about the HTML format, that is causing issues. =20 Thanks for sharing your netapp template, saves me time :) =20 Steven=20 -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: Thursday, March 09, 2006 9:38 AM To: dev...@li... Subject: RE: [Devmon] NetApp Snapmirror lag now done, it is designed to check all snapmirrors that run weekly. It will also report daily ones but wont alert if these take too long as there is no logic in devmon to check which is which. =20 Craig =20 =20 =09 ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: 09 March 2006 11:29 To: dev...@li... Subject: [Devmon] NetApp =20 Here's what I've done for NetApp monitoring. I need to add in a check for snapmirror to meet our companies global policy on monitoring but the other bits are there.=20 =20 CPU currently just shows uptime as it was copied across from a cisco template. If anyone wants to add in something meaningful here it would be good. =20 Something that could be useful is a "not-tests" option for bb-hosts as quotas are not enabled on certain filers (same with snapmirror) so I don't want to show these as opposed to writing all the others I do want shown. =20 Please come back with any changes or improvements. =20 Thanks, =20 Craig |
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-03-09 14:54:44
|
Oh yeah.... =20 I also have the generic if_load in my netapp template, works great. =20 I was also thinking about doing a nfs & cifs stats test too, so I can report on the general usage of the netapp. This data aids in our capacity planning. Just haven't had much time to dedicate to this yet.=20 -----Original Message----- From: Aiello, Steve (GE, Corporate, consultant)=20 Sent: Thursday, March 09, 2006 9:50 AM To: 'dev...@li...' Subject: RE: [Devmon] NetApp =09 =09 Here is my cpu test for the netapps. =20 Seems I put my device info in the cpu test, and you have some under the stats test. I also have something simular to your volume test, but I called it disk. I also tried to format the data in the same manner a 'df' command on *NIX. I did it this way, so that my trending tool (larrd) would start trending on the data instantly.. I forgot about the HTML format, that is causing issues. =20 Thanks for sharing your netapp template, saves me time :) =20 Steven=20 -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: Thursday, March 09, 2006 9:38 AM To: dev...@li... Subject: RE: [Devmon] NetApp =09 =09 Snapmirror lag now done, it is designed to check all snapmirrors that run weekly. It will also report daily ones but wont alert if these take too long as there is no logic in devmon to check which is which. =20 Craig =20 =20 =09 ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: 09 March 2006 11:29 To: dev...@li... Subject: [Devmon] NetApp =20 Here's what I've done for NetApp monitoring. I need to add in a check for snapmirror to meet our companies global policy on monitoring but the other bits are there.=20 =20 CPU currently just shows uptime as it was copied across from a cisco template. If anyone wants to add in something meaningful here it would be good. =20 Something that could be useful is a "not-tests" option for bb-hosts as quotas are not enabled on certain filers (same with snapmirror) so I don't want to show these as opposed to writing all the others I do want shown. =20 Please come back with any changes or improvements. =20 Thanks, =20 Craig |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-09 14:32:10
|
Weird. Can you zip/tar the template up and send it to me? ee...@vi... -Eric Schwimmer Network Engineer UVA HSCS Network Engineering =20 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of joh...@on... > Sent: Thursday, March 09, 2006 9:19 AM > To: dev...@li... > Subject: RE: [Devmon] Undefined in the ifAliasbox field >=20 > This is the content of the transforms file: >=20 > # Create a human-readable ifc speed > ifSpeed : SPEED : {ifBps} > # Get bit speed delta (so we dont have to provide custom delta limit) > ifInOps : DELTA : {ifInOctets} > ifOutOps : DELTA : {ifOutOctets} > # Convert our octets delta into bits per second > ifInBps : MATH : {ifInOps} x 8 > ifOutBps : MATH : {ifOutOps} x 8 > # Make some easily readable speed variables > ifInSpeed : SPEED : {ifInBps} > ifOutSpeed : SPEED : {ifOutBps} > # Now determine our percentage load, based on traffic and ifc speed > ifInLoad : MATH : ({ifInBps} / {ifBps}) x 100 > ifOutLoad : MATH : ({ifOutBps} / {ifBps}) x 100 > # Create an alias in a bracketed box, or nothing if alias is blank > ifAliasBox : REGSUB : {ifAlias} /(\S+.*)/ [$1]/ >=20 >=20 >=20 > >>It looks like Devmon still isnt able to query the ifAlias field. > >>As to the ifAliasBox errors, is there still an REGSUB transform > >>for ifAliasBox in your transforms file? > >> > >>-Eric >=20 >=20 > >> -----Original Message----- > >> From: dev...@li...=20 > >> [mailto:dev...@li...] On Behalf=20 > >> Of joh...@on... > >> Sent: Wednesday, March 08, 2006 4:51 AM > >> To: dev...@li... > >> Subject: [Devmon] Undefined in the ifAliasbox field > >>=20 > >> Hi, > >>=20 > >> on a cisco 6506 and 4003 running CatOS I have problems to get=20 > >> the ifAlias filled. > >> The OID for this is ifAlias: .1.3.6.1.4.1.9.5.1.4.1.1.4 > >>=20 > >> This is in my oids-file: > >>=20 > >> ifName : .1.3.6.1.2.1.31.1.1.1.1 : branch > >> #ifAlias : .1.3.6.1.2.1.31.1.1.1.18 : branch > >> ifAlias : .1.3.6.1.4.1.9.5.1.4.1.1.4 : branch > >> ifBps : .1.3.6.1.2.1.2.2.1.5 : branch > >> ifInOctets : .1.3.6.1.2.1.2.2.1.10 : branch > >> ifOutOctets : .1.3.6.1.2.1.2.2.1.16 : branch > >>=20 > >> Running a snmpwalk manually returns the correct values.=20 > >> Putting this OID in the oids-template I got this in the devmon.log: > >>=20 > >> [06-02-27@16:58:25] No SNMP data found for ifAlias on CBS002 > >> [06-02-27@16:58:25] Missing primary oid data for trans_regsub=20 > >> on ifAliasBox > >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > >> /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 > >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > >> /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 > >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > >> /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 > >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > >> /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 > >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 8 of=20 > >> /bbserv/devmon//templates/cisco-4003/if_err/message, skipping=20 > >> this test. > >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 5 of=20 > >> /bbserv/devmon//templates/cisco-4003/if_load/message,=20 > >> skipping this test. > >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 3 of=20 > >> /bbserv/devmon//templates/cisco-4003/if_stat/message,=20 > >> skipping this test. > >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > >> /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 > >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > >> /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 > >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > >> /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 > >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > >> /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 > >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 8 of=20 > >> /bbserv/devmon//templates/cisco-4003/if_dsc/message, skipping=20 > >> this test. > >> [06-02-27@17:08:25] No SNMP data found for ifAlias on CBS002 > >> [06-02-27@17:08:25] No SNMP data found for ifAlias on CBS002 > >> [06-02-27@17:08:25] No SNMP data found for ifAlias on CBS002 > >>=20 > >> On the web-page I have this result (the ifAliasBox is not defined): > >>=20 > >> 3/1Undefined 1.00 Gbps green 1.15 Mbps (0.12%) green=20 > >> 4.08 Mbps (0.41%) > >>=20 > >> How can I make this work? > >>=20 > >> Regards > >> Johann >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > dat=3D121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: <joh...@on...> - 2006-03-09 14:18:37
|
This is the content of the transforms file: # Create a human-readable ifc speed ifSpeed : SPEED : {ifBps} # Get bit speed delta (so we dont have to provide custom delta limit) ifInOps : DELTA : {ifInOctets} ifOutOps : DELTA : {ifOutOctets} # Convert our octets delta into bits per second ifInBps : MATH : {ifInOps} x 8 ifOutBps : MATH : {ifOutOps} x 8 # Make some easily readable speed variables ifInSpeed : SPEED : {ifInBps} ifOutSpeed : SPEED : {ifOutBps} # Now determine our percentage load, based on traffic and ifc speed ifInLoad : MATH : ({ifInBps} / {ifBps}) x 100 ifOutLoad : MATH : ({ifOutBps} / {ifBps}) x 100 # Create an alias in a bracketed box, or nothing if alias is blank ifAliasBox : REGSUB : {ifAlias} /(\S+.*)/ [$1]/ >>It looks like Devmon still isnt able to query the ifAlias field. >>As to the ifAliasBox errors, is there still an REGSUB transform >>for ifAliasBox in your transforms file? >> >>-Eric >> -----Original Message----- >> From: dev...@li... >> [mailto:dev...@li...] On Behalf >> Of joh...@on... >> Sent: Wednesday, March 08, 2006 4:51 AM >> To: dev...@li... >> Subject: [Devmon] Undefined in the ifAliasbox field >> >> Hi, >> >> on a cisco 6506 and 4003 running CatOS I have problems to get >> the ifAlias filled. >> The OID for this is ifAlias: .1.3.6.1.4.1.9.5.1.4.1.1.4 >> >> This is in my oids-file: >> >> ifName : .1.3.6.1.2.1.31.1.1.1.1 : branch >> #ifAlias : .1.3.6.1.2.1.31.1.1.1.18 : branch >> ifAlias : .1.3.6.1.4.1.9.5.1.4.1.1.4 : branch >> ifBps : .1.3.6.1.2.1.2.2.1.5 : branch >> ifInOctets : .1.3.6.1.2.1.2.2.1.10 : branch >> ifOutOctets : .1.3.6.1.2.1.2.2.1.16 : branch >> >> Running a snmpwalk manually returns the correct values. >> Putting this OID in the oids-template I got this in the devmon.log: >> >> [06-02-27@16:58:25] No SNMP data found for ifAlias on CBS002 >> [06-02-27@16:58:25] Missing primary oid data for trans_regsub >> on ifAliasBox >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in >> /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in >> /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in >> /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in >> /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 8 of >> /bbserv/devmon//templates/cisco-4003/if_err/message, skipping >> this test. >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 5 of >> /bbserv/devmon//templates/cisco-4003/if_load/message, >> skipping this test. >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 3 of >> /bbserv/devmon//templates/cisco-4003/if_stat/message, >> skipping this test. >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in >> /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in >> /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in >> /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in >> /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 >> [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 8 of >> /bbserv/devmon//templates/cisco-4003/if_dsc/message, skipping >> this test. >> [06-02-27@17:08:25] No SNMP data found for ifAlias on CBS002 >> [06-02-27@17:08:25] No SNMP data found for ifAlias on CBS002 >> [06-02-27@17:08:25] No SNMP data found for ifAlias on CBS002 >> >> On the web-page I have this result (the ifAliasBox is not defined): >> >> 3/1Undefined 1.00 Gbps green 1.15 Mbps (0.12%) green >> 4.08 Mbps (0.41%) >> >> How can I make this work? >> >> Regards >> Johann |
From: Whilding, C. <Cra...@me...> - 2006-03-08 17:24:00
|
It wasn't really much of a problem on most of the devices but one of the filers is the users home areas which gives a list of about 40 quotas its going to alarm on... We pick up quite a few mails through mobile so I try to keep the display quite concise. It would be good if it were just shown for those alarms that are explicitly written into the exceptions file and possibly show up at the end and not the top. =20 -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Schwimmer, Eric E *HS Sent: 08 March 2006 17:16 To: dev...@li... Subject: RE: [Devmon] Not alerting when above thresholds Hrm. I've noticed this too, it just hasn't bothered me really until you mentioned it. I'll have to figure out how to make this configurable. -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Whilding, Craig > Sent: Wednesday, March 08, 2006 12:03 PM > To: dev...@li... > Subject: RE: [Devmon] Not alerting when above thresholds >=20 > Yup that's working now on my NetApp stuff, I never thought it needed > setting up as the original method, should have twigged it from the > exceptions file for the Cisco stuff! Cheers for the change though. >=20 > One thing I have noticed though is that it always displays=20 > everything it > will alert on just above the table. As the case is it will alert on > everything this is a bit redundant for me and it can take up=20 > some space > on the larger filers for example. >=20 > Thanks, > Craig >=20 > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...] On Behalf Of > Schwimmer, Eric E *HS > Sent: 08 March 2006 16:49 > To: dev...@li... > Subject: RE: [Devmon] Not alerting when above thresholds >=20 >=20 > Okay, I think I've figured it out. This should definitely fix > the problem with the 6509 power supplies not alarming, and this > might fix your ifload problem to. >=20 > The problem stemmed from the fact that devmons alarm code was > something like this: >=20 > 1. By default, don't alarm > 2. If a template or custom 'alarm only' exception is defined > and it matches this row's primary id, alarm. > 3. If a template or custom 'no alarm' exception is defined > and it matches this row's primary id, don't alarm. >=20 > As you can see, if you have nothing defined in your exceptions > file (i.e. no 'alarm only' or 'no alarm' exceptions) you wont > alarm on anything.=20 >=20 > The attached patch changes the logic to this: >=20 > 1. Alarm by default. > 2. If a a template or custom 'alarm only' exception is defined > and it matches this row's primary id, alarm. Otherwise, > if it is defined and DOESN'T match this row's primary id, > don't alarm. > 3. If a template or custom 'no alarm' exception is defined > and it matches this row's primary id, don't alarm. >=20 > Apply the patch by copying it to your devmon directory and > doing this: >=20 > patch -p0 < patch-alarm_order-dm_tests.pm >=20 > Let me know if this doesn't fix the if_load issue as well as > the 6509 psu issue. >=20 > -Eric >=20 > > -----Original Message----- > > From: dev...@li...=20 > > [mailto:dev...@li...] On Behalf=20 > > Of Schwimmer, Eric E *HS > > Sent: Tuesday, March 07, 2006 5:11 PM > > To: dev...@li... > > Subject: RE: [Devmon] Not alerting when above thresholds > >=20 > >=20 > > Yes, I must have borked the threshold code some time recently; > > I'm still looking at it... > >=20 > > -Eric > >=20 > > > -----Original Message----- > > > From: dev...@li...=20 > > > [mailto:dev...@li...] On Behalf=20 > > > Of Craig Boyce > > > Sent: Tuesday, March 07, 2006 4:56 PM > > > To: dev...@li... > > > Subject: [Devmon] Not alerting when above thresholds > > >=20 > > > Hi,=20 > > >=20 > > > Devmon is not alerting when it exceeds the thresholds set,=20 > > > The thresholds entries below are set to the default values.=20 > > > A screen shot showing the load % out as 92.20% is attached=20 > > > and the status is still green.=20 > > > I have a circuit reach 99.1% yesterday and there was no red=20 > > > alert on that.=20 > > >=20 > > > ifInLoad : yellow : 75 : Load is high=20 > > > ifInLoad : red : 95 : Load is very high=20 > > > ifOutLoad : yellow : 75 : Load is high=20 > > > ifOutLoad : red : 95 : Load is very high=20 > > >=20 > > >=20 > > > Thanks=20 > > >=20 > > > Craig Boyce=20 > > >=20 > > >=20 > > > <<devmon.jpg>>=20 > > >=20 > > > ________________________________ > > >=20 > > > Disclaimer: > > >=20 > > > The information in this electronic mail message is=20 > > > confidential and may be legally privileged. It is intended=20 > > > solely for the Addressee.Access to this internet electronic=20 > > > mail message by anyone else is unauthorised. If you are not=20 > > > the intended recipient, any disclosure, copying, distribution=20 > > > or any action taken or omitted to be taken in reliance on it=20 > > > is prohibited and may be unlawful. If you have received this=20 > > > message in error please notify us immediately. > > >=20 > > > Rodney District Council accepts no responsibility for any=20 > > > effects this email message or attachments has on the=20 > > > recipient network or computer system. > > >=20 > > > ________________________________ > > >=20 > > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking=20 > > scripting language > > that extends applications into web and mobile media. Attend=20 > > the live webcast > > and join the prime developer group breaking into this new=20 > > coding territory! > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-08 17:18:04
|
It looks like Devmon still isnt able to query the ifAlias field. As to the ifAliasBox errors, is there still an REGSUB transform for ifAliasBox in your transforms file? -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of joh...@on... > Sent: Wednesday, March 08, 2006 4:51 AM > To: dev...@li... > Subject: [Devmon] Undefined in the ifAliasbox field >=20 > Hi, >=20 > on a cisco 6506 and 4003 running CatOS I have problems to get=20 > the ifAlias filled. > The OID for this is ifAlias: .1.3.6.1.4.1.9.5.1.4.1.1.4 >=20 > This is in my oids-file: >=20 > ifName : .1.3.6.1.2.1.31.1.1.1.1 : branch > #ifAlias : .1.3.6.1.2.1.31.1.1.1.18 : branch > ifAlias : .1.3.6.1.4.1.9.5.1.4.1.1.4 : branch > ifBps : .1.3.6.1.2.1.2.2.1.5 : branch > ifInOctets : .1.3.6.1.2.1.2.2.1.10 : branch > ifOutOctets : .1.3.6.1.2.1.2.2.1.16 : branch >=20 > Running a snmpwalk manually returns the correct values.=20 > Putting this OID in the oids-template I got this in the devmon.log: >=20 > [06-02-27@16:58:25] No SNMP data found for ifAlias on CBS002 > [06-02-27@16:58:25] Missing primary oid data for trans_regsub=20 > on ifAliasBox > [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 > [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 > [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 > [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 > [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 8 of=20 > /bbserv/devmon//templates/cisco-4003/if_err/message, skipping=20 > this test. > [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 5 of=20 > /bbserv/devmon//templates/cisco-4003/if_load/message,=20 > skipping this test. > [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 3 of=20 > /bbserv/devmon//templates/cisco-4003/if_stat/message,=20 > skipping this test. > [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 > [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 > [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 > [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in=20 > /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 > [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 8 of=20 > /bbserv/devmon//templates/cisco-4003/if_dsc/message, skipping=20 > this test. > [06-02-27@17:08:25] No SNMP data found for ifAlias on CBS002 > [06-02-27@17:08:25] No SNMP data found for ifAlias on CBS002 > [06-02-27@17:08:25] No SNMP data found for ifAlias on CBS002 >=20 > On the web-page I have this result (the ifAliasBox is not defined): >=20 > 3/1Undefined 1.00 Gbps green 1.15 Mbps (0.12%) green=20 > 4.08 Mbps (0.41%) >=20 > How can I make this work? >=20 > Regards > Johann >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > dat=3D121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-08 17:16:25
|
Hrm. I've noticed this too, it just hasn't bothered me really until you mentioned it. I'll have to figure out how to make this configurable. -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Whilding, Craig > Sent: Wednesday, March 08, 2006 12:03 PM > To: dev...@li... > Subject: RE: [Devmon] Not alerting when above thresholds >=20 > Yup that's working now on my NetApp stuff, I never thought it needed > setting up as the original method, should have twigged it from the > exceptions file for the Cisco stuff! Cheers for the change though. >=20 > One thing I have noticed though is that it always displays=20 > everything it > will alert on just above the table. As the case is it will alert on > everything this is a bit redundant for me and it can take up=20 > some space > on the larger filers for example. >=20 > Thanks, > Craig >=20 > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...] On Behalf Of > Schwimmer, Eric E *HS > Sent: 08 March 2006 16:49 > To: dev...@li... > Subject: RE: [Devmon] Not alerting when above thresholds >=20 >=20 > Okay, I think I've figured it out. This should definitely fix > the problem with the 6509 power supplies not alarming, and this > might fix your ifload problem to. >=20 > The problem stemmed from the fact that devmons alarm code was > something like this: >=20 > 1. By default, don't alarm > 2. If a template or custom 'alarm only' exception is defined > and it matches this row's primary id, alarm. > 3. If a template or custom 'no alarm' exception is defined > and it matches this row's primary id, don't alarm. >=20 > As you can see, if you have nothing defined in your exceptions > file (i.e. no 'alarm only' or 'no alarm' exceptions) you wont > alarm on anything.=20 >=20 > The attached patch changes the logic to this: >=20 > 1. Alarm by default. > 2. If a a template or custom 'alarm only' exception is defined > and it matches this row's primary id, alarm. Otherwise, > if it is defined and DOESN'T match this row's primary id, > don't alarm. > 3. If a template or custom 'no alarm' exception is defined > and it matches this row's primary id, don't alarm. >=20 > Apply the patch by copying it to your devmon directory and > doing this: >=20 > patch -p0 < patch-alarm_order-dm_tests.pm >=20 > Let me know if this doesn't fix the if_load issue as well as > the 6509 psu issue. >=20 > -Eric >=20 > > -----Original Message----- > > From: dev...@li...=20 > > [mailto:dev...@li...] On Behalf=20 > > Of Schwimmer, Eric E *HS > > Sent: Tuesday, March 07, 2006 5:11 PM > > To: dev...@li... > > Subject: RE: [Devmon] Not alerting when above thresholds > >=20 > >=20 > > Yes, I must have borked the threshold code some time recently; > > I'm still looking at it... > >=20 > > -Eric > >=20 > > > -----Original Message----- > > > From: dev...@li...=20 > > > [mailto:dev...@li...] On Behalf=20 > > > Of Craig Boyce > > > Sent: Tuesday, March 07, 2006 4:56 PM > > > To: dev...@li... > > > Subject: [Devmon] Not alerting when above thresholds > > >=20 > > > Hi,=20 > > >=20 > > > Devmon is not alerting when it exceeds the thresholds set,=20 > > > The thresholds entries below are set to the default values.=20 > > > A screen shot showing the load % out as 92.20% is attached=20 > > > and the status is still green.=20 > > > I have a circuit reach 99.1% yesterday and there was no red=20 > > > alert on that.=20 > > >=20 > > > ifInLoad : yellow : 75 : Load is high=20 > > > ifInLoad : red : 95 : Load is very high=20 > > > ifOutLoad : yellow : 75 : Load is high=20 > > > ifOutLoad : red : 95 : Load is very high=20 > > >=20 > > >=20 > > > Thanks=20 > > >=20 > > > Craig Boyce=20 > > >=20 > > >=20 > > > <<devmon.jpg>>=20 > > >=20 > > > ________________________________ > > >=20 > > > Disclaimer: > > >=20 > > > The information in this electronic mail message is=20 > > > confidential and may be legally privileged. It is intended=20 > > > solely for the Addressee.Access to this internet electronic=20 > > > mail message by anyone else is unauthorised. If you are not=20 > > > the intended recipient, any disclosure, copying, distribution=20 > > > or any action taken or omitted to be taken in reliance on it=20 > > > is prohibited and may be unlawful. If you have received this=20 > > > message in error please notify us immediately. > > >=20 > > > Rodney District Council accepts no responsibility for any=20 > > > effects this email message or attachments has on the=20 > > > recipient network or computer system. > > >=20 > > > ________________________________ > > >=20 > > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking=20 > > scripting language > > that extends applications into web and mobile media. Attend=20 > > the live webcast > > and join the prime developer group breaking into this new=20 > > coding territory! > > = http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: Whilding, C. <Cra...@me...> - 2006-03-08 17:03:18
|
Yup that's working now on my NetApp stuff, I never thought it needed setting up as the original method, should have twigged it from the exceptions file for the Cisco stuff! Cheers for the change though. One thing I have noticed though is that it always displays everything it will alert on just above the table. As the case is it will alert on everything this is a bit redundant for me and it can take up some space on the larger filers for example. Thanks, Craig -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Schwimmer, Eric E *HS Sent: 08 March 2006 16:49 To: dev...@li... Subject: RE: [Devmon] Not alerting when above thresholds Okay, I think I've figured it out. This should definitely fix the problem with the 6509 power supplies not alarming, and this might fix your ifload problem to. The problem stemmed from the fact that devmons alarm code was something like this: 1. By default, don't alarm 2. If a template or custom 'alarm only' exception is defined and it matches this row's primary id, alarm. 3. If a template or custom 'no alarm' exception is defined and it matches this row's primary id, don't alarm. As you can see, if you have nothing defined in your exceptions file (i.e. no 'alarm only' or 'no alarm' exceptions) you wont alarm on anything.=20 The attached patch changes the logic to this: 1. Alarm by default. 2. If a a template or custom 'alarm only' exception is defined and it matches this row's primary id, alarm. Otherwise, if it is defined and DOESN'T match this row's primary id, don't alarm. 3. If a template or custom 'no alarm' exception is defined and it matches this row's primary id, don't alarm. Apply the patch by copying it to your devmon directory and doing this: patch -p0 < patch-alarm_order-dm_tests.pm Let me know if this doesn't fix the if_load issue as well as the 6509 psu issue. -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Schwimmer, Eric E *HS > Sent: Tuesday, March 07, 2006 5:11 PM > To: dev...@li... > Subject: RE: [Devmon] Not alerting when above thresholds >=20 >=20 > Yes, I must have borked the threshold code some time recently; > I'm still looking at it... >=20 > -Eric >=20 > > -----Original Message----- > > From: dev...@li...=20 > > [mailto:dev...@li...] On Behalf=20 > > Of Craig Boyce > > Sent: Tuesday, March 07, 2006 4:56 PM > > To: dev...@li... > > Subject: [Devmon] Not alerting when above thresholds > >=20 > > Hi,=20 > >=20 > > Devmon is not alerting when it exceeds the thresholds set,=20 > > The thresholds entries below are set to the default values.=20 > > A screen shot showing the load % out as 92.20% is attached=20 > > and the status is still green.=20 > > I have a circuit reach 99.1% yesterday and there was no red=20 > > alert on that.=20 > >=20 > > ifInLoad : yellow : 75 : Load is high=20 > > ifInLoad : red : 95 : Load is very high=20 > > ifOutLoad : yellow : 75 : Load is high=20 > > ifOutLoad : red : 95 : Load is very high=20 > >=20 > >=20 > > Thanks=20 > >=20 > > Craig Boyce=20 > >=20 > >=20 > > <<devmon.jpg>>=20 > >=20 > > ________________________________ > >=20 > > Disclaimer: > >=20 > > The information in this electronic mail message is=20 > > confidential and may be legally privileged. It is intended=20 > > solely for the Addressee.Access to this internet electronic=20 > > mail message by anyone else is unauthorised. If you are not=20 > > the intended recipient, any disclosure, copying, distribution=20 > > or any action taken or omitted to be taken in reliance on it=20 > > is prohibited and may be unlawful. If you have received this=20 > > message in error please notify us immediately. > >=20 > > Rodney District Council accepts no responsibility for any=20 > > effects this email message or attachments has on the=20 > > recipient network or computer system. > >=20 > > ________________________________ > >=20 > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&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-03-08 16:50:47
|
Okay, I think I've figured it out. This should definitely fix the problem with the 6509 power supplies not alarming, and this might fix your ifload problem to. The problem stemmed from the fact that devmons alarm code was something like this: 1. By default, don't alarm 2. If a template or custom 'alarm only' exception is defined and it matches this row's primary id, alarm. 3. If a template or custom 'no alarm' exception is defined and it matches this row's primary id, don't alarm. As you can see, if you have nothing defined in your exceptions file (i.e. no 'alarm only' or 'no alarm' exceptions) you wont alarm on anything.=20 The attached patch changes the logic to this: 1. Alarm by default. 2. If a a template or custom 'alarm only' exception is defined and it matches this row's primary id, alarm. Otherwise, if it is defined and DOESN'T match this row's primary id, don't alarm. 3. If a template or custom 'no alarm' exception is defined and it matches this row's primary id, don't alarm. Apply the patch by copying it to your devmon directory and doing this: patch -p0 < patch-alarm_order-dm_tests.pm Let me know if this doesn't fix the if_load issue as well as the 6509 psu issue. -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Schwimmer, Eric E *HS > Sent: Tuesday, March 07, 2006 5:11 PM > To: dev...@li... > Subject: RE: [Devmon] Not alerting when above thresholds >=20 >=20 > Yes, I must have borked the threshold code some time recently; > I'm still looking at it... >=20 > -Eric >=20 > > -----Original Message----- > > From: dev...@li...=20 > > [mailto:dev...@li...] On Behalf=20 > > Of Craig Boyce > > Sent: Tuesday, March 07, 2006 4:56 PM > > To: dev...@li... > > Subject: [Devmon] Not alerting when above thresholds > >=20 > > Hi,=20 > >=20 > > Devmon is not alerting when it exceeds the thresholds set,=20 > > The thresholds entries below are set to the default values.=20 > > A screen shot showing the load % out as 92.20% is attached=20 > > and the status is still green.=20 > > I have a circuit reach 99.1% yesterday and there was no red=20 > > alert on that.=20 > >=20 > > ifInLoad : yellow : 75 : Load is high=20 > > ifInLoad : red : 95 : Load is very high=20 > > ifOutLoad : yellow : 75 : Load is high=20 > > ifOutLoad : red : 95 : Load is very high=20 > >=20 > >=20 > > Thanks=20 > >=20 > > Craig Boyce=20 > >=20 > >=20 > > <<devmon.jpg>>=20 > >=20 > > ________________________________ > >=20 > > Disclaimer: > >=20 > > The information in this electronic mail message is=20 > > confidential and may be legally privileged. It is intended=20 > > solely for the Addressee.Access to this internet electronic=20 > > mail message by anyone else is unauthorised. If you are not=20 > > the intended recipient, any disclosure, copying, distribution=20 > > or any action taken or omitted to be taken in reliance on it=20 > > is prohibited and may be unlawful. If you have received this=20 > > message in error please notify us immediately. > >=20 > > Rodney District Council accepts no responsibility for any=20 > > effects this email message or attachments has on the=20 > > recipient network or computer system. > >=20 > > ________________________________ > >=20 > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: <joh...@on...> - 2006-03-08 09:51:33
|
Hi, on a cisco 6506 and 4003 running CatOS I have problems to get the ifAlias filled. The OID for this is ifAlias: .1.3.6.1.4.1.9.5.1.4.1.1.4 This is in my oids-file: ifName : .1.3.6.1.2.1.31.1.1.1.1 : branch #ifAlias : .1.3.6.1.2.1.31.1.1.1.18 : branch ifAlias : .1.3.6.1.4.1.9.5.1.4.1.1.4 : branch ifBps : .1.3.6.1.2.1.2.2.1.5 : branch ifInOctets : .1.3.6.1.2.1.2.2.1.10 : branch ifOutOctets : .1.3.6.1.2.1.2.2.1.16 : branch Running a snmpwalk manually returns the correct values. Putting this OID in the oids-template I got this in the devmon.log: [06-02-27@16:58:25] No SNMP data found for ifAlias on CBS002 [06-02-27@16:58:25] Missing primary oid data for trans_regsub on ifAliasBox [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in /bbserv/devmon//templates/cisco-4003/if_err/thresholds at line 7 [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 8 of /bbserv/devmon//templates/cisco-4003/if_err/message, skipping this test. [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 5 of /bbserv/devmon//templates/cisco-4003/if_load/message, skipping this test. [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 3 of /bbserv/devmon//templates/cisco-4003/if_stat/message, skipping this test. [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 [06-02-27@17:03:12] Undefined oid 'ifAliasBox' referenced in /bbserv/devmon//templates/cisco-4003/if_dsc/thresholds at line 6 [06-02-27@17:03:12] Undefined oid 'ifAliasBox' at line 8 of /bbserv/devmon//templates/cisco-4003/if_dsc/message, skipping this test. [06-02-27@17:08:25] No SNMP data found for ifAlias on CBS002 [06-02-27@17:08:25] No SNMP data found for ifAlias on CBS002 [06-02-27@17:08:25] No SNMP data found for ifAlias on CBS002 On the web-page I have this result (the ifAliasBox is not defined): 3/1Undefined 1.00 Gbps green 1.15 Mbps (0.12%) green 4.08 Mbps (0.41%) How can I make this work? Regards Johann |
From: <joh...@on...> - 2006-03-08 09:39:32
|
Schwimmer, Eric E *HS wrote: > Hrm. This could be a different problem that the one Thomas was > reporting. > > You are running CatOS instead of IOS; the template was > made for a 6509 running in routing mode (with an RSM and SUP card). > We don't have any 6509s running CatOS, so I'm not going to be able to troubleshoot very much. W > > hat I can tell you is that, while CatOS uses a different MIB that IOS, the templates use mostly generic OIDs that any sane l2 device should respond to (a few exceptions being the fan & psu state oids, as well as the collision counter, all of which are cisco IOS specific). > > I'd try copying the cisco-6509 directory to something like > "cisco-6509sw", > and changing the sysdesc field in the spec file to 'C6509' or somesuch. > Then run the template against your 6509 and see what fails, and either > change or remove it from the template. > > -Eric > > I had the same problem with our cisco-6506. I changed the spec to: vendor : cisco model : 6506 snmpver : 2 sysdesc : C6506 and it works ... Johann |
From: <joh...@on...> - 2006-03-08 09:38:37
|
Schwimmer, Eric E *HS wrote: > Sounds like another case of counter wrap. Are you using > the latest version of Devmon? (size of modules/dm_tests.pm > should be 66279). > > -Eric > > > >> -----Original Message----- >> From: dev...@li... [mailto:dev...@li...] On Behalf Of Johann Eggers >> Sent: Tuesday, March 07, 2006 4:28 AM >> To: dev...@li... >> Subject: [Devmon] Negative values in if_load >> >> Hi, >> >> on the cisco switches monitored by devmon in the if_load table I have sometimes negativ values like this: >> >> -77066719.00 bps (-77.07%) >> >> These values or not persistent. Next cycle the load is calculated correct but another port has a negativ value. >> >> This is not bound to a specific device; instead happens on all switches. >> So I think there maybe some trouble/glitch with the math arithmetic in a module. >> >> Do you have an idea about the root cause of that..? >> >> Regards >> Johann >> After using the modules from the 0.1.1 beta version and adapting the transform table of the if_load the values are correct now. Thanks for putting me on the right lane... Johann |
From: Johann E. <joh...@te...> - 2006-03-08 08:13:27
|
Schwimmer, Eric E *HS wrote: >Sounds like another case of counter wrap. Are you using >the latest version of Devmon? (size of modules/dm_tests.pm >should be 66279). > >-Eric > > > >>-----Original Message----- >>From: dev...@li... >>[mailto:dev...@li...] On Behalf >>Of Johann Eggers >>Sent: Tuesday, March 07, 2006 4:28 AM >>To: dev...@li... >>Subject: [Devmon] Negative values in if_load >> >>Hi, >> >>on the cisco switches monitored by devmon in the if_load table I have >>sometimes negativ values like this: >> >>-77066719.00 bps (-77.07%) >> >>These values or not persistent. Next cycle the load is calculated >>correct but another port has a negativ value. >> >>This is not bound to a specific device; instead happens on >>all switches. >>So I think there maybe some trouble/glitch with the math >>arithmetic in a >>module. >> >>Do you have an idea about the root cause of that..? >> >>Regards >>Johann >> After using the modules from the 0.1.1 beta version and adapting the transform table of the if_load the values are correct now. Thanks for putting me on the right lane... Johann |
From: Johann E. <joh...@te...> - 2006-03-08 08:13:09
|
Schwimmer, Eric E *HS wrote: >Hrm. This could be a different problem that the one Thomas was >reporting. > >You are running CatOS instead of IOS; the template was >made for a 6509 running in routing mode (with an RSM and SUP card). >We don't have any 6509s running CatOS, so I'm not going to be >able to troubleshoot very much. W > >hat I can tell you is that, while CatOS uses a different MIB that >IOS, the templates use mostly generic OIDs that any sane l2 device >should respond to (a few exceptions being the fan & psu state oids, as >well as the collision counter, all of which are cisco IOS specific). > >I'd try copying the cisco-6509 directory to something like >"cisco-6509sw", >and changing the sysdesc field in the spec file to 'C6509' or somesuch. >Then run the template against your 6509 and see what fails, and either >change or remove it from the template. > >-Eric > > I had the same problem with our cisco-6506. I changed the spec to: vendor : cisco model : 6506 snmpver : 2 sysdesc : C6506 and it works ... Johann |
From: Craig B. <cra...@ro...> - 2006-03-08 03:29:36
|
Hi, =20 Has any one tried to query a Cisco PIX 515. I have started out with a simple template that has only the oids and message file for the ifname, ifSpeed and ifAdminStatus. All I can seem to get from it is the CPU and interface names, When I check for the interface speed and state I get "No SNMP data found for" and I'm sure the oids are correct as I have checked them with the Cisco SNMP object navigator tool. =20 Thanks =20 Craig Boyce #########################################################################= ############ Disclaimer: The information in this electronic mail message is confidential and may b= e legally privileged. It is intended solely for the Addressee.Access to this internet electroni= c mail message by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribut= ion or any action taken or omitted to be taken in reliance on it is prohibited and may be unlawful. If you have received this message in error please notify us immediately. Rodney District Council accepts no responsibility for any effects this em= ail message or attachments has on the recipient=20 network or computer system. #########################################################################= ############ |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-07 22:11:00
|
Yes, I must have borked the threshold code some time recently; I'm still looking at it... -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Craig Boyce > Sent: Tuesday, March 07, 2006 4:56 PM > To: dev...@li... > Subject: [Devmon] Not alerting when above thresholds >=20 > Hi,=20 >=20 > Devmon is not alerting when it exceeds the thresholds set,=20 > The thresholds entries below are set to the default values.=20 > A screen shot showing the load % out as 92.20% is attached=20 > and the status is still green.=20 > I have a circuit reach 99.1% yesterday and there was no red=20 > alert on that.=20 >=20 > ifInLoad : yellow : 75 : Load is high=20 > ifInLoad : red : 95 : Load is very high=20 > ifOutLoad : yellow : 75 : Load is high=20 > ifOutLoad : red : 95 : Load is very high=20 >=20 >=20 > Thanks=20 >=20 > Craig Boyce=20 >=20 >=20 > <<devmon.jpg>>=20 >=20 > ________________________________ >=20 > Disclaimer: >=20 > The information in this electronic mail message is=20 > confidential and may be legally privileged. It is intended=20 > solely for the Addressee.Access to this internet electronic=20 > mail message by anyone else is unauthorised. If you are not=20 > the intended recipient, any disclosure, copying, distribution=20 > or any action taken or omitted to be taken in reliance on it=20 > is prohibited and may be unlawful. If you have received this=20 > message in error please notify us immediately. >=20 > Rodney District Council accepts no responsibility for any=20 > effects this email message or attachments has on the=20 > recipient network or computer system. >=20 > ________________________________ >=20 >=20 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-07 19:14:59
|
> I was doing some general thinking the other day (something I normally > try to avoid). Anyways, let us say you configure a device to be > monitored via devmon. Now the device is up and monitored just=20 > fine. But what happens if for some reason the the device is no longer > capable of responding to SNMP. Now it isn't 'down' IP is still pingable,=20 > just SNMP service is locked/hung/whatever. >=20 > First question, is this situation rare ?=20 Not really, it happens frequently on our network. Some devices deprioritize SNMP requests, so if they are very busy or there is a lot of traffic, they just won't answer an SNMP query. =20 Also, since SNMP is UDP, its network layer is "best effort": i.e. the=20 sending host has no idea of the remote host has received the packet or=20 not, unlike TCP (although theoretically some device upstream, possibly even the remote host, should send some sort of ICMP unreachable message, but=20 that's another matter). That's why Devmon tries fairly aggressively to=20 snmp query a remote host (a timeout of 2 seconds with 5 retries being the default options). Now, combine this with the fact that your bb-test binary is most likely not doing conn tests in sync with Devmon's snmp tests, and it increases the likelyhood of green icmp and red snmp all the more. > If not, do you think there should be some internal way for devmon to=20 > handle this ?=20 Currently, Devmon does a little bit of event-smoothing and remediation for hosts that have troublesome SNMP. Devmon should (in theory) throw a clear messages if it is unable to reach a remote host (if you find it throwing yellows or reds, please let me know, it means I've screwed up a color transition somewhere). =20 However, it wont throw a clear until a device has missed SNMP queries for the length pf the "CLEARTIME" timer; this prevents host that have a momentary freak-out from cluttering the nk2 page. Also, if a host has missed a certain number of consecutive poll periods, Devmon will begin to throttle down the number of snmp retries for this host, until it is just sending out a single snmp request. This prevents hosts that are down hard from eating up too much of the snmp poller's time. A single successful snmp query will reset the retries to their default value. > Now, I could setup a remote SNMP network test from the=20 > BB/Hobbit server to catch this. But in X number of minutes your SNMP=20 > reports will be turning purple (I hate purple). I was thinking that it > would be great if devmon performed a SNMP test on each device 1st. All > SNMP devices would have this one common test, call it whatever you like=20 > 'snmp'. If devmon can not communicate with the device via SNMP, this=20 > test would go red, and all other tests for that device would get a clear=20 > status. Similar to how BB/Hobbit perform remote network tests; if conn is=20 > red, all other remote net tests go clear for the device. Typically none of our hosts drop enough SNMP requests to trigger a clear message, at least not without also having conn problems. If there is a need for this (i.e. devices that have naughty SNMP but answer fine to ICMP) I might consider implementing it; but right now my plate is pretty full. > If you wanted to get fancy, you could have the 'snmp' conn test > configureable for each device to pull basic device information, i.e. > Model #, Software/Hardware revision, etc. >=20 > Ofcourse this would add runtime overhead, something I know Eric is > against. Just figured I would bring it up. Eric hate runtime overhead! ERIC SMASH! -Eric >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&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-03-07 18:55:08
|
I was doing some general thinking the other day (something I normally try to avoid). Anyways, let us say you configure a device to be monitored via devmon. Now the device is up and monitored just fine. But what happens if for some reason the the device is no longer capable of responding to SNMP. Now it isn't 'down' IP is still pingable, just SNMP service is locked/hung/whatever. First question, is this situation rare ? If not, do you think there should be some internal way for devmon to handle this ? Now, I could setup a remote SNMP network test from the BB/Hobbit server to catch this. But in X number of minutes your SNMP reports will be turning purple (I hate purple). I was thinking that it would be great if devmon performed a SNMP test on each device 1st. All SNMP devices would have this one common test, call it whatever you like 'snmp'. If devmon can not communicate with the device via SNMP, this test would go red, and all other tests for that device would get a clear status. Similar to how BB/Hobbit perform remote network tests; if conn is red, all other remote net tests go clear for the device. If you wanted to get fancy, you could have the 'snmp' conn test configureable for each device to pull basic device information, i.e. Model #, Software/Hardware revision, etc. Ofcourse this would add runtime overhead, something I know Eric is against. Just figured I would bring it up. |
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-03-07 17:56:56
|
1.3.6.1.4.1.9.9.13.1.4.1.3 - No Such Object available on this agent at this OID 1.3.6.1.4.1.9.2.2.1.1.25 - No Such Object available on this agent at this OID 1.3.6.1.2.1.31.1.1.1.18 - No Such Object available on this agent at this OID > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Schwimmer, Eric E *HS > Sent: Tuesday, March 07, 2006 12:05 PM > To: dev...@li... > Subject: RE: [Devmon] 6509 problem. >=20 >=20 >=20 > When you query it by hand, does it respond to both snmp v1 & v2? >=20 > -Eric >=20 > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On Behalf=20 > > Of Aiello, Steve (GE, Corporate, consultant) > > Sent: Tuesday, March 07, 2006 11:52 AM > > To: dev...@li... > > Subject: RE: [Devmon] 6509 problem. > >=20 > > That email was pretty ugly to read, so attaching log. > >=20 > > > -----Original Message----- > > > From: dev...@li... > > > [mailto:dev...@li...] On Behalf=20 > > > Of Aiello, Steve (GE, Corporate, consultant) > > > Sent: Tuesday, March 07, 2006 11:48 AM > > > To: dev...@li... > > > Subject: RE: [Devmon] 6509 problem. > > >=20 > > >=20 > > > For myself (I have the counter64 Fix), that really didn't > > > help. The one switch I am testing on is very unhappy with=20 > > > polling, when using the existing 6509 template. I just=20 > > > figured I would have to use it as a guide and try to find the=20 > > > same info in other OIDS. > > >=20 > > > For those curious, the existing template throws the > > following errors: > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language that extends applications into web and=20 > mobile media. Attend the live webcast and join the prime=20 > developer group breaking into this new coding territory!=20 > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&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-03-07 17:11:09
|
Odd. This, along with the NetApp threshold problems Craig was having makes it sound like there's a bug in the threshold code somewhere. Let me bang on it for a bit; I'll get back to you. -Eric=20 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Bill Finizia > Sent: Tuesday, March 07, 2006 11:56 AM > To: dev...@li... > Subject: Re: [Devmon] Different 6509 problem. >=20 >=20 > The power page and icon remain green. The PSU state says critical. >=20 >=20 > On Mar 7, 2006, at 11:48 AM, Schwimmer, Eric E *HS wrote: >=20 > > > > When you say that Devmon reports a critical state, do you mean > > that it shows up on the 'power' page for that router? Does it have > > a red icon next to it? Is the page background red? > > > > -Eric > > > >> -----Original Message----- > >> From: dev...@li... > >> [mailto:dev...@li...] On Behalf > >> Of Bill Finizia > >> Sent: Tuesday, March 07, 2006 11:24 AM > >> To: dev...@li... > >> Subject: [Devmon] Different 6509 problem. > >> > >> -----BEGIN PGP SIGNED MESSAGE----- > >> Hash: SHA1 > >> > >> Hi, > >> > >> While running some different test situations on my 6509 I > >> shut down a > >> PSU on the router. Devmon reported a critical state but=20 > Hobbit still > >> shows green. Any ideas? > >> > >> Bill Finizia > >> > >> -----BEGIN PGP SIGNATURE----- > >> Version: GnuPG v1.4.1 (Darwin) > >> > >> iD8DBQFEDbOP/Ol32NgyEZgRAletAJ9zcV1qVznzBcWYJFE+sQgpPH9g3ACfYr97 > >> WopDpHmgwkt49yUbSzwJ1SY=3D > >> =3DZn4O > >> -----END PGP SIGNATURE----- > >> > >> > >> ------------------------------------------------------- > >> This SF.Net email is sponsored by xPML, a groundbreaking > >> scripting language > >> that extends applications into web and mobile media. Attend > >> the live webcast > >> and join the prime developer group breaking into this new > >> coding territory! > >> = http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > >> dat=3D121642 > >> _______________________________________________ > >> Devmon-support mailing list > >> Dev...@li... > >> https://lists.sourceforge.net/lists/listinfo/devmon-support > >> > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting =20 > > language > > that extends applications into web and mobile media. Attend the =20 > > live webcast > > and join the prime developer group breaking into this new coding =20 > > territory! > > = http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=110944&bid$1720&dat=121642 > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language > that extends applications into web and mobile media. Attend=20 > the live webcast > and join the prime developer group breaking into this new=20 > coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support >=20 |
From: Whilding, C. <Cra...@me...> - 2006-03-07 17:08:59
|
Just setup a new test to check the amount of free dhcp addresses on our ranges on Windows DHCP servers. =20 I set the subnetAdd oid as the primary column in the table. This returns the range ip eg 127.0.0.1. This is giving the following when i start devmon with -v. =20 Argument "127.0.0.1" isn't numeric in numeric ne (!=3D) at /usr/local/devmon/module/dm_tests.pm line 1867 (or 1851 is also given), <$__ANONIO__> line 344 =20 Does it want the primary column as a "word" value? =20 Thanks, Craig =20 |