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: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-03-22 16:54:31
|
Hi All, I am working on creating a template for Compaq/HP Insight Manager. All Compaq/HP servers run the insight manager health agents, and you can pull some really nice information from them. But I have run into some problems: 1. devmon doesn't like my templates at all. I believe I have setup all my branches correctly, and my table looks loverly... But when I run devmon I see the following: -bash-2.05b$ ./devmon -vvvvv -f [06-03-22@11:48:52] Nodename autodetected as SERVERNAME [06-03-22@11:48:52] ---Initilizing devmon... [06-03-22@11:48:52] Verbosity level: 5 [06-03-22@11:48:52] Logging to /home/bb4s/bb/devmon.log [06-03-22@11:48:52] Node 0 reporting to BBDISP.DOMAIN.COM [06-03-22@11:48:52] Running under process id: 16015 [06-03-22@11:48:52] Entering poll loop [06-03-22@11:48:52] Starting snmp queries [06-03-22@11:48:52] Querying HPSERVER.DOMAIN.COM for tests array,iml [06-03-22@11:49:07] Performing test logic Can't use string ("green") as a HASH ref while "strict refs" in use at /data/BB/devmon-dev/modules/dm_tests.pm line 1427, <$__ANONIO__> line 957. Now my solution was to edit modules/dm_tests.pm and comment out " use strict;". Not a real fix, but after I do that, my templates are displayed and tables are right. So I believe it is a devmon code issue and not me writing a fault template. I have attached my template so far, for your review. 2. When polling data from the Integrate Management Log (IML), You can get the date of the Event. Now somebody in their infinite wisdom decided to offer this data in the form of HEX. I thought maybe I could pull the bits (year, month, day) apart using the REGSUB transform option. But I wanted to see exactly the raw data given to devmon. When I add that OID alias to my message file, anything after that HEX Code alias, is not shown. Do not believe any errors are being displayed in the devmon log. |
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 > |
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-03-21 21:02:14
|
I have a device where I can access some event logs. The only problem is that the date is return to me in hex.... There really isn't anyway to convert this to a date with existing devmon transform functions is there ? Do any other devices do this ? Hex-STRING: 07 D5 04 01 00 08 DESCRIPTION "The time stamp when the event log entry was last modified. field octets contents range =3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D = =3D=3D=3D=3D=3D 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minute 0..59 |
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-03-21 20:59:08
|
I see mentioned 'NONHTMLTABLE:' Did I miss a patch that offers text based tables ? > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Dan Vande More > Sent: Wednesday, March 15, 2006 3:15 PM > To: dev...@li... > Subject: Re: [Devmon] nonhtmltable patch, strict refs issue >=20 >=20 > I get the big dummy award for this one. I was mistakingly=20 > trying to TABLE a leaf value, when TABLE/NONHTMLTABLE are=20 > reserved for branch'd values. >=20 > Please ignore. >=20 > Thanks >=20 > Dan >=20 > On 3/15/06, Schwimmer, Eric E *HS=20 > <EE...@hs...> wrote: > > > > Just wanted to let you all know that I'm oncall here at=20 > work (for the=20 > > next month!). Combined with the fact that I'm rebuilding a=20 > large part=20 > > of our server network, and this leaves me /w little time for=20 > > programming. > > > > I'll try to fix the bugs /w the current code and put out a new=20 > > release; but any feature requests are going to be=20 > back-burnered for a=20 > > while. > > > > -Eric Schwimmer > > Network Engineer > > UVA HSCS Network Engineering > > > > > -----Original Message----- > > > From: dev...@li... > > > [mailto:dev...@li...] On=20 > Behalf Of Dan=20 > > > 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=20 > > > off the bat I'm having an issue with cpu. > > > > > > I'm using the default 6509 setup, and when my message file looks=20 > > > like this: > > > > > > NONHTMLTABLE: > > > CPUTotal5Min : {CPUTotal5Min} > > > > > > I get this error: > > > > > > $ sudo -u monitor /home/monitor/devmon/devmon -p -f -v=20 > > > [06-03-15@09:59:08] ---Initilizing devmon... [06-03-15@09:59:08]=20 > > > Node 0 reporting to localhost [06-03-15@09:59:08] Running under=20 > > > 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,=20 > <$__ANONIO__> line > > > 261. (X 20) > > > Can't use string ("10") as a HASH ref while "strict refs"=20 > in use at > > > /home/monitor/devmon/modules/dm_tests.pm line 1492,=20 > <$__ANONIO__> line > > > 261. > > > > > > The number 10, I believe, is the data for CPUTotal5Min. The line=20 > > > 1655 error was the subject of an email earlier today, but that=20 > > > doesn't prevent devmon from working whereas devmon dies on the=20 > > > "strict refs" issue noted above. > > > > > > Hints? > > > > > > Thanks > > > > > > Dan > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting=20 > > > language that extends applications into web and mobile=20 > 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=20 > > language that extends applications into web and mobile=20 > media. Attend=20 > > the live webcast and join the prime developer group=20 > breaking into this=20 > > new coding territory!=20 > > = 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 > > >=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: Dan V. M. <bi...@gm...> - 2006-03-21 16:27:51
|
FYI, this patch introduces a bug, anyone who applies to should pay close attention to this: - $line =3D~ s/\|/<\/td><td>/g; - $table .=3D "<tr><td>$line</td></tr>"; + if($tabletype eq 'html') { + $table .=3D "<tr><td>$line</td></tr>\n"; + $line =3D~ s/\|/<\/td><td>/g; Notice it changes the order of substitutions. If you're seeing your HTML table headers being messed up, change lines 39 and 40 around in the patch (or 1460 and 1461 in the new dm_tests.pm) so the substitutions are performmed in the correct order. -Dan On 3/10/06, Dan Vande More <bi...@gm...> wrote: > This is great. I am seeing exactly what I expected, and will now try > to get it graphing. > > On 3/10/06, Schwimmer, Eric E *HS <EE...@hs...> wrote: > > > > Ah my bad, I manually edited the patch and forgot to correct the line > > range, as > > I had to remove something that was added by an ealier patch (the one > > that fixed > > the alarm priority). Meh. > > > > -Eric > > > > > -----Original Message----- > > > From: dev...@li... > > > [mailto:dev...@li...] On Behalf > > > Of Dan Vande More > > > Sent: Friday, March 10, 2006 4:01 PM > > > To: dev...@li... > > > Subject: Re: [Devmon] CVS commits? > > > > > > I got it to patch successfully by removing this hunk from the patch: > > > > > > @@ -1476,14 +1492,15 @@ > > > T_LEAF: for my $leaf (sort {$a <=3D> $b} keys > > > %{$oids->{$pri}{'val'}}) { > > > > > > my $row_data =3D $line; > > > + my $leafrrd =3D ''; > > > > > > # Do some alarm logic > > > my $pri_val =3D $oids->{$pri}{'val'}{$leaf}; > > > > > > and added the leafrrd line myself. As for why it didn't work, I'm not > > > even going to guess. > > > > > > Thanks > > > > > > Dan > > > > > > On 3/10/06, Dan Vande More <bi...@gm...> wrote: > > > > Sorry for being a noob, but I'm getting this with that patch: > > > > > > > > ~$ patch -p 0 < patch-nonhtmltables_rrddump > > > > patching file modules/dm_tests.pm > > > > patch: **** malformed patch at line 68: @@ -1526,6 +1543,7 @@ > > > > > > > > Here are lines 67, 68 and 69: > > > > > > > > my $pri_val =3D $oids->{$pri}{'val'}{$leaf}; > > > > @@ -1526,6 +1543,7 @@ > > > > if($oid eq $pri and $alarm) { > > > > > > > > > > > > Thanks > > > > > > > > Dan > > > > > > > > > > > > On 3/10/06, Dan Vande More <bi...@gm...> wrote: > > > > > Well I was thinking, for example, of doing something like > > > this in the > > > > > message file for if_load: > > > > > > > > > > --- > > > > > Interface error rates: > > > > > TABLE: > > > > > Ifc name|Ifc Speed|Rate in (load %)|Rate out (load %) > > > > > {ifName}{ifAliasBox}|{ifSpeed}|{ifInLoad.color}{ifInSpeed} > > > > > ({ifInLoad}%){ifInLoad.errors}|{ifOutLoad.color}{ifOutSpeed} > > > > > ({ifOutLoad}%){ifOutLoad.errors} > > > > > > > > > > NONHTMLTABLE: > > > > > ifInLoad : {ifInLoad} > > > > > ifOutLoad: {ifOutLoad} > > > > > --- > > > > > > > > > > So there wouldn't be any column separators per se, unless > > > I put them > > > > > in. Of course, depending on how many tests you're performing, you= r > > > > > message file would get pretty big. But I think this solves two > > > > > problems - NCV support & Non-HTML email support. People > > > who don't want > > > > > HTML in their email for tests can simply change their > > > "message" file > > > > > from TABLE to NONHTMLTABLE. > > > > > > > > > > For NCV we just need to make sure there's nothing else on > > > the lines > > > > > containing "foo : bar", as then hobbit won't detect it as a line > > > > > that's candidate for having NCV data. I suppose too that you coul= d > > > > > throw some <!--/--> stuff when the NONHTMLTABLE begins > > > and end so the > > > > > data on the webpage isn't bloated and redundant. > > > > > > > > > > Does that make sense? > > > > > > > > > > Dan > > > > > > > > > > > > > > > On 3/10/06, Schwimmer, Eric E *HS > > > <EE...@hs...> wrote: > > > > > > > > > > > > How do you want the columns separated? Whitespace? Commas? > > > > > > > > > > > > -Eric > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: dev...@li... > > > > > > > [mailto:dev...@li...] On Behalf > > > > > > > Of Dan Vande More > > > > > > > Sent: Friday, March 10, 2006 2:14 PM > > > > > > > To: dev...@li... > > > > > > > Subject: Re: [Devmon] CVS commits? > > > > > > > > > > > > > > Oh, wow, figured the same thing (SF said no update > > > this month). Glad > > > > > > > to hear that's not the case. > > > > > > > > > > > > > > Eric, you're understandably busy, but have you got a chance t= o > > > > > > > consider any NONHTMLTABLE (Or similiar) options that > > > might allow me to > > > > > > > come up with a way to push NCV data? > > > > > > > > > > > > > > If the lines weren't surrounded with HTML, hobbit > > > could see output as > > > > > > > NCV format and graph without you doing anything > > > custom (Like a hobbit > > > > > > > patch for each datatype, etc). > > > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > Dan > > > > > > > > > > > > > > On 3/10/06, Schwimmer, Eric E *HS > > > > > > > <EE...@hs...> wrote: > > > > > > > > > > > > > > > > Sourceforge lies! All lies! The latest and greatest code > > > > > > > is up there, > > > > > > > > with the exception of the patches I have sent out today. > > > > > > > > > > > > > > > > Hrm, external CVS would probably be a good idea. I'll see > > > > > > > about setting > > > > > > > > it up. > > > > > > > > > > > > > > > > -Eric > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > From: dev...@li... > > > > > > > > > > > > [mailto:dev...@li...] On Behalf > > > > > > > > > Of Bill Finizia > > > > > > > > > Sent: Friday, March 10, 2006 1:02 PM > > > > > > > > > To: dev...@li... > > > > > > > > > Subject: [Devmon] CVS commits? > > > > > > > > > > > > > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > > > > > > Hash: SHA1 > > > > > > > > > > > > > > > > > > Hi > > > > > > > > > > > > > > > > > > Are any of these new templates and code updates > > > going to be > > > > > > > > > stored in > > > > > > > > > a central location? I checked on SF and nothing seems to > > > > > > > have been > > > > > > > > > added this month. > > > > > > > > > > > > > > > > > > Bill Finizia > > > > > > > > > > > > > > > > > > -----BEGIN PGP SIGNATURE----- > > > > > > > > > Version: GnuPG v1.4.1 (Darwin) > > > > > > > > > > > > > > > > > > > > > iD8DBQFEEb8s/Ol32NgyEZgRAgSpAKCQVkKtmHjS745LgYwEv64M81jmUQCdFkMX > > > > > > > > > MgUy501i0l4Iu5ixKPS3dO0=3D > > > > > > > > > =3DHAgk > > > > > > > > > -----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 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=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?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=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 lang= uage > > that extends applications into web and mobile media. Attend the live we= bcast > > and join the prime developer group breaking into this new coding territ= ory! > > 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 > > > |
From: Dan V. M. <bi...@gm...> - 2006-03-15 20:15:00
|
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=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 > |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-15 16:25:30
|
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. =20 I'll try to fix the bugs /w the current code and put out a new=20 release; but any feature requests are going to be back-burnered=20 for a while. -Eric Schwimmer Network Engineer UVA HSCS Network Engineering =20 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Dan Vande More > Sent: Wednesday, March 15, 2006 11:09 AM > To: dev...@li... > Subject: [Devmon] nonhtmltable patch, strict refs issue >=20 > So I'm attempting to start using nonhtml stuff for NCV, but right off > the bat I'm having an issue with cpu. >=20 > I'm using the default 6509 setup, and when my message file=20 > looks like this: >=20 > NONHTMLTABLE: > CPUTotal5Min : {CPUTotal5Min} >=20 > I get this error: >=20 > $ 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. >=20 > 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. >=20 > Hints? >=20 > Thanks >=20 > Dan >=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: Dan V. M. <bi...@gm...> - 2006-03-15 16:08:56
|
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 |
From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-03-15 11:45:09
|
I believe that the issue: Use of uninitialized value in string eq at = /usr/local/perf/devmon/modules/dm_tests.pm line 1655, > <$__ANONIO__ Is known. I get it all the time from my 'devmon --readbbhosts' cron job. = If you have a distribution other than RedHat, please give details. Steven =20 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of U.K...@En... > Sent: Wednesday, March 15, 2006 3:28 AM > To: dev...@li... > Subject: [Devmon] new version with incorporated patches needed >=20 >=20 > Hello Eric, >=20 > i've applied all published patches. > But i get several errors and don't know, what is the current=20 > state. That's why i would suggest to publish a new version=20 > with all patches incorporated. > -------------------------------------------------------------- > -------------- > - > ./devmon -p > Use of uninitialized value in string eq at=20 > /usr/local/perf/devmon/modules/dm_tests.pm line 1655,=20 > <$__ANONIO__> line 751. > -------------------------------------------------------------- > -------------- > - > I'm using here the NetApp template. >=20 > Errors: > - The header line of an html TABLE inside a message is not a=20 > html table row. > - The header line of a NONHTMLTABLE should also separated with colons > - I don't like the lines "Alarming on ...." -> Are they only=20 > for debugging ?? > -------------------------------------------------------------- > -------------- > - > status S24020.volume green Wed Mar 15 09:07:50 2006 >=20 > <b>Volumes</b> > Alarming on=20 > (/vol/vol0/,/vol/vol0/.snapshot,/vol/vol1/,/vol/vol1/.snapshot) > Alarming on=20 > (/vol/vol2/,/vol/vol2/.snapshot,/vol/root/,/vol/root/.snapshot) > <table border=3D1 cellpadding=3D5> > <tr><td>File System|Total Size|Used|% Used</td></tr>=20 > <tr><td>/vol/vol0/</td><td>1045.00GB</td><td>934.45GB</td><td>&green > 89.42%</td></tr>=20 > <tr><td>/vol/vol0/.snapshot</td><td>55.00GB</td><td>7.77GB</td > ><td>&green > 14.12%</td></tr>=20 > <tr><td>/vol/vol1/</td><td>950.00GB</td><td>837.16GB</td><td>&green > 88.12%</td></tr>=20 > <tr><td>/vol/vol1/.snapshot</td><td>50.00GB</td><td>8.88GB</td > ><td>&green > 17.77%</td></tr>=20 > <tr><td>/vol/vol2/</td><td>760.00GB</td><td>674.45GB</td><td>&green > 88.74%</td></tr>=20 > <tr><td>/vol/vol2/.snapshot</td><td>40.00GB</td><td>3.96GB</td > ><td>&green > 9.91%</td></tr>=20 > <tr><td>/vol/root/</td><td>16.00GB</td><td>0.82GB</td><td>&green > 5.14%</td></tr>=20 > <tr><td>/vol/root/.snapshot</td><td>4.00GB</td><td>0.05GB</td> > <td>&green > 1.14%</td></tr> > </table> > -------------------------------------------------------------- > -------------- > - >=20 > Feature request: > - for NONHTMLTABLE: white spaces around the colons for better=20 > readability > - or the ability to send a test as "data" message (not only=20 > as "status") > (means: I would like to have the ability to decide for each test, > if i want to send a "status" message - alarming in hobbit -=20 > or a "data" message -only rrd trending in hobbit) > -------------------------------------------------------------- > -------------- > - > status S24020.volume green Wed Mar 15 09:17:13 2006 >=20 > <b>Volumes</b> > Alarming on=20 > (/vol/vol0/,/vol/vol0/.snapshot,/vol/vol1/,/vol/vol1/.snapshot) > Alarming on=20 > (/vol/vol2/,/vol/vol2/.snapshot,/vol/root/,/vol/root/.snapshot) > File System|Total Size|Used|% Used=20 > /vol/vol0/:1045.00GB:934.34GB:&green 89.41%=20 > /vol/vol0/.snapshot:55.00GB:7.94GB:&green 14.43%=20 > /vol/vol1/:950.00GB:837.16GB:&green 88.12%=20 > /vol/vol1/.snapshot:50.00GB:8.90GB:&green 17.80%=20 > /vol/vol2/:760.00GB:674.49GB:&green 88.75%=20 > /vol/vol2/.snapshot:40.00GB:3.98GB:&green 9.95%=20 > /vol/root/:16.00GB:0.82GB:&green 5.14%=20 > /vol/root/.snapshot:4.00GB:0.05GB:&green 1.14% >=20 >=20 > Devmon version 0.1.1-beta running on S21117 > -------------------------------------------------------------- > -------------- > - >=20 > In the future i wish to contribute to the NetApp template. > A template for Brocade SAN-Switches is on my todo list. >=20 > Thanks > Mit freundlichen Gr=FC=DFen > Uwe Kirbach >=20 > -- > Uwe Kirbach >=20 > ____EnBW Systeme Infrastruktur Support GmbH > SIS-GIBU Systemmanagement Unix > Durlacher Allee 93 > 76131 Karlsruhe >=20 > Telefon: +49 721 63-14139 > Telefax: +49 721 63-12784 >=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: Whilding, C. <Cra...@me...> - 2006-03-15 11:37:41
|
Hi, Not sure why the html table header isn't working properly, maybe = something due to the rrd/ncv changes that have been made? Works fine for = me here without the rrd/ncv patch.=20 The rrd/ncv patch wasn't available when I originally wrote the NetApp = template, do you now graph volumes if you are collecting the data in = this form? (Like to know how if you are as I havnt been able to look = into how disk generates its rrd's. I mentioned the "Alarmed on..." problem when I first submitted the = template. As the idea in devmon was originally that you explicitly wrote = which reg exps you wanted to alert on this line made sense but as this = is now the default I would also like to see it removed. Thanks, Craig -----Original Message----- From: dev...@li... = [mailto:dev...@li...] On Behalf Of = U.K...@En... Sent: 15 March 2006 08:28 To: dev...@li... Subject: [Devmon] new version with incorporated patches needed Hello Eric, i've applied all published patches. But i get several errors and don't know, what is the current state. That's why i would suggest to publish a new version with all patches incorporated. -------------------------------------------------------------------------= --- - ./devmon -p Use of uninitialized value in string eq at /usr/local/perf/devmon/modules/dm_tests.pm line 1655, <$__ANONIO__> line 751. -------------------------------------------------------------------------= --- - I'm using here the NetApp template. Errors: - The header line of an html TABLE inside a message is not a html table = row. - The header line of a NONHTMLTABLE should also separated with colons - I don't like the lines "Alarming on ...." -> Are they only for = debugging ?? -------------------------------------------------------------------------= --- - status S24020.volume green Wed Mar 15 09:07:50 2006 <b>Volumes</b> Alarming on = (/vol/vol0/,/vol/vol0/.snapshot,/vol/vol1/,/vol/vol1/.snapshot) Alarming on = (/vol/vol2/,/vol/vol2/.snapshot,/vol/root/,/vol/root/.snapshot) <table border=3D1 cellpadding=3D5> <tr><td>File System|Total Size|Used|% Used</td></tr> <tr><td>/vol/vol0/</td><td>1045.00GB</td><td>934.45GB</td><td>&green 89.42%</td></tr> <tr><td>/vol/vol0/.snapshot</td><td>55.00GB</td><td>7.77GB</td><td>&green= 14.12%</td></tr> <tr><td>/vol/vol1/</td><td>950.00GB</td><td>837.16GB</td><td>&green 88.12%</td></tr> <tr><td>/vol/vol1/.snapshot</td><td>50.00GB</td><td>8.88GB</td><td>&green= 17.77%</td></tr> <tr><td>/vol/vol2/</td><td>760.00GB</td><td>674.45GB</td><td>&green 88.74%</td></tr> <tr><td>/vol/vol2/.snapshot</td><td>40.00GB</td><td>3.96GB</td><td>&green= 9.91%</td></tr> <tr><td>/vol/root/</td><td>16.00GB</td><td>0.82GB</td><td>&green 5.14%</td></tr> <tr><td>/vol/root/.snapshot</td><td>4.00GB</td><td>0.05GB</td><td>&green 1.14%</td></tr> </table> -------------------------------------------------------------------------= --- - Feature request: - for NONHTMLTABLE: white spaces around the colons for better = readability - or the ability to send a test as "data" message (not only as "status") (means: I would like to have the ability to decide for each test, if i want to send a "status" message - alarming in hobbit -=20 or a "data" message -only rrd trending in hobbit) -------------------------------------------------------------------------= --- - status S24020.volume green Wed Mar 15 09:17:13 2006 <b>Volumes</b> Alarming on = (/vol/vol0/,/vol/vol0/.snapshot,/vol/vol1/,/vol/vol1/.snapshot) Alarming on = (/vol/vol2/,/vol/vol2/.snapshot,/vol/root/,/vol/root/.snapshot) File System|Total Size|Used|% Used /vol/vol0/:1045.00GB:934.34GB:&green 89.41% /vol/vol0/.snapshot:55.00GB:7.94GB:&green 14.43% /vol/vol1/:950.00GB:837.16GB:&green 88.12% /vol/vol1/.snapshot:50.00GB:8.90GB:&green 17.80% /vol/vol2/:760.00GB:674.49GB:&green 88.75% /vol/vol2/.snapshot:40.00GB:3.98GB:&green 9.95% /vol/root/:16.00GB:0.82GB:&green 5.14% /vol/root/.snapshot:4.00GB:0.05GB:&green 1.14% Devmon version 0.1.1-beta running on S21117 -------------------------------------------------------------------------= --- - In the future i wish to contribute to the NetApp template. A template for Brocade SAN-Switches is on my todo list. Thanks Mit freundlichen Gr=FC=DFen Uwe Kirbach -- Uwe Kirbach ____EnBW Systeme Infrastruktur Support GmbH SIS-GIBU Systemmanagement Unix Durlacher Allee 93 76131 Karlsruhe Telefon: +49 721 63-14139 Telefax: +49 721 63-12784 ------------------------------------------------------- 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: <U.K...@En...> - 2006-03-15 08:38:05
|
Hello Eric, one additional feature request: - Is it possible ? Don't include the string "(hh:mm:ss)" in the result for an ELAPSED in = the transform (Better is to include this string inside the header line of an TABLE) --> Better readability ------------------------------------------------------------------------ status S24020.snapmirror green Wed Mar 15 09:17:13 2006 <b>Snapmirror</b> Alarming on (S24020:/vol/vol2/hol,S24020:/vol/vol0/svg,S24020:/vol/vol1/zs-aka) Alarming on (S24020:/vol/vol1/zs-br,S24020:/vol/vol2/zs-hol,S24020:/vol/vol1/zs-kwuzs= ) Alarming on (S24020:/vol/vol1/zs-projects,S24020:/vol/vol1/zs-sag) Alarming on (S24020:/vol/vol1/zs-sen,S24020:/vol/vol1/zs-sisg) Alarming on (S24020:/vol/vol1/zs-sisgl,S24020:/vol/vol1/zs-sisgv) Alarming on (S24020:/vol/vol1/zs-svga,S24020:/vol/vol1/zs-svgc) Alarming on (S24020:/vol/vol1/zs-svgd,S24020:/vol/vol1/zs-svge) Alarming on (S24020:/vol/vol1/zs-svgf,S24020:/vol/vol1/zs-svgi) Alarming on (S24020:/vol/vol1/zs-svgisec,S24020:/vol/vol1/zs-svgl) Alarming on (S24020:/vol/vol1/zs-svgo,S24020:/vol/vol1/zs-svgp) Alarming on (S24020:/vol/vol1/zs-svgr,S24020:/vol/vol1/zs-svgs) Alarming on (S24020:/vol/vol1/zs-twr,S24020:/vol/root/-) <table border=3D1 cellpadding=3D5> <tr><td>Source|Destination|Lag</td></tr> <tr><td>S24020:/vol/vol2/hol</td><td>S4A2011:/vol/mirr2/s24020_hol</td><t= d>0 1:37:13 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol0/svg</td><td>S4A2011:/vol/mirr2/s24020_svg</td><t= d>0 3:16:11 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-aka</td><td>S4A2011:/vol/mirr2/s24020_zs-aka<= /td ><td>03:07:12 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-br</td><td>S4A2011:/vol/mirr2/s24020_zs-br</t= d>< td>03:16:12 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol2/zs-hol</td><td>S4A2011:/vol/mirr2/s24020_zs-hol<= /td ><td>01:27:14 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-kwuzs</td><td>S4A2011:/vol/mirr2/s24020_zs-kw= uzs </td><td>02:57:13 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-projects</td><td>S4A2011:/vol/mirr2/s24020_zs= -pr ojects</td><td>02:57:14 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-sag</td><td>S4A2011:/vol/mirr2/s24020_zs-sag<= /td ><td>01:47:13 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-sen</td><td>S4A2011:/vol/mirr2/s24020_zs-sen<= /td ><td>02:47:14 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-sisg</td><td>S4A2011:/vol/mirr2/s24020_zs-sis= g</ td><td>01:37:13 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-sisgl</td><td>S4A2011:/vol/mirr2/s24020_zs-si= sgl </td><td>01:37:12 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-sisgv</td><td>S4A2011:/vol/mirr2/s24020_zs-si= sgv </td><td>01:37:12 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-svga</td><td>S4A2011:/vol/mirr2/s24020_zs-svg= a</ td><td>02:37:14 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-svgc</td><td>S4A2011:/vol/mirr2/s24020_zs-svg= c</ td><td>02:37:15 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-svgd</td><td>S4A2011:/vol/mirr2/s24020_zs-svg= d</ td><td>02:27:15 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-svge</td><td>S4A2011:/vol/mirr2/s24020_zs-svg= e</ td><td>02:27:15 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-svgf</td><td>S4A2011:/vol/mirr2/s24020_zs-svg= f</ td><td>02:16:11 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-svgi</td><td>S4A2011:/vol/mirr2/s24020_zs-svg= i</ td><td>02:16:12 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-svgisec</td><td>S4A2011:/vol/mirr2/s24020_zs-= svg isec</td><td>03:07:12 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-svgl</td><td>S4A2011:/vol/mirr2/s24020_zs-svg= l</ td><td>02:07:12 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-svgo</td><td>S4A2011:/vol/mirr2/s24020_zs-svg= o</ td><td>02:07:12 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-svgp</td><td>S4A2011:/vol/mirr2/s24020_zs-svg= p</ td><td>02:47:14 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-svgr</td><td>S4A2011:/vol/mirr2/s24020_zs-svg= r</ td><td>01:57:13 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-svgs</td><td>S4A2011:/vol/mirr2/s24020_zs-svg= s</ td><td>01:47:00 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/vol1/zs-twr</td><td>S4A2011:/vol/mirr2/s24020_zs-twr<= /td ><td>01:47:00 (hh:mm:ss)</td></tr> <tr><td>S24020:/vol/root/-</td><td>S4A2011:/vol/vol0/s24020_etc</td><td>0= 7:1 7:15 (hh:mm:ss)</td></tr> </table> Devmon version 0.1.1-beta running on S21117 ------------------------------------------------------------------------ Mit freundlichen Gr=FC=DFen Uwe Kirbach -- Uwe Kirbach ____EnBW Systeme Infrastruktur Support GmbH SIS-GIBU Systemmanagement Unix Durlacher Allee 93 76131 Karlsruhe Telefon: +49 721 63-14139 Telefax: +49 721 63-12784 |
From: <U.K...@En...> - 2006-03-15 08:28:35
|
Hello Eric, i've applied all published patches. But i get several errors and don't know, what is the current state. That's why i would suggest to publish a new version with all patches incorporated. -------------------------------------------------------------------------= --- - ./devmon -p Use of uninitialized value in string eq at /usr/local/perf/devmon/modules/dm_tests.pm line 1655, <$__ANONIO__> line 751. -------------------------------------------------------------------------= --- - I'm using here the NetApp template. Errors: - The header line of an html TABLE inside a message is not a html table = row. - The header line of a NONHTMLTABLE should also separated with colons - I don't like the lines "Alarming on ...." -> Are they only for = debugging ?? -------------------------------------------------------------------------= --- - status S24020.volume green Wed Mar 15 09:07:50 2006 <b>Volumes</b> Alarming on = (/vol/vol0/,/vol/vol0/.snapshot,/vol/vol1/,/vol/vol1/.snapshot) Alarming on = (/vol/vol2/,/vol/vol2/.snapshot,/vol/root/,/vol/root/.snapshot) <table border=3D1 cellpadding=3D5> <tr><td>File System|Total Size|Used|% Used</td></tr> <tr><td>/vol/vol0/</td><td>1045.00GB</td><td>934.45GB</td><td>&green 89.42%</td></tr> <tr><td>/vol/vol0/.snapshot</td><td>55.00GB</td><td>7.77GB</td><td>&green= 14.12%</td></tr> <tr><td>/vol/vol1/</td><td>950.00GB</td><td>837.16GB</td><td>&green 88.12%</td></tr> <tr><td>/vol/vol1/.snapshot</td><td>50.00GB</td><td>8.88GB</td><td>&green= 17.77%</td></tr> <tr><td>/vol/vol2/</td><td>760.00GB</td><td>674.45GB</td><td>&green 88.74%</td></tr> <tr><td>/vol/vol2/.snapshot</td><td>40.00GB</td><td>3.96GB</td><td>&green= 9.91%</td></tr> <tr><td>/vol/root/</td><td>16.00GB</td><td>0.82GB</td><td>&green 5.14%</td></tr> <tr><td>/vol/root/.snapshot</td><td>4.00GB</td><td>0.05GB</td><td>&green 1.14%</td></tr> </table> -------------------------------------------------------------------------= --- - Feature request: - for NONHTMLTABLE: white spaces around the colons for better = readability - or the ability to send a test as "data" message (not only as "status") (means: I would like to have the ability to decide for each test, if i want to send a "status" message - alarming in hobbit -=20 or a "data" message -only rrd trending in hobbit) -------------------------------------------------------------------------= --- - status S24020.volume green Wed Mar 15 09:17:13 2006 <b>Volumes</b> Alarming on = (/vol/vol0/,/vol/vol0/.snapshot,/vol/vol1/,/vol/vol1/.snapshot) Alarming on = (/vol/vol2/,/vol/vol2/.snapshot,/vol/root/,/vol/root/.snapshot) File System|Total Size|Used|% Used /vol/vol0/:1045.00GB:934.34GB:&green 89.41% /vol/vol0/.snapshot:55.00GB:7.94GB:&green 14.43% /vol/vol1/:950.00GB:837.16GB:&green 88.12% /vol/vol1/.snapshot:50.00GB:8.90GB:&green 17.80% /vol/vol2/:760.00GB:674.49GB:&green 88.75% /vol/vol2/.snapshot:40.00GB:3.98GB:&green 9.95% /vol/root/:16.00GB:0.82GB:&green 5.14% /vol/root/.snapshot:4.00GB:0.05GB:&green 1.14% Devmon version 0.1.1-beta running on S21117 -------------------------------------------------------------------------= --- - In the future i wish to contribute to the NetApp template. A template for Brocade SAN-Switches is on my todo list. Thanks Mit freundlichen Gr=FC=DFen Uwe Kirbach -- Uwe Kirbach ____EnBW Systeme Infrastruktur Support GmbH SIS-GIBU Systemmanagement Unix Durlacher Allee 93 76131 Karlsruhe Telefon: +49 721 63-14139 Telefax: +49 721 63-12784 |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-14 15:27:31
|
Can you send your dm_tests.pm file to my email? ees2y <at> virginia.edu Thanks, -Eric=20 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Whilding, Craig > Sent: Tuesday, March 14, 2006 9:40 AM > To: dev...@li... > Subject: [Devmon] non-numeric values in a numeric comparison >=20 > Hi the patch you supplied before doesn't appear to solve the=20 > problem im afraid, im still getting the complaints. Showing=20 > up as lines 1476/1851 now, thanks. >=20 > =20 >=20 > Any ideas about an easier solution to the logic thing at all?=20 > The rrd changes made will be useful to me also although I=20 > haven't tried the patch yet. Having said that I also quite=20 > like the html pages! >=20 > =20 >=20 > Thanks, >=20 > =20 >=20 > Craig Whilding >=20 >=20 |
From: Whilding, C. <Cra...@me...> - 2006-03-14 14:39:56
|
Hi the patch you supplied before doesn't appear to solve the problem im afraid, im still getting the complaints. Showing up as lines 1476/1851 now, thanks. =20 Any ideas about an easier solution to the logic thing at all? The rrd changes made will be useful to me also although I haven't tried the patch yet. Having said that I also quite like the html pages! =20 Thanks, =20 Craig Whilding |
From: Dan V. M. <bi...@gm...> - 2006-03-10 21:13:10
|
This is great. I am seeing exactly what I expected, and will now try to get it graphing. On 3/10/06, Schwimmer, Eric E *HS <EE...@hs...> wrote: > > Ah my bad, I manually edited the patch and forgot to correct the line > range, as > I had to remove something that was added by an ealier patch (the one > that fixed > the alarm priority). Meh. > > -Eric > > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On Behalf > > Of Dan Vande More > > Sent: Friday, March 10, 2006 4:01 PM > > To: dev...@li... > > Subject: Re: [Devmon] CVS commits? > > > > I got it to patch successfully by removing this hunk from the patch: > > > > @@ -1476,14 +1492,15 @@ > > T_LEAF: for my $leaf (sort {$a <=3D> $b} keys > > %{$oids->{$pri}{'val'}}) { > > > > my $row_data =3D $line; > > + my $leafrrd =3D ''; > > > > # Do some alarm logic > > my $pri_val =3D $oids->{$pri}{'val'}{$leaf}; > > > > and added the leafrrd line myself. As for why it didn't work, I'm not > > even going to guess. > > > > Thanks > > > > Dan > > > > On 3/10/06, Dan Vande More <bi...@gm...> wrote: > > > Sorry for being a noob, but I'm getting this with that patch: > > > > > > ~$ patch -p 0 < patch-nonhtmltables_rrddump > > > patching file modules/dm_tests.pm > > > patch: **** malformed patch at line 68: @@ -1526,6 +1543,7 @@ > > > > > > Here are lines 67, 68 and 69: > > > > > > my $pri_val =3D $oids->{$pri}{'val'}{$leaf}; > > > @@ -1526,6 +1543,7 @@ > > > if($oid eq $pri and $alarm) { > > > > > > > > > Thanks > > > > > > Dan > > > > > > > > > On 3/10/06, Dan Vande More <bi...@gm...> wrote: > > > > Well I was thinking, for example, of doing something like > > this in the > > > > message file for if_load: > > > > > > > > --- > > > > Interface error rates: > > > > TABLE: > > > > Ifc name|Ifc Speed|Rate in (load %)|Rate out (load %) > > > > {ifName}{ifAliasBox}|{ifSpeed}|{ifInLoad.color}{ifInSpeed} > > > > ({ifInLoad}%){ifInLoad.errors}|{ifOutLoad.color}{ifOutSpeed} > > > > ({ifOutLoad}%){ifOutLoad.errors} > > > > > > > > NONHTMLTABLE: > > > > ifInLoad : {ifInLoad} > > > > ifOutLoad: {ifOutLoad} > > > > --- > > > > > > > > So there wouldn't be any column separators per se, unless > > I put them > > > > in. Of course, depending on how many tests you're performing, your > > > > message file would get pretty big. But I think this solves two > > > > problems - NCV support & Non-HTML email support. People > > who don't want > > > > HTML in their email for tests can simply change their > > "message" file > > > > from TABLE to NONHTMLTABLE. > > > > > > > > For NCV we just need to make sure there's nothing else on > > the lines > > > > containing "foo : bar", as then hobbit won't detect it as a line > > > > that's candidate for having NCV data. I suppose too that you could > > > > throw some <!--/--> stuff when the NONHTMLTABLE begins > > and end so the > > > > data on the webpage isn't bloated and redundant. > > > > > > > > Does that make sense? > > > > > > > > Dan > > > > > > > > > > > > On 3/10/06, Schwimmer, Eric E *HS > > <EE...@hs...> wrote: > > > > > > > > > > How do you want the columns separated? Whitespace? Commas? > > > > > > > > > > -Eric > > > > > > > > > > > -----Original Message----- > > > > > > From: dev...@li... > > > > > > [mailto:dev...@li...] On Behalf > > > > > > Of Dan Vande More > > > > > > Sent: Friday, March 10, 2006 2:14 PM > > > > > > To: dev...@li... > > > > > > Subject: Re: [Devmon] CVS commits? > > > > > > > > > > > > Oh, wow, figured the same thing (SF said no update > > this month). Glad > > > > > > to hear that's not the case. > > > > > > > > > > > > Eric, you're understandably busy, but have you got a chance to > > > > > > consider any NONHTMLTABLE (Or similiar) options that > > might allow me to > > > > > > come up with a way to push NCV data? > > > > > > > > > > > > If the lines weren't surrounded with HTML, hobbit > > could see output as > > > > > > NCV format and graph without you doing anything > > custom (Like a hobbit > > > > > > patch for each datatype, etc). > > > > > > > > > > > > Thanks > > > > > > > > > > > > Dan > > > > > > > > > > > > On 3/10/06, Schwimmer, Eric E *HS > > > > > > <EE...@hs...> wrote: > > > > > > > > > > > > > > Sourceforge lies! All lies! The latest and greatest code > > > > > > is up there, > > > > > > > with the exception of the patches I have sent out today. > > > > > > > > > > > > > > Hrm, external CVS would probably be a good idea. I'll see > > > > > > about setting > > > > > > > it up. > > > > > > > > > > > > > > -Eric > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > From: dev...@li... > > > > > > > > > > [mailto:dev...@li...] On Behalf > > > > > > > > Of Bill Finizia > > > > > > > > Sent: Friday, March 10, 2006 1:02 PM > > > > > > > > To: dev...@li... > > > > > > > > Subject: [Devmon] CVS commits? > > > > > > > > > > > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > > > > > Hash: SHA1 > > > > > > > > > > > > > > > > Hi > > > > > > > > > > > > > > > > Are any of these new templates and code updates > > going to be > > > > > > > > stored in > > > > > > > > a central location? I checked on SF and nothing seems to > > > > > > have been > > > > > > > > added this month. > > > > > > > > > > > > > > > > Bill Finizia > > > > > > > > > > > > > > > > -----BEGIN PGP SIGNATURE----- > > > > > > > > Version: GnuPG v1.4.1 (Darwin) > > > > > > > > > > > > > > > > > > iD8DBQFEEb8s/Ol32NgyEZgRAgSpAKCQVkKtmHjS745LgYwEv64M81jmUQCdFkMX > > > > > > > > MgUy501i0l4Iu5ixKPS3dO0=3D > > > > > > > > =3DHAgk > > > > > > > > -----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 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 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 > |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-10 21:07:09
|
Ah my bad, I manually edited the patch and forgot to correct the line range, as I had to remove something that was added by an ealier patch (the one that fixed the alarm priority). Meh. -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Dan Vande More > Sent: Friday, March 10, 2006 4:01 PM > To: dev...@li... > Subject: Re: [Devmon] CVS commits? >=20 > I got it to patch successfully by removing this hunk from the patch: >=20 > @@ -1476,14 +1492,15 @@ > T_LEAF: for my $leaf (sort {$a <=3D> $b} keys=20 > %{$oids->{$pri}{'val'}}) { >=20 > my $row_data =3D $line; > + my $leafrrd =3D ''; >=20 > # Do some alarm logic > my $pri_val =3D $oids->{$pri}{'val'}{$leaf}; >=20 > and added the leafrrd line myself. As for why it didn't work, I'm not > even going to guess. >=20 > Thanks >=20 > Dan >=20 > On 3/10/06, Dan Vande More <bi...@gm...> wrote: > > Sorry for being a noob, but I'm getting this with that patch: > > > > ~$ patch -p 0 < patch-nonhtmltables_rrddump > > patching file modules/dm_tests.pm > > patch: **** malformed patch at line 68: @@ -1526,6 +1543,7 @@ > > > > Here are lines 67, 68 and 69: > > > > my $pri_val =3D $oids->{$pri}{'val'}{$leaf}; > > @@ -1526,6 +1543,7 @@ > > if($oid eq $pri and $alarm) { > > > > > > Thanks > > > > Dan > > > > > > On 3/10/06, Dan Vande More <bi...@gm...> wrote: > > > Well I was thinking, for example, of doing something like=20 > this in the > > > message file for if_load: > > > > > > --- > > > Interface error rates: > > > TABLE: > > > Ifc name|Ifc Speed|Rate in (load %)|Rate out (load %) > > > {ifName}{ifAliasBox}|{ifSpeed}|{ifInLoad.color}{ifInSpeed} > > > ({ifInLoad}%){ifInLoad.errors}|{ifOutLoad.color}{ifOutSpeed} > > > ({ifOutLoad}%){ifOutLoad.errors} > > > > > > NONHTMLTABLE: > > > ifInLoad : {ifInLoad} > > > ifOutLoad: {ifOutLoad} > > > --- > > > > > > So there wouldn't be any column separators per se, unless=20 > I put them > > > in. Of course, depending on how many tests you're performing, your > > > message file would get pretty big. But I think this solves two > > > problems - NCV support & Non-HTML email support. People=20 > who don't want > > > HTML in their email for tests can simply change their=20 > "message" file > > > from TABLE to NONHTMLTABLE. > > > > > > For NCV we just need to make sure there's nothing else on=20 > the lines > > > containing "foo : bar", as then hobbit won't detect it as a line > > > that's candidate for having NCV data. I suppose too that you could > > > throw some <!--/--> stuff when the NONHTMLTABLE begins=20 > and end so the > > > data on the webpage isn't bloated and redundant. > > > > > > Does that make sense? > > > > > > Dan > > > > > > > > > On 3/10/06, Schwimmer, Eric E *HS=20 > <EE...@hs...> wrote: > > > > > > > > How do you want the columns separated? Whitespace? Commas? > > > > > > > > -Eric > > > > > > > > > -----Original Message----- > > > > > From: dev...@li... > > > > > [mailto:dev...@li...] On Behalf > > > > > Of Dan Vande More > > > > > Sent: Friday, March 10, 2006 2:14 PM > > > > > To: dev...@li... > > > > > Subject: Re: [Devmon] CVS commits? > > > > > > > > > > Oh, wow, figured the same thing (SF said no update=20 > this month). Glad > > > > > to hear that's not the case. > > > > > > > > > > Eric, you're understandably busy, but have you got a chance to > > > > > consider any NONHTMLTABLE (Or similiar) options that=20 > might allow me to > > > > > come up with a way to push NCV data? > > > > > > > > > > If the lines weren't surrounded with HTML, hobbit=20 > could see output as > > > > > NCV format and graph without you doing anything=20 > custom (Like a hobbit > > > > > patch for each datatype, etc). > > > > > > > > > > Thanks > > > > > > > > > > Dan > > > > > > > > > > On 3/10/06, Schwimmer, Eric E *HS > > > > > <EE...@hs...> wrote: > > > > > > > > > > > > Sourceforge lies! All lies! The latest and greatest code > > > > > is up there, > > > > > > with the exception of the patches I have sent out today. > > > > > > > > > > > > Hrm, external CVS would probably be a good idea. I'll see > > > > > about setting > > > > > > it up. > > > > > > > > > > > > -Eric > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: dev...@li... > > > > > > >=20 > [mailto:dev...@li...] On Behalf > > > > > > > Of Bill Finizia > > > > > > > Sent: Friday, March 10, 2006 1:02 PM > > > > > > > To: dev...@li... > > > > > > > Subject: [Devmon] CVS commits? > > > > > > > > > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > > > > Hash: SHA1 > > > > > > > > > > > > > > Hi > > > > > > > > > > > > > > Are any of these new templates and code updates=20 > going to be > > > > > > > stored in > > > > > > > a central location? I checked on SF and nothing seems to > > > > > have been > > > > > > > added this month. > > > > > > > > > > > > > > Bill Finizia > > > > > > > > > > > > > > -----BEGIN PGP SIGNATURE----- > > > > > > > Version: GnuPG v1.4.1 (Darwin) > > > > > > > > > > > > > >=20 > iD8DBQFEEb8s/Ol32NgyEZgRAgSpAKCQVkKtmHjS745LgYwEv64M81jmUQCdFkMX > > > > > > > MgUy501i0l4Iu5ixKPS3dO0=3D > > > > > > > =3DHAgk > > > > > > > -----END PGP SIGNATURE----- > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > This SF.Net email is sponsored by xPML, a groundbreaking > > > > > > > scripting language > > > > > > > that extends applications into web and mobile=20 > media. Attend > > > > > > > the live webcast > > > > > > > and join the prime developer group breaking into this new > > > > > > > coding territory! > > > > > > >=20 > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720& > > > > > > dat=3D121642 > > > > > > > _______________________________________________ > > > > > > > Devmon-support mailing list > > > > > > > Dev...@li... > > > > > > >=20 > 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! > > > > > >=20 > 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! > > > > >=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 > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by xPML, a=20 > groundbreaking scripting language > > > > that extends applications into web and mobile media.=20 > Attend the live webcast > > > > and join the prime developer group breaking into this=20 > new coding territory! > > > >=20 > 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 > > > > > > > > > >=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: Dan V. M. <bi...@gm...> - 2006-03-10 21:00:53
|
I got it to patch successfully by removing this hunk from the patch: @@ -1476,14 +1492,15 @@ T_LEAF: for my $leaf (sort {$a <=3D> $b} keys %{$oids->{$pri}{'val= '}}) { my $row_data =3D $line; + my $leafrrd =3D ''; # Do some alarm logic my $pri_val =3D $oids->{$pri}{'val'}{$leaf}; and added the leafrrd line myself. As for why it didn't work, I'm not even going to guess. Thanks Dan On 3/10/06, Dan Vande More <bi...@gm...> wrote: > Sorry for being a noob, but I'm getting this with that patch: > > ~$ patch -p 0 < patch-nonhtmltables_rrddump > patching file modules/dm_tests.pm > patch: **** malformed patch at line 68: @@ -1526,6 +1543,7 @@ > > Here are lines 67, 68 and 69: > > my $pri_val =3D $oids->{$pri}{'val'}{$leaf}; > @@ -1526,6 +1543,7 @@ > if($oid eq $pri and $alarm) { > > > Thanks > > Dan > > > On 3/10/06, Dan Vande More <bi...@gm...> wrote: > > Well I was thinking, for example, of doing something like this in the > > message file for if_load: > > > > --- > > Interface error rates: > > TABLE: > > Ifc name|Ifc Speed|Rate in (load %)|Rate out (load %) > > {ifName}{ifAliasBox}|{ifSpeed}|{ifInLoad.color}{ifInSpeed} > > ({ifInLoad}%){ifInLoad.errors}|{ifOutLoad.color}{ifOutSpeed} > > ({ifOutLoad}%){ifOutLoad.errors} > > > > NONHTMLTABLE: > > ifInLoad : {ifInLoad} > > ifOutLoad: {ifOutLoad} > > --- > > > > So there wouldn't be any column separators per se, unless I put them > > in. Of course, depending on how many tests you're performing, your > > message file would get pretty big. But I think this solves two > > problems - NCV support & Non-HTML email support. People who don't want > > HTML in their email for tests can simply change their "message" file > > from TABLE to NONHTMLTABLE. > > > > For NCV we just need to make sure there's nothing else on the lines > > containing "foo : bar", as then hobbit won't detect it as a line > > that's candidate for having NCV data. I suppose too that you could > > throw some <!--/--> stuff when the NONHTMLTABLE begins and end so the > > data on the webpage isn't bloated and redundant. > > > > Does that make sense? > > > > Dan > > > > > > On 3/10/06, Schwimmer, Eric E *HS <EE...@hs...> wrot= e: > > > > > > How do you want the columns separated? Whitespace? Commas? > > > > > > -Eric > > > > > > > -----Original Message----- > > > > From: dev...@li... > > > > [mailto:dev...@li...] On Behalf > > > > Of Dan Vande More > > > > Sent: Friday, March 10, 2006 2:14 PM > > > > To: dev...@li... > > > > Subject: Re: [Devmon] CVS commits? > > > > > > > > Oh, wow, figured the same thing (SF said no update this month). Gla= d > > > > to hear that's not the case. > > > > > > > > Eric, you're understandably busy, but have you got a chance to > > > > consider any NONHTMLTABLE (Or similiar) options that might allow me= to > > > > come up with a way to push NCV data? > > > > > > > > If the lines weren't surrounded with HTML, hobbit could see output = as > > > > NCV format and graph without you doing anything custom (Like a hobb= it > > > > patch for each datatype, etc). > > > > > > > > Thanks > > > > > > > > Dan > > > > > > > > On 3/10/06, Schwimmer, Eric E *HS > > > > <EE...@hs...> wrote: > > > > > > > > > > Sourceforge lies! All lies! The latest and greatest code > > > > is up there, > > > > > with the exception of the patches I have sent out today. > > > > > > > > > > Hrm, external CVS would probably be a good idea. I'll see > > > > about setting > > > > > it up. > > > > > > > > > > -Eric > > > > > > > > > > > -----Original Message----- > > > > > > From: dev...@li... > > > > > > [mailto:dev...@li...] On Behalf > > > > > > Of Bill Finizia > > > > > > Sent: Friday, March 10, 2006 1:02 PM > > > > > > To: dev...@li... > > > > > > Subject: [Devmon] CVS commits? > > > > > > > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > > > Hash: SHA1 > > > > > > > > > > > > Hi > > > > > > > > > > > > Are any of these new templates and code updates going to be > > > > > > stored in > > > > > > a central location? I checked on SF and nothing seems to > > > > have been > > > > > > added this month. > > > > > > > > > > > > Bill Finizia > > > > > > > > > > > > -----BEGIN PGP SIGNATURE----- > > > > > > Version: GnuPG v1.4.1 (Darwin) > > > > > > > > > > > > iD8DBQFEEb8s/Ol32NgyEZgRAgSpAKCQVkKtmHjS745LgYwEv64M81jmUQCdFkM= X > > > > > > MgUy501i0l4Iu5ixKPS3dO0=3D > > > > > > =3DHAgk > > > > > > -----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=3D24= 1720& > > > > > 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 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=12= 1642 > > > > > _______________________________________________ > > > > > 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=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 la= nguage > > > that extends applications into web and mobile media. Attend the live = webcast > > > and join the prime developer group breaking into this new coding terr= itory! > > > 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 > > > > > > |
From: Dan V. M. <bi...@gm...> - 2006-03-10 20:37:48
|
Sorry for being a noob, but I'm getting this with that patch: ~$ patch -p 0 < patch-nonhtmltables_rrddump patching file modules/dm_tests.pm patch: **** malformed patch at line 68: @@ -1526,6 +1543,7 @@ Here are lines 67, 68 and 69: my $pri_val =3D $oids->{$pri}{'val'}{$leaf}; @@ -1526,6 +1543,7 @@ if($oid eq $pri and $alarm) { Thanks Dan On 3/10/06, Dan Vande More <bi...@gm...> wrote: > Well I was thinking, for example, of doing something like this in the > message file for if_load: > > --- > Interface error rates: > TABLE: > Ifc name|Ifc Speed|Rate in (load %)|Rate out (load %) > {ifName}{ifAliasBox}|{ifSpeed}|{ifInLoad.color}{ifInSpeed} > ({ifInLoad}%){ifInLoad.errors}|{ifOutLoad.color}{ifOutSpeed} > ({ifOutLoad}%){ifOutLoad.errors} > > NONHTMLTABLE: > ifInLoad : {ifInLoad} > ifOutLoad: {ifOutLoad} > --- > > So there wouldn't be any column separators per se, unless I put them > in. Of course, depending on how many tests you're performing, your > message file would get pretty big. But I think this solves two > problems - NCV support & Non-HTML email support. People who don't want > HTML in their email for tests can simply change their "message" file > from TABLE to NONHTMLTABLE. > > For NCV we just need to make sure there's nothing else on the lines > containing "foo : bar", as then hobbit won't detect it as a line > that's candidate for having NCV data. I suppose too that you could > throw some <!--/--> stuff when the NONHTMLTABLE begins and end so the > data on the webpage isn't bloated and redundant. > > Does that make sense? > > Dan > > > On 3/10/06, Schwimmer, Eric E *HS <EE...@hs...> wrote: > > > > How do you want the columns separated? Whitespace? Commas? > > > > -Eric > > > > > -----Original Message----- > > > From: dev...@li... > > > [mailto:dev...@li...] On Behalf > > > Of Dan Vande More > > > Sent: Friday, March 10, 2006 2:14 PM > > > To: dev...@li... > > > Subject: Re: [Devmon] CVS commits? > > > > > > Oh, wow, figured the same thing (SF said no update this month). Glad > > > to hear that's not the case. > > > > > > Eric, you're understandably busy, but have you got a chance to > > > consider any NONHTMLTABLE (Or similiar) options that might allow me t= o > > > come up with a way to push NCV data? > > > > > > If the lines weren't surrounded with HTML, hobbit could see output as > > > NCV format and graph without you doing anything custom (Like a hobbit > > > patch for each datatype, etc). > > > > > > Thanks > > > > > > Dan > > > > > > On 3/10/06, Schwimmer, Eric E *HS > > > <EE...@hs...> wrote: > > > > > > > > Sourceforge lies! All lies! The latest and greatest code > > > is up there, > > > > with the exception of the patches I have sent out today. > > > > > > > > Hrm, external CVS would probably be a good idea. I'll see > > > about setting > > > > it up. > > > > > > > > -Eric > > > > > > > > > -----Original Message----- > > > > > From: dev...@li... > > > > > [mailto:dev...@li...] On Behalf > > > > > Of Bill Finizia > > > > > Sent: Friday, March 10, 2006 1:02 PM > > > > > To: dev...@li... > > > > > Subject: [Devmon] CVS commits? > > > > > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > > Hash: SHA1 > > > > > > > > > > Hi > > > > > > > > > > Are any of these new templates and code updates going to be > > > > > stored in > > > > > a central location? I checked on SF and nothing seems to > > > have been > > > > > added this month. > > > > > > > > > > Bill Finizia > > > > > > > > > > -----BEGIN PGP SIGNATURE----- > > > > > Version: GnuPG v1.4.1 (Darwin) > > > > > > > > > > iD8DBQFEEb8s/Ol32NgyEZgRAgSpAKCQVkKtmHjS745LgYwEv64M81jmUQCdFkMX > > > > > MgUy501i0l4Iu5ixKPS3dO0=3D > > > > > =3DHAgk > > > > > -----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=3D2417= 20& > > > > 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 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=1216= 42 > > > > _______________________________________________ > > > > 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 lang= uage > > that extends applications into web and mobile media. Attend the live we= bcast > > and join the prime developer group breaking into this new coding territ= ory! > > 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 > > > |
From: Dan V. M. <bi...@gm...> - 2006-03-10 19:53:53
|
Well I was thinking, for example, of doing something like this in the message file for if_load: --- Interface error rates: TABLE: Ifc name|Ifc Speed|Rate in (load %)|Rate out (load %) {ifName}{ifAliasBox}|{ifSpeed}|{ifInLoad.color}{ifInSpeed} ({ifInLoad}%){ifInLoad.errors}|{ifOutLoad.color}{ifOutSpeed} ({ifOutLoad}%){ifOutLoad.errors} NONHTMLTABLE: ifInLoad : {ifInLoad} ifOutLoad: {ifOutLoad} --- So there wouldn't be any column separators per se, unless I put them in. Of course, depending on how many tests you're performing, your message file would get pretty big. But I think this solves two problems - NCV support & Non-HTML email support. People who don't want HTML in their email for tests can simply change their "message" file from TABLE to NONHTMLTABLE. For NCV we just need to make sure there's nothing else on the lines containing "foo : bar", as then hobbit won't detect it as a line that's candidate for having NCV data. I suppose too that you could throw some <!--/--> stuff when the NONHTMLTABLE begins and end so the data on the webpage isn't bloated and redundant. Does that make sense? Dan On 3/10/06, Schwimmer, Eric E *HS <EE...@hs...> wrote: > > How do you want the columns separated? Whitespace? Commas? > > -Eric > > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On Behalf > > Of Dan Vande More > > Sent: Friday, March 10, 2006 2:14 PM > > To: dev...@li... > > Subject: Re: [Devmon] CVS commits? > > > > Oh, wow, figured the same thing (SF said no update this month). Glad > > to hear that's not the case. > > > > Eric, you're understandably busy, but have you got a chance to > > consider any NONHTMLTABLE (Or similiar) options that might allow me to > > come up with a way to push NCV data? > > > > If the lines weren't surrounded with HTML, hobbit could see output as > > NCV format and graph without you doing anything custom (Like a hobbit > > patch for each datatype, etc). > > > > Thanks > > > > Dan > > > > On 3/10/06, Schwimmer, Eric E *HS > > <EE...@hs...> wrote: > > > > > > Sourceforge lies! All lies! The latest and greatest code > > is up there, > > > with the exception of the patches I have sent out today. > > > > > > Hrm, external CVS would probably be a good idea. I'll see > > about setting > > > it up. > > > > > > -Eric > > > > > > > -----Original Message----- > > > > From: dev...@li... > > > > [mailto:dev...@li...] On Behalf > > > > Of Bill Finizia > > > > Sent: Friday, March 10, 2006 1:02 PM > > > > To: dev...@li... > > > > Subject: [Devmon] CVS commits? > > > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > Hash: SHA1 > > > > > > > > Hi > > > > > > > > Are any of these new templates and code updates going to be > > > > stored in > > > > a central location? I checked on SF and nothing seems to > > have been > > > > added this month. > > > > > > > > Bill Finizia > > > > > > > > -----BEGIN PGP SIGNATURE----- > > > > Version: GnuPG v1.4.1 (Darwin) > > > > > > > > iD8DBQFEEb8s/Ol32NgyEZgRAgSpAKCQVkKtmHjS745LgYwEv64M81jmUQCdFkMX > > > > MgUy501i0l4Iu5ixKPS3dO0=3D > > > > =3DHAgk > > > > -----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 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 > |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-10 19:50:09
|
After looking at the hobbitd_rrd man page and reading a bit more about NCV data collection, it seems like a colon would be the appropriate delimiter (as an equals sign looks weird if you werent neccesarilly intending to use the nonhtml table for non NCV purposes). So a colon it is! Try the attached patch; it also has some rrd dumping stuff in there, although it isnt documented yet. I'm starting to have a hard time keeping track of what is patched to what (that's what cvs is for, I guess). I might have to release a newer version soon. -Eric Schwimmer Network Engineer UVA HSCS Network Engineering =20 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Schwimmer, Eric E *HS > Sent: Friday, March 10, 2006 2:25 PM > To: dev...@li... > Subject: RE: [Devmon] CVS commits? >=20 >=20 > How do you want the columns separated? Whitespace? Commas? >=20 > -Eric >=20 > > -----Original Message----- > > From: dev...@li...=20 > > [mailto:dev...@li...] On Behalf=20 > > Of Dan Vande More > > Sent: Friday, March 10, 2006 2:14 PM > > To: dev...@li... > > Subject: Re: [Devmon] CVS commits? > >=20 > > Oh, wow, figured the same thing (SF said no update this month). Glad > > to hear that's not the case. > >=20 > > Eric, you're understandably busy, but have you got a chance to > > consider any NONHTMLTABLE (Or similiar) options that might=20 > allow me to > > come up with a way to push NCV data? > >=20 > > If the lines weren't surrounded with HTML, hobbit could see=20 > output as > > NCV format and graph without you doing anything custom=20 > (Like a hobbit > > patch for each datatype, etc). > >=20 > > Thanks > >=20 > > Dan > >=20 > > On 3/10/06, Schwimmer, Eric E *HS=20 > > <EE...@hs...> wrote: > > > > > > Sourceforge lies! All lies! The latest and greatest code=20 > > is up there, > > > with the exception of the patches I have sent out today. > > > > > > Hrm, external CVS would probably be a good idea. I'll see=20 > > about setting > > > it up. > > > > > > -Eric > > > > > > > -----Original Message----- > > > > From: dev...@li... > > > > [mailto:dev...@li...] On Behalf > > > > Of Bill Finizia > > > > Sent: Friday, March 10, 2006 1:02 PM > > > > To: dev...@li... > > > > Subject: [Devmon] CVS commits? > > > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > Hash: SHA1 > > > > > > > > Hi > > > > > > > > Are any of these new templates and code updates going to be > > > > stored in > > > > a central location? I checked on SF and nothing seems to=20 > > have been > > > > added this month. > > > > > > > > Bill Finizia > > > > > > > > -----BEGIN PGP SIGNATURE----- > > > > Version: GnuPG v1.4.1 (Darwin) > > > > > > > > iD8DBQFEEb8s/Ol32NgyEZgRAgSpAKCQVkKtmHjS745LgYwEv64M81jmUQCdFkMX > > > > MgUy501i0l4Iu5ixKPS3dO0=3D > > > > =3DHAgk > > > > -----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=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?cmdlnk&kid=110944&bid$1720&dat=121642 > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > >=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: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-10 19:24:48
|
How do you want the columns separated? Whitespace? Commas? -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Dan Vande More > Sent: Friday, March 10, 2006 2:14 PM > To: dev...@li... > Subject: Re: [Devmon] CVS commits? >=20 > Oh, wow, figured the same thing (SF said no update this month). Glad > to hear that's not the case. >=20 > Eric, you're understandably busy, but have you got a chance to > consider any NONHTMLTABLE (Or similiar) options that might allow me to > come up with a way to push NCV data? >=20 > If the lines weren't surrounded with HTML, hobbit could see output as > NCV format and graph without you doing anything custom (Like a hobbit > patch for each datatype, etc). >=20 > Thanks >=20 > Dan >=20 > On 3/10/06, Schwimmer, Eric E *HS=20 > <EE...@hs...> wrote: > > > > Sourceforge lies! All lies! The latest and greatest code=20 > is up there, > > with the exception of the patches I have sent out today. > > > > Hrm, external CVS would probably be a good idea. I'll see=20 > about setting > > it up. > > > > -Eric > > > > > -----Original Message----- > > > From: dev...@li... > > > [mailto:dev...@li...] On Behalf > > > Of Bill Finizia > > > Sent: Friday, March 10, 2006 1:02 PM > > > To: dev...@li... > > > Subject: [Devmon] CVS commits? > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > > > > > Hi > > > > > > Are any of these new templates and code updates going to be > > > stored in > > > a central location? I checked on SF and nothing seems to=20 > have been > > > added this month. > > > > > > Bill Finizia > > > > > > -----BEGIN PGP SIGNATURE----- > > > Version: GnuPG v1.4.1 (Darwin) > > > > > > iD8DBQFEEb8s/Ol32NgyEZgRAgSpAKCQVkKtmHjS745LgYwEv64M81jmUQCdFkMX > > > MgUy501i0l4Iu5ixKPS3dO0=3D > > > =3DHAgk > > > -----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=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?cmdlnk&kid=110944&bid$1720&dat=121642 > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > >=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: Dan V. M. <bi...@gm...> - 2006-03-10 19:13:39
|
Oh, wow, figured the same thing (SF said no update this month). Glad to hear that's not the case. Eric, you're understandably busy, but have you got a chance to consider any NONHTMLTABLE (Or similiar) options that might allow me to come up with a way to push NCV data? If the lines weren't surrounded with HTML, hobbit could see output as NCV format and graph without you doing anything custom (Like a hobbit patch for each datatype, etc). Thanks Dan On 3/10/06, Schwimmer, Eric E *HS <EE...@hs...> wrote: > > Sourceforge lies! All lies! The latest and greatest code is up there, > with the exception of the patches I have sent out today. > > Hrm, external CVS would probably be a good idea. I'll see about setting > it up. > > -Eric > > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...] On Behalf > > Of Bill Finizia > > Sent: Friday, March 10, 2006 1:02 PM > > To: dev...@li... > > Subject: [Devmon] CVS commits? > > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Hi > > > > Are any of these new templates and code updates going to be > > stored in > > a central location? I checked on SF and nothing seems to have been > > added this month. > > > > Bill Finizia > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.1 (Darwin) > > > > iD8DBQFEEb8s/Ol32NgyEZgRAgSpAKCQVkKtmHjS745LgYwEv64M81jmUQCdFkMX > > MgUy501i0l4Iu5ixKPS3dO0=3D > > =3DHAgk > > -----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 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 > |
From: Schwimmer, E. E *H. <EE...@hs...> - 2006-03-10 19:08:48
|
Sourceforge lies! All lies! The latest and greatest code is up there, with the exception of the patches I have sent out today. =20 Hrm, external CVS would probably be a good idea. I'll see about setting it up. =20 -Eric > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On Behalf=20 > Of Bill Finizia > Sent: Friday, March 10, 2006 1:02 PM > To: dev...@li... > Subject: [Devmon] CVS commits? >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Hi >=20 > Are any of these new templates and code updates going to be=20 > stored in =20 > a central location? I checked on SF and nothing seems to have been =20 > added this month. >=20 > Bill Finizia >=20 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.1 (Darwin) >=20 > iD8DBQFEEb8s/Ol32NgyEZgRAgSpAKCQVkKtmHjS745LgYwEv64M81jmUQCdFkMX > MgUy501i0l4Iu5ixKPS3dO0=3D > =3DHAgk > -----END PGP SIGNATURE----- >=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: Bill F. <wfi...@cc...> - 2006-03-10 18:02:30
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Are any of these new templates and code updates going to be stored in a central location? I checked on SF and nothing seems to have been added this month. Bill Finizia -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFEEb8s/Ol32NgyEZgRAgSpAKCQVkKtmHjS745LgYwEv64M81jmUQCdFkMX MgUy501i0l4Iu5ixKPS3dO0= =HAgk -----END PGP SIGNATURE----- |
From: Whilding, C. <Cra...@me...> - 2006-03-10 16:03:22
|
Theres a similar thing that can happen with quotas on the netapp where they can be set to -1 which is unlimited size... Have to add to that too as the toner level isn't a percent until its /{tonermaxvalue}* 100. Toner max value can also be -1 -* too... Sorry for being a pain though I think quite a few of at least my tests might work out like this. Ill patch my implementations now. Thanks, Craig -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Schwimmer, Eric E *HS Sent: 10 March 2006 15:54 To: dev...@li... Subject: RE: [Devmon] Printer toner monitoring/dhcp monitoring 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 |