From: Schwimmer, E. E *H. <EE...@hs...> - 2006-10-31 14:08:34
|
Devmon supports error summaries at the top of a table using the ".errors" oid flag. Most of the cisco templates provided with devmon have an example of this: TABLE: Ifc name|Ifc speed|Ifc status {ifName}{ifAliasBox}|{ifSpeed}|{ifStat.color}{ifStat}{ifStat.errors} ^^^^^^^^ That flag within the table will cause errors to be printed above the table. Does that do what you want? If devmon, while parsing a table, runs into a branch OID w/o data, it handles it in one of two ways: if it is a primary oid (i.e. the first oid listed in the table template), the table is left blank. If it is a non-primary oid, it will whine about it and throw an error (a yellow alarm, I believe). -Eric > -----Original Message----- > From: dev...@li... [mailto:devmon-support- > bo...@li...] On Behalf Of Aiello, Steve (GE, Corporate, > consultant) > Sent: Tuesday, October 31, 2006 8:39 AM > To: dev...@li... > Subject: Re: [Devmon] Alarms msgs >=20 > Ah, I was missing that. I was thinking that if any row reached a > warn/panic threshold, it would be sumarized at the top of the report. > Like how the BB/Hobbit disk test works, there is an allert sumary & then > the disk listings. >=20 > If a report is rather long, the alert summary helps convey what the > problem is when an alert email is sent. I can take a look at the code to > see if this is something I can contribute. >=20 > I was also curious if devmon had a way to gracefully deal with having a > branch OID set and no repeater data being listed ? >=20 > Thank you, > ~Steve >=20 > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On > > Behalf Of Schwimmer, Eric E *HS > > Sent: Friday, October 27, 2006 3:56 PM > > To: dev...@li... > > Subject: Re: [Devmon] Alarms msgs > > > > > > > > The "Alarming on" line doesn't mean that there is necessarily > > an active alarm for that table row, but rather that devmon is > > monitoring that row for *potential* alarms. > > > > If you are only monitoring certain rows (via the "ao" flag, > > either in the template or in the device-specific DEVMON flag > > in your bb-hosts) and you're still getting "alarming on" > > lines for all rows, then there's seomthing broken in devmon. > > If that's the case, please let me know :) > > > > -Eric > > > > > -----Original Message----- > > > From: dev...@li... > > [mailto:devmon-support- > > > bo...@li...] On Behalf Of Aiello, Steve (GE, > > Corporate, > > > consultant) > > > Sent: Friday, October 27, 2006 7:50 AM > > > To: dev...@li... > > > Subject: [Devmon] Alarms msgs > > > > > > I was curious if anyone else is seeing the issue I am. > > When I do not > > > disable alarm messages (TABLE:noalarmsmsg), I see alarm > > messages for > > > every row regardless of the color status. green, yellow, red. > > > > > > > > -------------------------------------------------------------- > > ---------- > > - > > > 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=3Dlnk&kid=3D120709&bid=3D263057& > dat=3D121642 > > _______________________________________________ > > 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=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 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=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support |