From: Torben A. <tor...@gm...> - 2007-01-23 14:04:30
|
Hi Steve Aha - great ! I added one line to my messages file : ------------------------------- {fwNumConn.color} : {fwNumConn.msg} fwNumConn: {fwNumConn} fwPeakNumConn: {fwPeakNumConn} ------------------------------- This way, my NCV graphs are still working. Guess I missed the part on the global status - thanks ! BR /Torben On 1/23/07, Aiello, Steve (GE, Corporate, consultant) <ste...@ge...> wrote: > > I am not sure if this will help or not. But in your threshold file you > define an error message when the threshold is met. But you do not list the > .error variable in your message file. To have the error messages appear at > the top of the report you need to include this variable. Also it does not > matter where it defined in the message file, it will always be at the top, > prior to the report. So your message file should look like: > > fwNumConn: {fwNumConn}{fwNumConn.errors} > fwPeakNumConn: {fwPeakNumConn}{fwPeakNumConn.errors} > > This may be throwing a gear in the 'works'. > > -----Original Message----- > *From:* dev...@li... [mailto: > dev...@li...] *On Behalf Of *Torben > Aagaard > *Sent:* Tuesday, January 23, 2007 6:16 AM > *To:* dev...@li... > *Subject:* [Devmon] Status always green > > Hi ! > > I'm having a bit of a problem with the threshold values of a custom > template. Devmon 0.2.2 is runnig on Debian Sarge/Sparc. > > Here's the relevant files from my fw-1 dir : > > transforms : empty > exceptions : empty > > --- oids --- : > fwNumConn : 1.3.6.1.4.1.2620.1.1.25.3.0 : leaf > fwPeakNumConn : 1.3.6.1.4.1.2620.1.1.25.4.0 : leaf > ------------- > > --- thresholds --- : > fwNumConn : red : 10 : Connection Table very high {fwNumConn} > fwNumConn : yellow : 5 : Connection Table high {fwNumConn} > ------------- > > --- messages --- : > fwNumConn: {fwNumConn} > fwPeakNumConn: {fwPeakNumConn} > ------------- > > Everything works fine - except that the Hobbit status is always green. > Here's a sample output : > ------------- > fwNumConn: 16177 > fwPeakNumConn: 30993 > > > Devmon version 0.2.2 running on mon > ------------- > > I do belive the value of 6177 should give me a red status :) > > Any ideas ? > > Thanks > /Torben > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > |