From: Dan V. M. <bi...@gm...> - 2006-03-22 00:04:25
|
I've attached the (fixed) patch originally sent in a discussion that didn't really have much to do with this feature, but that's my fault. The original discussion is here: https://sourceforge.net/mailarchive/forum.php?thread_id=3D9935013&forum_id= =3D47843 But you won't find the email with Eric's patch, or any of my threads but that's because Sourceforge isn't what it used to be. I've done two fixes to this patch: 1) Fixed the original issue of it not being able to completely patch due to a line number problem. 2) Reordered the $line and $table substitution so html TABLE headings work correctly - the original patch got the order messed up. It should apply cleanly to 0.1.1-beta package. Just use "NONHTMLTABLE:" in the same manner that you'd use TABLE: and you'll have non-html'ized messages. -Dan On 3/21/06, Aiello, Steve (GE, Corporate, consultant) <ste...@ge...> wrote: > I see mentioned 'NONHTMLTABLE:' Did I miss a patch that offers text > based tables ? > > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On Behalf > > Of Dan Vande More > > Sent: Wednesday, March 15, 2006 3:15 PM > > To: dev...@li... > > Subject: Re: [Devmon] nonhtmltable patch, strict refs issue > > > > > > I get the big dummy award for this one. I was mistakingly > > trying to TABLE a leaf value, when TABLE/NONHTMLTABLE are > > reserved for branch'd values. > > > > Please ignore. > > > > Thanks > > > > Dan > > > > On 3/15/06, Schwimmer, Eric E *HS > > <EE...@hs...> wrote: > > > > > > Just wanted to let you all know that I'm oncall here at > > work (for the > > > next month!). Combined with the fact that I'm rebuilding a > > large part > > > of our server network, and this leaves me /w little time for > > > programming. > > > > > > I'll try to fix the bugs /w the current code and put out a new > > > release; but any feature requests are going to be > > back-burnered for a > > > while. > > > > > > -Eric Schwimmer > > > Network Engineer > > > UVA HSCS Network Engineering > > > > > > > -----Original Message----- > > > > From: dev...@li... > > > > [mailto:dev...@li...] On > > Behalf Of Dan > > > > Vande More > > > > Sent: Wednesday, March 15, 2006 11:09 AM > > > > To: dev...@li... > > > > Subject: [Devmon] nonhtmltable patch, strict refs issue > > > > > > > > So I'm attempting to start using nonhtml stuff for NCV, but right > > > > off the bat I'm having an issue with cpu. > > > > > > > > I'm using the default 6509 setup, and when my message file looks > > > > like this: > > > > > > > > NONHTMLTABLE: > > > > CPUTotal5Min : {CPUTotal5Min} > > > > > > > > I get this error: > > > > > > > > $ sudo -u monitor /home/monitor/devmon/devmon -p -f -v > > > > [06-03-15@09:59:08] ---Initilizing devmon... [06-03-15@09:59:08] > > > > Node 0 reporting to localhost [06-03-15@09:59:08] Running under > > > > process id: 25225 [06-03-15@09:59:08] Entering poll loop > > > > Use of uninitialized value in string eq at > > > > /home/monitor/devmon/modules/dm_tests.pm line 1655, > > <$__ANONIO__> line > > > > 261. (X 20) > > > > Can't use string ("10") as a HASH ref while "strict refs" > > in use at > > > > /home/monitor/devmon/modules/dm_tests.pm line 1492, > > <$__ANONIO__> line > > > > 261. > > > > > > > > The number 10, I believe, is the data for CPUTotal5Min. The line > > > > 1655 error was the subject of an email earlier today, but that > > > > doesn't prevent devmon from working whereas devmon dies on the > > > > "strict refs" issue noted above. > > > > > > > > Hints? > > > > > > > > Thanks > > > > > > > > Dan > > > > > > > > > > > > ------------------------------------------------------- > > > > 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=121= 642 > > > > _______________________________________________ > > > > 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 > > > 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?cmdlnk&kid=110944&bid$1720&dat=121642 > > > _______________________________________________ > > > 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 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 > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting langua= ge > that extends applications into web and mobile media. Attend the live webc= ast > and join the prime developer group breaking into this new coding territor= y! > http://sel.as-us.falkag.net/sel?cmdlnk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |