|
From: Dan V. M. <bi...@gm...> - 2006-03-03 16:38:37
|
Reading my mind. I was actually on the same page as that would be a
perfect way to do NCV with hobbit. You could simply set your put these
lines on the bottom of your message template file:
NONHTMLTABLE:
<!-- NCV -->
<!-- ifInLoad : {ifInLoad} -->
NONHTMLTABLE:
<!-- NCV -->
<!-- ifOutLoad : {ifOutLoad} -->
And do your appropriate configuration in hobbit and just like that,
you'll be graphing.
I am eager to see this feature as well.
Thanks
Dan
On 3/3/06, Schwimmer, Eric E *HS <EE...@hs...> wrote:
>
> Ah yes. We suffer the same problem /w textualized html alert emails.
> I wouldn't mind implementing textual tables in devmon (it would be
> rather trivial to do) but I'm already sensitive about how long
> it takes to perform the test logic (way too long, imho, and I
> havent found a good way to revamp the whole template process
> that would generate a worthy speed increase).
>
> I'll put it on my project list after the trending :)
>
> -Eric Schwimmer
> Network Engin
> UVA HSCS Network Engineering
>
> > -----Original Message-----
> > From: dev...@li...
> > [mailto:dev...@li...] On Behalf
> > Of Aiello, Steve (GE, Corporate, consultant)
> > Sent: Friday, March 03, 2006 11:14 AM
> > To: dev...@li...
> > Subject: RE: [Devmon] Templates: Message - TABLE
> >
> > I guess anyway to get a 'pure' text table would be expensive. Whether
> > sprintf was used or space padding the columns manually.. i.e " " x
> > ($ColSize - len($DataSize)).
> >
> > Some of my biasness aginst the HTML, is the BB alert emails we get are
> > not very pleasant to read since the emails are text format. And I am
> > just anticipating once I get these spiffy new devices
> > monitored, and the
> > pretty reports. Requests for trending will soon follow. Guess I could
> > have my larrd script filter out the HTML first...
> >
> > > -----Original Message-----
> > > From: dev...@li...
> > > [mailto:dev...@li...] On Behalf
> > > Of Schwimmer, Eric E *HS
> > > Sent: Friday, March 03, 2006 10:54 AM
> > > To: dev...@li...
> > > Subject: RE: [Devmon] Templates: Message - TABLE
> > >
> > >
> > >
> > > Would this be for multi column formats? If so, would they
> > > have to be aligned? that many sprintf statements would be
> > expensive.
> > >
> > > -Eric
> > >
> > > > -----Original Message-----
> > > > From: dev...@li...
> > > > [mailto:dev...@li...] On Behalf
> > > > Of Aiello, Steve (GE, Corporate, consultant)
> > > > Sent: Friday, March 03, 2006 10:46 AM
> > > > To: dev...@li...
> > > > Subject: [Devmon] Templates: Message - TABLE
> > > >
> > > > I was curious if there is a non-HTML TABLE format. Some of
> > > > the reports
> > > > I do, it is prefered not to do it with a HTML table. If not,
> > > > I would be
> > > > happy to put something together. I can just peak at your
> > > code for how
> > > > the existing TABLE format is generated.
> > > >
> > > > General format I would think for a TABLETXT format would to
> > > > loop through
> > > > headers & row data text sizes to come up with the maximum
> > > > column length.
> > > > The generate the text table with a '-------' line between
> > > > header & data
> > > > rows.
> > > >
> > > > Steven
> > > >
> > > >
> > > > -------------------------------------------------------
> > > > 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?cmd=3Dk&kid=110944&bid$1720&dat=12164=
2
> > > _______________________________________________
> > > 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
>
|