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: Stewart, T. L. <Tom...@la...> - 2007-10-16 13:56:22
|
I have devmon sending rrd data to Hobbit and I am getting the rrd graph within the if_load column, but it is not showing up in trends. =20 =20 So I know the graph config is good, if_load is in TEST2RRD and GRAPHS. The perl script extra-rrd.p is working great and properly creating the rrd files. =20 I have also tried adding "TRENDS:*,if_load" to the bb-hosts. =20 Has anyone else run into this. My searches only show issues with the [if_load] problems within hobbitgraph.cfg =20 Here is my setting =20 [if_load] FNPATTERN if_load(.*).rrd TITLE Network Traffic YAXIS Bits/second DEF:in@RRDIDX@=3D@RRDFN@:in:AVERAGE CDEF:inbytes@RRDIDX@=3Din@RRDIDX@,8,* DEF:out@RRDIDX@=3D@RRDFN@:out:AVERAGE CDEF:outbytes@RRDIDX@=3Dout@RRDIDX@,8,* CDEF:tot@RRDIDX@=3Doutbytes@RRDIDX@,inbytes@RRDIDX@,+ LINE2:tot@RRDIDX@#@COLOR@:@RRDPARAM@ Total In+Out GPRINT:tot@RRDIDX@:LAST:%8.2lf %s (cur) GPRINT:tot@RRDIDX@:MAX:%8.2lf %s (max) GPRINT:tot@RRDIDX@:MIN:%8.2lf %s (min) GPRINT:tot@RRDIDX@:AVERAGE:%8.2lf %s (avg)\n =20 It is a bit different as we wanted to combine the in and out on the graph. I also used the original, but that didn't work either. =20 Again the graph shows perfectly within the if_load column, but not in trends. =20 Any light on the subject would be great. =20 Thank you, Tom |
From: Buchan M. <bg...@st...> - 2007-10-16 10:26:41
|
On Thursday 11 October 2007 23:30:41 Buchan Milne wrote: > On Wednesday 10 October 2007 17:01:23 joh...@la... wrote: > > Hello guys, > > > > I'm aware that question could be out of the scope of the hobbit but I > > think many powerful guys here could help me anyway, so here am I ;) > > > > I'm running a couple of racked servers from Fujitsu-Siemens or HP > > company. I'm using Hobbit to monitor them without any problem but I > > noticed any error from the log when I unplugged one of the two power > > plug! The warn worked on Sun OS monitored. By any change, do you know > > any tips or packages could do the trick to noticed an error when a power > > plug in removed or one of the HD crash (we are using HW RAID) ? > > For HP ProLiant servers, you can use cim.pl from the deadcat archive. > However, I'm not that happy with it ... and I would like to complete devmon > templates for ProLiant. Note that cim.pl requires a working hpasm setup (as > will devmon templates). devmon 0.3.0-beta2's templates ship with one template for raid using hpasm. This template didn't quite work exactly for me, so I modified it a bit. Also, I got around to creating templates for fans, power and temperature. I have attached a tarball of these. The thresholds may not necessarily be correct (I haven't tested them all yet), but feedback is welcome. So far I have tested with DL380s and DL580s, I will try and test with DL360s, DL585s, and ML570s this week. Regards, Buchan |
From: Teresa K. <kr...@cs...> - 2007-10-12 18:38:27
|
I am running hobbit 4.2.0 with the all-in-one patch and devmon-0.3.0-beta2. I have a Sensatronics temperature sensor that I am grabbing the temperature from. I will show my configuration below only for two of the four probes but it is the same for the other two. Some of the configuration was added to see if that would make a difference (the transform for the temperature is not needed but I though perhaps the value was being interpreted as a string and that was why the threshold test was failing). I am always getting a green status. The threshold values are being correctly reported. I am also getting nice plots (Aside - I needed to rename the test from temperature to temp to get that working). One another note the RRD entry only has a integer value for the temperature were as we are measuring more accurately. This is not nearly as critical as being able to be alerted when the temperature gets to high. <!--DEVMON RRD: temp 0 0 DS:temp:GAUGE:600:0:U BA5290_Front 22 --> exceptions file is empty message file: TABLE:noalarmsmsg,rrd(DS:temp:STemp1:GAUGE) Location | Temperature | Yellow | Red | Status {SDescr1} | {STemp1.color}{STemp1} | {STemp1.thresh:yellow} | {STemp1.thresh:red}| {STemp1.errors}{STemp1.msg} TABLE: noalarmsmsg,rrd(DS:temp:STemp2:GAUGE) Location | Temperature | Yellow | Red | Status {SDescr2} | {STemp2.color}{STemp2} | {STemp2.thresh:yellow} | {STemp2.thresh:red} | {STemp2.errors}{STemp2.msg} oids file: SensDescr1 : .1.3.6.1.4.1.16174.1.1.1.3.1.1 : branch SensTemp1 : .1.3.6.1.4.1.16174.1.1.1.3.1.2 : branch SensData1 : .1.3.6.1.4.1.16174.1.1.1.3.1.3 : branch SwitchStatI1 : .1.3.6.1.4.1.16174.1.1.1.3.1.4 : branch SwitchStatC1 : .1.3.6.1.4.1.16174.1.1.1.3.1.5 : branch SensDescr2 : .1.3.6.1.4.1.16174.1.1.1.3.2.1 : branch SensTemp2 : .1.3.6.1.4.1.16174.1.1.1.3.2.2 : branch SensData2 : .1.3.6.1.4.1.16174.1.1.1.3.2.3 : branch SwitchStatI2 : .1.3.6.1.4.1.16174.1.1.1.3.2.4 : branch SwitchStatC2 : .1.3.6.1.4.1.16174.1.1.1.3.2.5 : branch thresholds file: STemp1 : red : >22 : Too High STemp1 : yellow : >21 : High STemp1 : green : '_AUTOMATCH_' : Normal STemp2 : red : >22 : Critical High STemp2 : yellow : >21 : Warning High transforms file: SDescr1 : REGSUB : {SensDescr1} /(\w+)\s+(\w+)/$1_$2/ SDescr2 : REGSUB : {SensDescr2} /(\w+)\s+(\w+)/$1_$2/ STemp1 : MATH : {SensTemp1} x 1 STemp2 : MATH : {SensTemp2} x 1 Output: Location Temperature Yellow Red Status BA5290_Front green 22.30 >21 >22 Undefined Location Temperature Yellow Red Status BA5290_Back green 22.00 >21 >22 Undefined Clearly the values are over the limits I have assigned and not green. Can someone please help as I have run out of ideas? Teresa Kroeker |
From: Stewart, T. L. <Tom...@la...> - 2007-10-09 20:39:14
|
Hello, I just installed Devmon and the templates (latest version?) to integrate with our Hobbit server and everything is working great except for the alarming. The update to Hobbit is working perfect and I am even getting the counters into rrd for graphing. This tool is very nice !!! Hopefully, someone has come across this before and knows what the answer is. Thank you, Tom Here are in the files. Under /templates/cisco-7206/if_load/ bash-3.00$ cat exceptions ifName : alarm : Se.+|Fa.+ ifName : ignore : Nu.+|Vl.+ bash-3.00$ cat message <b>Interface error rates:</b> Input load: yellow=3D{ifInLoad.thresh:yellow}%, red=3D{ifInLoad.thresh:red}% Output load: yellow=3D{ifOutLoad.thresh:yellow}%, red=3D{ifOutLoad.thresh:red}% TABLE:rrd(DS:ds0:ifInOctets:COUNTER; DS:ds1:ifOutOctets:COUNTER) 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} Note: I also tried using thresholds without the numeric > sign. bash-3.00$ cat thresholds ifInLoad : yellow : >50 : {ifName}{ifAliasBox} load is high ifInLoad : red : >75 : {ifName}{ifAliasBox} load is very high ifOutLoad : yellow : >50 : {ifName}{ifAliasBox} load is high ifOutLoad : red : >75 : {ifName}{ifAliasBox} load is very high |
From: Whilding, C. <Cra...@me...> - 2007-10-09 09:11:49
|
Thanks for the tip. I've now done this and the extra links have gone :). Thanks all for your help. Craig -----Original Message----- From: dev...@li... = [mailto:dev...@li...] On Behalf Of = Joshua Krause Sent: 05 October 2007 16:53 To: dev...@li... Subject: Re: [Devmon] Graphing if_load - all plots in one graph? I had to go in and edit the lines manually. Because they are a couple =20 of lines off of where they need to be. Open up the patch file and =20 open up the file to be patched. And then look at the lines that need =20 to be patched and modify the original. Josh On Oct 5, 2007, at 11:43 AM, Whilding, Craig wrote: > After Bert's post I checked hobbitcgi again and it was my mistake =20 > having multi-graphs in the file.. I now have separate graphs with =20 > lots of empty links at the bottom as I should. > > Thanks for fixing that link Kaya. When I try to patch the source =20 > however it's coming up with: > > [root@gba-bb lib]# patch -p0 < htmllog.path > patching file htmllog.c > Hunk #1 FAILED at 318. > Hunk #2 FAILED at 333. > Hunk #3 FAILED at 349. > Hunk #4 FAILED at 362. > 4 out of 4 hunks FAILED -- saving rejects to file htmllog.c.rej > > Anyone care to tell me what I'm doing wrong now? > > Thanks, > Craig > > > > -----Original Message----- > From: dev...@li... = [mailto:dev...@li...=20 > ] On Behalf Of xbgmsharp > Sent: 05 October 2007 12:12 > To: dev...@li... > Subject: Re: [Devmon] Graphing if_load - all plots in one graph? > > Ok i fix the link for the path on the howto: > > http://me.kaya.fr/howto_devmon_hobbit.txt > > Regards, > KaYa > > > "Klomp, H." <kl...@nl...> a =E9crit : > >> Because I'm still testing / setting up hobbit and don't know what I >> would like to use for monitoring the cisco switches >> I didn't apply the patch. (should I use mrtg, devmon or =20 >> hobbit_snmp_collect ) >> This only means that I have a lot of empty links at the bottom of =20 >> the page. >> But I do have one graph per interface. From the top of my head, this >> happend when I installed the extra-script file and >> modified the rule >> >> CGI_SVC_OPTS=3D"--env=3D/home/hobbit/server/etc/hobbitserver.cfg >> --no-svcid --history=3Dtop --multigraphs=3Dif_load" >> >> in the hobbitcgi.cfg file. >> >> Hope this will help you. >> >> Bert Klomp >> >> >> >> _____ >> >> From: dev...@li... >> [mailto:dev...@li...] On >> Behalf Of Whilding, Craig >> Sent: vrijdag 5 oktober 2007 11:16 >> To: dev...@li... >> Subject: Re: [Devmon] Graphing if_load - all plots in one graph? >> >> >> >> I've followed his guide but I'm getting file not found when trying >> to access the patch for htmllog.c. This is >> the only bit I am missing. >> >> >> >> Thanks, >> >> Craig >> >> >> >> >> _____ >> >> >> From: dev...@li... >> [mailto:dev...@li...] On >> Behalf Of Klomp, H. >> Sent: 05 October 2007 09:51 >> To: dev...@li... >> Subject: Re: [Devmon] Graphing if_load - all plots in one graph? >> >> >> >> Hi Craig, >> >> >> >> Are you also using the extra script as documented bij xbgmsharp >> earlier in this mailing list ? >> >> This one helped me getting it all in multiple graphs. >> >> >> >> Regards, >> >> >> >> Bert Klomp >> >> >> >> >> >> >> _____ >> >> >> From: dev...@li... >> [mailto:dev...@li...] >> On Behalf Of Whilding, Craig >> Sent: donderdag 4 oktober 2007 10:21 >> To: dev...@li... >> Subject: [Devmon] Graphing if_load - all plots in one graph? >> >> I've managed to generate rrd's for my graphs now after a curious >> problem with the original perl script I >> tried. These are graphing on the if_load page but are all appearing >> on one graph. They are also not appearing on the >> trends page. I have not been able to find a copy of the htmllog.c >> patch, could this be why it isn't working? >> >> >> >> If_load::1 has been added into GRAPHS in hobbitserver. >> >> >> >> Thanks in advance, >> >> >> >> Craig Whilding >> >> Mentor Graphics >> > > --=20 > Thanks for using xbgm# > http://xbgm.sourceforge.net/ > Please feedback. > > = -------------------------------------------------------------------------= > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a =20 > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > = -------------------------------------------------------------------------= > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a =20 > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support -------------------------------------------------------------------------= This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Joshua K. <jos...@tr...> - 2007-10-05 15:53:18
|
I had to go in and edit the lines manually. Because they are a couple =20= of lines off of where they need to be. Open up the patch file and =20 open up the file to be patched. And then look at the lines that need =20= to be patched and modify the original. Josh On Oct 5, 2007, at 11:43 AM, Whilding, Craig wrote: > After Bert's post I checked hobbitcgi again and it was my mistake =20 > having multi-graphs in the file.. I now have separate graphs with =20 > lots of empty links at the bottom as I should. > > Thanks for fixing that link Kaya. When I try to patch the source =20 > however it's coming up with: > > [root@gba-bb lib]# patch -p0 < htmllog.path > patching file htmllog.c > Hunk #1 FAILED at 318. > Hunk #2 FAILED at 333. > Hunk #3 FAILED at 349. > Hunk #4 FAILED at 362. > 4 out of 4 hunks FAILED -- saving rejects to file htmllog.c.rej > > Anyone care to tell me what I'm doing wrong now? > > Thanks, > Craig > > > > -----Original Message----- > From: dev...@li... = [mailto:dev...@li...=20 > ] On Behalf Of xbgmsharp > Sent: 05 October 2007 12:12 > To: dev...@li... > Subject: Re: [Devmon] Graphing if_load - all plots in one graph? > > Ok i fix the link for the path on the howto: > > http://me.kaya.fr/howto_devmon_hobbit.txt > > Regards, > KaYa > > > "Klomp, H." <kl...@nl...> a =E9crit : > >> Because I'm still testing / setting up hobbit and don't know what I >> would like to use for monitoring the cisco switches >> I didn't apply the patch. (should I use mrtg, devmon or =20 >> hobbit_snmp_collect ) >> This only means that I have a lot of empty links at the bottom of =20 >> the page. >> But I do have one graph per interface. =46rom the top of my head, = this >> happend when I installed the extra-script file and >> modified the rule >> >> CGI_SVC_OPTS=3D"--env=3D/home/hobbit/server/etc/hobbitserver.cfg >> --no-svcid --history=3Dtop --multigraphs=3Dif_load" >> >> in the hobbitcgi.cfg file. >> >> Hope this will help you. >> >> Bert Klomp >> >> >> >> _____ >> >> From: dev...@li... >> [mailto:dev...@li...] On >> Behalf Of Whilding, Craig >> Sent: vrijdag 5 oktober 2007 11:16 >> To: dev...@li... >> Subject: Re: [Devmon] Graphing if_load - all plots in one graph? >> >> >> >> I've followed his guide but I'm getting file not found when = trying >> to access the patch for htmllog.c. This is >> the only bit I am missing. >> >> >> >> Thanks, >> >> Craig >> >> >> >> >> _____ >> >> >> From: dev...@li... >> [mailto:dev...@li...] On >> Behalf Of Klomp, H. >> Sent: 05 October 2007 09:51 >> To: dev...@li... >> Subject: Re: [Devmon] Graphing if_load - all plots in one graph? >> >> >> >> Hi Craig, >> >> >> >> Are you also using the extra script as documented bij xbgmsharp >> earlier in this mailing list ? >> >> This one helped me getting it all in multiple graphs. >> >> >> >> Regards, >> >> >> >> Bert Klomp >> >> >> >> >> >> >> _____ >> >> >> From: dev...@li... >> [mailto:dev...@li...] >> On Behalf Of Whilding, Craig >> Sent: donderdag 4 oktober 2007 10:21 >> To: dev...@li... >> Subject: [Devmon] Graphing if_load - all plots in one = graph? >> >> I've managed to generate rrd's for my graphs now after a = curious >> problem with the original perl script I >> tried. These are graphing on the if_load page but are all appearing >> on one graph. They are also not appearing on the >> trends page. I have not been able to find a copy of the htmllog.c >> patch, could this be why it isn't working? >> >> >> >> If_load::1 has been added into GRAPHS in hobbitserver. >> >> >> >> Thanks in advance, >> >> >> >> Craig Whilding >> >> Mentor Graphics >> > > --=20 > Thanks for using xbgm# > http://xbgm.sourceforge.net/ > Please feedback. > > = ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a =20 > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > = ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a =20 > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Whilding, C. <Cra...@me...> - 2007-10-05 15:44:00
|
After Bert's post I checked hobbitcgi again and it was my mistake having = multi-graphs in the file.. I now have separate graphs with lots of empty = links at the bottom as I should. Thanks for fixing that link Kaya. When I try to patch the source however = it's coming up with: [root@gba-bb lib]# patch -p0 < htmllog.path patching file htmllog.c Hunk #1 FAILED at 318. Hunk #2 FAILED at 333. Hunk #3 FAILED at 349. Hunk #4 FAILED at 362. 4 out of 4 hunks FAILED -- saving rejects to file htmllog.c.rej Anyone care to tell me what I'm doing wrong now? Thanks, Craig -----Original Message----- From: dev...@li... = [mailto:dev...@li...] On Behalf Of = xbgmsharp Sent: 05 October 2007 12:12 To: dev...@li... Subject: Re: [Devmon] Graphing if_load - all plots in one graph? Ok i fix the link for the path on the howto: http://me.kaya.fr/howto_devmon_hobbit.txt Regards, KaYa "Klomp, H." <kl...@nl...> a =E9crit : > Because I'm still testing / setting up hobbit and don't know what I =20 > would like to use for monitoring the cisco switches > I didn't apply the patch. (should I use mrtg, devmon or = hobbit_snmp_collect ) > This only means that I have a lot of empty links at the bottom of the = page. > But I do have one graph per interface. From the top of my head, this =20 > happend when I installed the extra-script file and > modified the rule > > CGI_SVC_OPTS=3D"--env=3D/home/hobbit/server/etc/hobbitserver.cfg =20 > --no-svcid --history=3Dtop --multigraphs=3Dif_load" > > in the hobbitcgi.cfg file. > > Hope this will help you. > > Bert Klomp > > > > _____ > > From: dev...@li... =20 > [mailto:dev...@li...] On > Behalf Of Whilding, Craig > Sent: vrijdag 5 oktober 2007 11:16 > To: dev...@li... > Subject: Re: [Devmon] Graphing if_load - all plots in one graph? > > > > I've followed his guide but I'm getting file not found when trying =20 > to access the patch for htmllog.c. This is > the only bit I am missing. > > > > Thanks, > > Craig > > > > > _____ > > > From: dev...@li... =20 > [mailto:dev...@li...] On > Behalf Of Klomp, H. > Sent: 05 October 2007 09:51 > To: dev...@li... > Subject: Re: [Devmon] Graphing if_load - all plots in one graph? > > > > Hi Craig, > > > > Are you also using the extra script as documented bij xbgmsharp =20 > earlier in this mailing list ? > > This one helped me getting it all in multiple graphs. > > > > Regards, > > > > Bert Klomp > > > > > > > _____ > > > From: dev...@li... =20 > [mailto:dev...@li...] > On Behalf Of Whilding, Craig > Sent: donderdag 4 oktober 2007 10:21 > To: dev...@li... > Subject: [Devmon] Graphing if_load - all plots in one graph? > > I've managed to generate rrd's for my graphs now after a curious =20 > problem with the original perl script I > tried. These are graphing on the if_load page but are all appearing =20 > on one graph. They are also not appearing on the > trends page. I have not been able to find a copy of the htmllog.c =20 > patch, could this be why it isn't working? > > > > If_load::1 has been added into GRAPHS in hobbitserver. > > > > Thanks in advance, > > > > Craig Whilding > > Mentor Graphics > --=20 Thanks for using xbgm# http://xbgm.sourceforge.net/ Please feedback. -------------------------------------------------------------------------= This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: xbgmsharp <xbg...@gm...> - 2007-10-05 11:12:14
|
Ok i fix the link for the path on the howto: http://me.kaya.fr/howto_devmon_hobbit.txt Regards, KaYa "Klomp, H." <kl...@nl...> a =E9crit : > Because I'm still testing / setting up hobbit and don't know what I =20 > would like to use for monitoring the cisco switches > I didn't apply the patch. (should I use mrtg, devmon or hobbit_snmp_collec= t ) > This only means that I have a lot of empty links at the bottom of the page= . > But I do have one graph per interface. From the top of my head, this =20 > happend when I installed the extra-script file and > modified the rule > > CGI_SVC_OPTS=3D"--env=3D/home/hobbit/server/etc/hobbitserver.cfg =20 > --no-svcid --history=3Dtop --multigraphs=3Dif_load" > > in the hobbitcgi.cfg file. > > Hope this will help you. > > Bert Klomp > > > > _____ > > =09From: dev...@li... =20 > [mailto:dev...@li...] On > Behalf Of Whilding, Craig > =09Sent: vrijdag 5 oktober 2007 11:16 > =09To: dev...@li... > =09Subject: Re: [Devmon] Graphing if_load - all plots in one graph? > > > > =09I've followed his guide but I'm getting file not found when trying =20 > to access the patch for htmllog.c. This is > the only bit I am missing. > > > > =09Thanks, > > =09Craig > > > > > _____ > > > =09From: dev...@li... =20 > [mailto:dev...@li...] On > Behalf Of Klomp, H. > =09Sent: 05 October 2007 09:51 > =09To: dev...@li... > =09Subject: Re: [Devmon] Graphing if_load - all plots in one graph? > > > > =09Hi Craig, > > > > =09Are you also using the extra script as documented bij xbgmsharp =20 > earlier in this mailing list ? > > =09This one helped me getting it all in multiple graphs. > > > > =09Regards, > > > > =09Bert Klomp > > > > > > > _____ > > > =09=09From: dev...@li... =20 > [mailto:dev...@li...] > On Behalf Of Whilding, Craig > =09=09Sent: donderdag 4 oktober 2007 10:21 > =09=09To: dev...@li... > =09=09Subject: [Devmon] Graphing if_load - all plots in one graph? > > =09=09I've managed to generate rrd's for my graphs now after a curious = =20 > problem with the original perl script I > tried. These are graphing on the if_load page but are all appearing =20 > on one graph. They are also not appearing on the > trends page. I have not been able to find a copy of the htmllog.c =20 > patch, could this be why it isn't working? > > > > =09=09If_load::1 has been added into GRAPHS in hobbitserver. > > > > =09=09Thanks in advance, > > > > =09=09Craig Whilding > > =09=09Mentor Graphics > --=20 Thanks for using xbgm# http://xbgm.sourceforge.net/ Please feedback. |
From: Klomp, H. <kl...@nl...> - 2007-10-05 10:11:24
|
Because I'm still testing / setting up hobbit and don't know what I would= like to use for monitoring the cisco switches I didn't apply the patch. (should I use mrtg, devmon or hobbit_snmp_colle= ct )=20 This only means that I have a lot of empty links at the bottom of the pag= e.=20 But I do have one graph per interface. From the top of my head, this happ= end when I installed the extra-script file and modified the rule =20 CGI_SVC_OPTS=3D"--env=3D/home/hobbit/server/etc/hobbitserver.cfg --no-svc= id --history=3Dtop --multigraphs=3Dif_load" =20 in the hobbitcgi.cfg file. =20 Hope this will help you.=20 =20 Bert Klomp =20 _____ =20 From: dev...@li... [mailto:devmon-suppor= t-b...@li...] On Behalf Of Whilding, Craig Sent: vrijdag 5 oktober 2007 11:16 To: dev...@li... Subject: Re: [Devmon] Graphing if_load - all plots in one graph? =09 =09 I've followed his guide but I'm getting file not found when trying to ac= cess the patch for htmllog.c. This is the only bit I am missing. =20 Thanks, Craig =20 =09 _____ =20 From: dev...@li... [mailto:devmon-suppor= t-b...@li...] On Behalf Of Klomp, H. Sent: 05 October 2007 09:51 To: dev...@li... Subject: Re: [Devmon] Graphing if_load - all plots in one graph? =20 Hi Craig,=20 =20 Are you also using the extra script as documented bij xbgmsharp earlier = in this mailing list ?=20 This one helped me getting it all in multiple graphs.=20 =20 Regards,=20 =20 Bert Klomp =20 =20 =09 _____ =20 From: dev...@li... [mailto:devmon-suppo= rt-...@li...] On Behalf Of Whilding, Craig Sent: donderdag 4 oktober 2007 10:21 To: dev...@li... Subject: [Devmon] Graphing if_load - all plots in one graph? I've managed to generate rrd's for my graphs now after a curious proble= m with the original perl script I tried. These are graphing on the if_load page but are all appearing on on= e graph. They are also not appearing on the trends page. I have not been able to find a copy of the htmllog.c patch, = could this be why it isn't working?=20 =20 If_load::1 has been added into GRAPHS in hobbitserver. =20 Thanks in advance, =20 Craig Whilding Mentor Graphics |
From: Whilding, C. <Cra...@me...> - 2007-10-05 09:15:46
|
I've followed his guide but I'm getting file not found when trying to access the patch for htmllog.c. This is the only bit I am missing. =20 Thanks, Craig =20 ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Klomp, H. Sent: 05 October 2007 09:51 To: dev...@li... Subject: Re: [Devmon] Graphing if_load - all plots in one graph? =20 Hi Craig,=20 =20 Are you also using the extra script as documented bij xbgmsharp earlier in this mailing list ?=20 This one helped me getting it all in multiple graphs.=20 =20 Regards,=20 =20 Bert Klomp =20 =20 =09 ________________________________ From: dev...@li... [mailto:dev...@li...] On Behalf Of Whilding, Craig Sent: donderdag 4 oktober 2007 10:21 To: dev...@li... Subject: [Devmon] Graphing if_load - all plots in one graph? I've managed to generate rrd's for my graphs now after a curious problem with the original perl script I tried. These are graphing on the if_load page but are all appearing on one graph. They are also not appearing on the trends page. I have not been able to find a copy of the htmllog.c patch, could this be why it isn't working?=20 =20 If_load::1 has been added into GRAPHS in hobbitserver. =20 Thanks in advance, =20 Craig Whilding Mentor Graphics |
From: Klomp, H. <kl...@nl...> - 2007-10-05 08:51:40
|
Hi Craig,=20 =20 Are you also using the extra script as documented bij xbgmsharp earlier i= n this mailing list ?=20 This one helped me getting it all in multiple graphs.=20 =20 Regards,=20 =20 Bert Klomp =20 _____ =20 From: dev...@li... [mailto:devmon-suppor= t-b...@li...] On Behalf Of Whilding, Craig Sent: donderdag 4 oktober 2007 10:21 To: dev...@li... Subject: [Devmon] Graphing if_load - all plots in one graph? =09 =09 I've managed to generate rrd's for my graphs now after a curious problem= with the original perl script I tried. These are graphing on the if_load page but are all appearing on one graph= =2E They are also not appearing on the trends page. I have not been able to find a copy of the htmllog.c patch, could t= his be why it isn't working?=20 =20 If_load::1 has been added into GRAPHS in hobbitserver. =20 Thanks in advance, =20 Craig Whilding Mentor Graphics |
From: Whilding, C. <Cra...@me...> - 2007-10-04 08:20:58
|
I've managed to generate rrd's for my graphs now after a curious problem with the original perl script I tried. These are graphing on the if_load page but are all appearing on one graph. They are also not appearing on the trends page. I have not been able to find a copy of the htmllog.c patch, could this be why it isn't working?=20 =20 If_load::1 has been added into GRAPHS in hobbitserver. =20 Thanks in advance, =20 Craig Whilding Mentor Graphics |
From: Whilding, C. <Cra...@me...> - 2007-10-04 08:08:18
|
Download it from sourceforge and read the documentation included with it, it tells you all you need to know. If you have problems with something specific we can then help. Thanks, Craig -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of ans...@af... Sent: 04 October 2007 07:19 To: dev...@li... Subject: [Devmon] support needed. Hi all, I am a new user of hobbit and i needed to know how devmon works with snmp to query devices that rae to be monitored....there is really limited knowledge about it online...plse advice me on this. Thank you. Alyn ------------------------------------------------------------------------ - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: <ans...@af...> - 2007-10-04 06:20:19
|
Hi all, I am a new user of hobbit and i needed to know how devmon works with snmp to query devices that rae to be monitored....there is really limited knowledge about it online...plse advice me on this. Thank you. Alyn |
From: Meserole, K. W. <km...@ke...> - 2007-10-04 01:06:03
|
Hi, looking for templates for the Cisco 7200 series routers (7206) and 5505 / 5509 switches. I am using the default 7200 template with some tests failing over multiple 7206's and the 550x switches are not happy at all. Can anyone assist? The IOS descriptions are below. Cisco Internetwork Operating System Software=20 IOS (tm) 7200 Software (C7200-JS-M), Version 12.3(3), RELEASE SOFTWARE (fc2) Copyright (c) 1986-2003 by cisco Systems, Inc. =20 Cisco Systems WS-C5505 Cisco Catalyst Operating System Software, Version 5.5(15) Copyright (c) 1995-2002 by Cisco Systems |
From: Meserole, K. W. <km...@ke...> - 2007-10-04 00:21:58
|
Hi, looking for templates for the Cisco 7200 series routers (7206) and 5505 / 5509 switches. I am using the default 7200 template with some tests failing over multiple 7206's and the 550x switches are not happy at all. Can anyone assist? The IOS descriptions are below. Cisco Internetwork Operating System Software=20 IOS (tm) 7200 Software (C7200-JS-M), Version 12.3(3), RELEASE SOFTWARE (fc2) Copyright (c) 1986-2003 by cisco Systems, Inc. =20 Cisco Systems WS-C5505 Cisco Catalyst Operating System Software, Version 5.5(15) Copyright (c) 1995-2002 by Cisco Systems |
From: Joshua K. <jos...@tr...> - 2007-10-03 16:14:13
|
Was starting to create pix templates but didn't know if anyone already had some. Thanks Josh |
From: Joshua K. <jos...@tr...> - 2007-10-03 14:19:14
|
And i don't know if i said this before but this only happens on the "liebert-nfinity" vendor and model nothing else. On Oct 2, 2007, at 9:57 AM, Joshua Krause wrote: > [hobbit@gsonc-spg-ops-1 pdu]$ snmpwalk -v 2c -c public gsonc-arc- > ups-1 .1.3.6.1.4.1.476.1.42.3.6.2 > SNMPv2-SMI::enterprises.476.1.42.3.6.2.0 = INTEGER: 0 > > > On Oct 2, 2007, at 9:50 AM, Trent Melcher wrote: > >> On Tue, 2007-10-02 at 09:42 -0400, Joshua Krause wrote: >>> When i walk it i get: >>> >>> [hobbit@gsonc-spg-ops-1 pdu]$ snmpwalk -v 2c -c public gsonc-arc- >>> ups-1 .1.3.6.1.4.1.476.1.42.3.6.2.0 >>> SNMPv2-SMI::enterprises.476.1.42.3.6.2.0 = INTEGER: 0 >>> >>> So I assumed it was a leaf. >> >> Try stepping back one oid and see what you get back >> >> .1.3.6.1.4.1.476.1.42.3.6.2 >> >>> >>> >>> On Oct 2, 2007, at 9:38 AM, Trent Melcher wrote: >>> >>>> I guess the first thing to check is are these truely leaf oids or >>>> are >>>> they branch oids? >>>> >>>> If you snmpwalk .1.3.6.1.4.1.476.1.42.3.6.2.0 what do you get? >>>> >>>> Trent >>>> >>>> On Tue, 2007-10-02 at 02:39 -0400, Joshua Krause wrote: >>>>> here is some more info. The model and vendor I am dealing with is >>>>> "liebert-nfinity". I have these templates I have created in this >>>>> folder are: >>>>> dev_info >>>>> power >>>>> bypass >>>>> module >>>>> battery >>>>> >>>>> Now let's just work on the module directory. I have these files >>>>> created in there: >>>>> exceptions >>>>> message >>>>> oids >>>>> thresholds >>>>> transforms >>>>> >>>>> The exceptions, thresholds, and transforms files are empty. But >>>>> message and oids file contain this: >>>>> MESSAGE: >>>>> Control Modules >>>>> >>>>> Installed: {conModsInstall} >>>>> # Failed: {conFailedMods} >>>>> # Redundant: {conRedunMods} >>>>> >>>>> Battery Modules >>>>> >>>>> # Installed: {battModsInstall} >>>>> # Failed: {battFailedMods} >>>>> # Active: {battActiveMods} >>>>> # Warnings: {battModWarns} >>>>> >>>>> Power Modules >>>>> >>>>> # Installed: {pwrModsInstall} >>>>> # Failed: {pwrFailedMods} >>>>> # Redundant: {pwrRedunMods} >>>>> # Active: {pwrActiveMods} >>>>> # Warnings: {pwrModWarns} >>>>> >>>>> OIDS: >>>>> conModsInstall: .1.3.6.1.4.1.476.1.42.3.6.1.0 :leaf >>>>> #conFailedMods: .1.3.6.1.4.1.476.1.42.3.6.2.0 :leaf >>>>> #conRedunMods: .1.3.6.1.4.1.476.1.42.3.6.3.0 :leaf >>>>> #pwrModsInstall: .1.3.6.1.4.1.476.1.42.3.5.5.1.0 :leaf >>>>> #pwrFailedMods: .1.3.6.1.4.1.476.1.42.3.5.5.2.0 :leaf >>>>> #pwrActiveMods: .1.3.6.1.4.1.476.1.42.3.5.5.4.0 :leaf >>>>> #pwrRedunMods: .1.3.6.1.4.1.476.1.42.3.5.5.3.0 :leaf >>>>> #pwrModWarns: .1.3.6.1.4.1.476.1.42.3.5.5.6.0 :leaf >>>>> #battModsInstall: .1.3.6.1.4.1.476.1.42.3.5.1.1.0 :leaf >>>>> #battFailedMods: .1.3.6.1.4.1.476.1.42.3.5.1.2.0 :leaf >>>>> #battActiveMods: .1.3.6.1.4.1.476.1.42.3.5.1.4.0 :leaf >>>>> #battModWarns: .1.3.6.1.4.1.476.1.42.3.5.1.6.0 :leaf >>>>> >>>>> >>>>> Now the problem I am experiencing is if i uncomment >>>>> "conFailedMods" >>>>> from the message and oids file. I start getting the no snmp data, >>>>> etc >>>>> as listed below. This happens when i uncomment any of these lines >>>>> from the message and the oids file. Hopefully this will give >>>>> everybody a better idea of thwat is going on. >>>>> >>>>> Josh >>>>> >>>>> >>>>> On Oct 1, 2007, at 4:58 PM, Joshua Krause wrote: >>>>> >>>>>> I have created some new templates for some dc power and ups >>>>>> equipment. And have gotten to a point to where when i add a test >>>>>> devmon starts spitting out log entries like this: >>>>>> >>>>>> [07-10-01@16:52:15] No SNMP data found for bypassVolt on gsonc- >>>>>> ash- >>>>>> ups-1 >>>>>> [07-10-01@16:52:15] No SNMP data found for inVolts on gsonc-ash- >>>>>> ups-1 >>>>>> [07-10-01@16:52:15] No SNMP data found for outSource on gsonc- >>>>>> ash- >>>>>> ups-1 >>>>>> [07-10-01@16:52:15] No SNMP data found for outVolts on gsonc-ash- >>>>>> ups-1 >>>>>> [07-10-01@16:52:15] No SNMP data found for outCurrent on gsonc- >>>>>> ash- >>>>>> ups-1 >>>>>> [07-10-01@16:52:15] No SNMP data found for inFreq on gsonc-ash- >>>>>> ups-1 >>>>>> [07-10-01@16:52:15] No SNMP data found for inCurrent on gsonc- >>>>>> ash- >>>>>> ups-1 >>>>>> [07-10-01@16:52:15] No SNMP data found for outFreq on gsonc-ash- >>>>>> ups-1 >>>>>> [07-10-01@16:52:15] No SNMP data found for conFailedMods on >>>>>> gsonc- >>>>>> ash- >>>>>> ups-1 >>>>>> [07-10-01@16:52:15] No SNMP data found for conModsInstall on >>>>>> gsonc- >>>>>> ash- >>>>>> ups-1 >>>>>> >>>>>> I can restart devmon and everything starts polling right but the >>>>>> minute i try and add something or tweak a template it does the >>>>>> same >>>>>> thing. >>>>>> >>>>>> any help would be great >>>>>> >>>>>> Thanks >>>>>> Josh >>>>>> >>>>>> ------------------------------------------------------------------------- >>>>>> This SF.net email is sponsored by: Microsoft >>>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>>> _______________________________________________ >>>>>> Devmon-support mailing list >>>>>> Dev...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/devmon-support >>>>> >>>>> >>>>> ------------------------------------------------------------------------- >>>>> This SF.net email is sponsored by: Microsoft >>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>> _______________________________________________ >>>>> Devmon-support mailing list >>>>> Dev...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/devmon-support >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.net email is sponsored by: Microsoft >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>> _______________________________________________ >>>> Devmon-support mailing list >>>> Dev...@li... >>>> https://lists.sourceforge.net/lists/listinfo/devmon-support >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> Devmon-support mailing list >>> Dev...@li... >>> https://lists.sourceforge.net/lists/listinfo/devmon-support >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Devmon-support mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Joshua K. <jos...@tr...> - 2007-10-02 13:57:52
|
[hobbit@gsonc-spg-ops-1 pdu]$ snmpwalk -v 2c -c public gsonc-arc- ups-1 .1.3.6.1.4.1.476.1.42.3.6.2 SNMPv2-SMI::enterprises.476.1.42.3.6.2.0 = INTEGER: 0 On Oct 2, 2007, at 9:50 AM, Trent Melcher wrote: > On Tue, 2007-10-02 at 09:42 -0400, Joshua Krause wrote: >> When i walk it i get: >> >> [hobbit@gsonc-spg-ops-1 pdu]$ snmpwalk -v 2c -c public gsonc-arc- >> ups-1 .1.3.6.1.4.1.476.1.42.3.6.2.0 >> SNMPv2-SMI::enterprises.476.1.42.3.6.2.0 = INTEGER: 0 >> >> So I assumed it was a leaf. > > Try stepping back one oid and see what you get back > > .1.3.6.1.4.1.476.1.42.3.6.2 > >> >> >> On Oct 2, 2007, at 9:38 AM, Trent Melcher wrote: >> >>> I guess the first thing to check is are these truely leaf oids or >>> are >>> they branch oids? >>> >>> If you snmpwalk .1.3.6.1.4.1.476.1.42.3.6.2.0 what do you get? >>> >>> Trent >>> >>> On Tue, 2007-10-02 at 02:39 -0400, Joshua Krause wrote: >>>> here is some more info. The model and vendor I am dealing with is >>>> "liebert-nfinity". I have these templates I have created in this >>>> folder are: >>>> dev_info >>>> power >>>> bypass >>>> module >>>> battery >>>> >>>> Now let's just work on the module directory. I have these files >>>> created in there: >>>> exceptions >>>> message >>>> oids >>>> thresholds >>>> transforms >>>> >>>> The exceptions, thresholds, and transforms files are empty. But >>>> message and oids file contain this: >>>> MESSAGE: >>>> Control Modules >>>> >>>> Installed: {conModsInstall} >>>> # Failed: {conFailedMods} >>>> # Redundant: {conRedunMods} >>>> >>>> Battery Modules >>>> >>>> # Installed: {battModsInstall} >>>> # Failed: {battFailedMods} >>>> # Active: {battActiveMods} >>>> # Warnings: {battModWarns} >>>> >>>> Power Modules >>>> >>>> # Installed: {pwrModsInstall} >>>> # Failed: {pwrFailedMods} >>>> # Redundant: {pwrRedunMods} >>>> # Active: {pwrActiveMods} >>>> # Warnings: {pwrModWarns} >>>> >>>> OIDS: >>>> conModsInstall: .1.3.6.1.4.1.476.1.42.3.6.1.0 :leaf >>>> #conFailedMods: .1.3.6.1.4.1.476.1.42.3.6.2.0 :leaf >>>> #conRedunMods: .1.3.6.1.4.1.476.1.42.3.6.3.0 :leaf >>>> #pwrModsInstall: .1.3.6.1.4.1.476.1.42.3.5.5.1.0 :leaf >>>> #pwrFailedMods: .1.3.6.1.4.1.476.1.42.3.5.5.2.0 :leaf >>>> #pwrActiveMods: .1.3.6.1.4.1.476.1.42.3.5.5.4.0 :leaf >>>> #pwrRedunMods: .1.3.6.1.4.1.476.1.42.3.5.5.3.0 :leaf >>>> #pwrModWarns: .1.3.6.1.4.1.476.1.42.3.5.5.6.0 :leaf >>>> #battModsInstall: .1.3.6.1.4.1.476.1.42.3.5.1.1.0 :leaf >>>> #battFailedMods: .1.3.6.1.4.1.476.1.42.3.5.1.2.0 :leaf >>>> #battActiveMods: .1.3.6.1.4.1.476.1.42.3.5.1.4.0 :leaf >>>> #battModWarns: .1.3.6.1.4.1.476.1.42.3.5.1.6.0 :leaf >>>> >>>> >>>> Now the problem I am experiencing is if i uncomment "conFailedMods" >>>> from the message and oids file. I start getting the no snmp data, >>>> etc >>>> as listed below. This happens when i uncomment any of these lines >>>> from the message and the oids file. Hopefully this will give >>>> everybody a better idea of thwat is going on. >>>> >>>> Josh >>>> >>>> >>>> On Oct 1, 2007, at 4:58 PM, Joshua Krause wrote: >>>> >>>>> I have created some new templates for some dc power and ups >>>>> equipment. And have gotten to a point to where when i add a test >>>>> devmon starts spitting out log entries like this: >>>>> >>>>> [07-10-01@16:52:15] No SNMP data found for bypassVolt on gsonc- >>>>> ash- >>>>> ups-1 >>>>> [07-10-01@16:52:15] No SNMP data found for inVolts on gsonc-ash- >>>>> ups-1 >>>>> [07-10-01@16:52:15] No SNMP data found for outSource on gsonc-ash- >>>>> ups-1 >>>>> [07-10-01@16:52:15] No SNMP data found for outVolts on gsonc-ash- >>>>> ups-1 >>>>> [07-10-01@16:52:15] No SNMP data found for outCurrent on gsonc- >>>>> ash- >>>>> ups-1 >>>>> [07-10-01@16:52:15] No SNMP data found for inFreq on gsonc-ash- >>>>> ups-1 >>>>> [07-10-01@16:52:15] No SNMP data found for inCurrent on gsonc-ash- >>>>> ups-1 >>>>> [07-10-01@16:52:15] No SNMP data found for outFreq on gsonc-ash- >>>>> ups-1 >>>>> [07-10-01@16:52:15] No SNMP data found for conFailedMods on gsonc- >>>>> ash- >>>>> ups-1 >>>>> [07-10-01@16:52:15] No SNMP data found for conModsInstall on >>>>> gsonc- >>>>> ash- >>>>> ups-1 >>>>> >>>>> I can restart devmon and everything starts polling right but the >>>>> minute i try and add something or tweak a template it does the >>>>> same >>>>> thing. >>>>> >>>>> any help would be great >>>>> >>>>> Thanks >>>>> Josh >>>>> >>>>> ------------------------------------------------------------------------- >>>>> This SF.net email is sponsored by: Microsoft >>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>> _______________________________________________ >>>>> Devmon-support mailing list >>>>> Dev...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/devmon-support >>>> >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.net email is sponsored by: Microsoft >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>> _______________________________________________ >>>> Devmon-support mailing list >>>> Dev...@li... >>>> https://lists.sourceforge.net/lists/listinfo/devmon-support >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> Devmon-support mailing list >>> Dev...@li... >>> https://lists.sourceforge.net/lists/listinfo/devmon-support >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Devmon-support mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devmon-support > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Trent M. <tre...@si...> - 2007-10-02 13:50:14
|
On Tue, 2007-10-02 at 09:42 -0400, Joshua Krause wrote: > When i walk it i get: > > [hobbit@gsonc-spg-ops-1 pdu]$ snmpwalk -v 2c -c public gsonc-arc- > ups-1 .1.3.6.1.4.1.476.1.42.3.6.2.0 > SNMPv2-SMI::enterprises.476.1.42.3.6.2.0 = INTEGER: 0 > > So I assumed it was a leaf. Try stepping back one oid and see what you get back .1.3.6.1.4.1.476.1.42.3.6.2 > > > On Oct 2, 2007, at 9:38 AM, Trent Melcher wrote: > > > I guess the first thing to check is are these truely leaf oids or are > > they branch oids? > > > > If you snmpwalk .1.3.6.1.4.1.476.1.42.3.6.2.0 what do you get? > > > > Trent > > > > On Tue, 2007-10-02 at 02:39 -0400, Joshua Krause wrote: > >> here is some more info. The model and vendor I am dealing with is > >> "liebert-nfinity". I have these templates I have created in this > >> folder are: > >> dev_info > >> power > >> bypass > >> module > >> battery > >> > >> Now let's just work on the module directory. I have these files > >> created in there: > >> exceptions > >> message > >> oids > >> thresholds > >> transforms > >> > >> The exceptions, thresholds, and transforms files are empty. But > >> message and oids file contain this: > >> MESSAGE: > >> Control Modules > >> > >> Installed: {conModsInstall} > >> # Failed: {conFailedMods} > >> # Redundant: {conRedunMods} > >> > >> Battery Modules > >> > >> # Installed: {battModsInstall} > >> # Failed: {battFailedMods} > >> # Active: {battActiveMods} > >> # Warnings: {battModWarns} > >> > >> Power Modules > >> > >> # Installed: {pwrModsInstall} > >> # Failed: {pwrFailedMods} > >> # Redundant: {pwrRedunMods} > >> # Active: {pwrActiveMods} > >> # Warnings: {pwrModWarns} > >> > >> OIDS: > >> conModsInstall: .1.3.6.1.4.1.476.1.42.3.6.1.0 :leaf > >> #conFailedMods: .1.3.6.1.4.1.476.1.42.3.6.2.0 :leaf > >> #conRedunMods: .1.3.6.1.4.1.476.1.42.3.6.3.0 :leaf > >> #pwrModsInstall: .1.3.6.1.4.1.476.1.42.3.5.5.1.0 :leaf > >> #pwrFailedMods: .1.3.6.1.4.1.476.1.42.3.5.5.2.0 :leaf > >> #pwrActiveMods: .1.3.6.1.4.1.476.1.42.3.5.5.4.0 :leaf > >> #pwrRedunMods: .1.3.6.1.4.1.476.1.42.3.5.5.3.0 :leaf > >> #pwrModWarns: .1.3.6.1.4.1.476.1.42.3.5.5.6.0 :leaf > >> #battModsInstall: .1.3.6.1.4.1.476.1.42.3.5.1.1.0 :leaf > >> #battFailedMods: .1.3.6.1.4.1.476.1.42.3.5.1.2.0 :leaf > >> #battActiveMods: .1.3.6.1.4.1.476.1.42.3.5.1.4.0 :leaf > >> #battModWarns: .1.3.6.1.4.1.476.1.42.3.5.1.6.0 :leaf > >> > >> > >> Now the problem I am experiencing is if i uncomment "conFailedMods" > >> from the message and oids file. I start getting the no snmp data, > >> etc > >> as listed below. This happens when i uncomment any of these lines > >> from the message and the oids file. Hopefully this will give > >> everybody a better idea of thwat is going on. > >> > >> Josh > >> > >> > >> On Oct 1, 2007, at 4:58 PM, Joshua Krause wrote: > >> > >>> I have created some new templates for some dc power and ups > >>> equipment. And have gotten to a point to where when i add a test > >>> devmon starts spitting out log entries like this: > >>> > >>> [07-10-01@16:52:15] No SNMP data found for bypassVolt on gsonc-ash- > >>> ups-1 > >>> [07-10-01@16:52:15] No SNMP data found for inVolts on gsonc-ash- > >>> ups-1 > >>> [07-10-01@16:52:15] No SNMP data found for outSource on gsonc-ash- > >>> ups-1 > >>> [07-10-01@16:52:15] No SNMP data found for outVolts on gsonc-ash- > >>> ups-1 > >>> [07-10-01@16:52:15] No SNMP data found for outCurrent on gsonc-ash- > >>> ups-1 > >>> [07-10-01@16:52:15] No SNMP data found for inFreq on gsonc-ash-ups-1 > >>> [07-10-01@16:52:15] No SNMP data found for inCurrent on gsonc-ash- > >>> ups-1 > >>> [07-10-01@16:52:15] No SNMP data found for outFreq on gsonc-ash- > >>> ups-1 > >>> [07-10-01@16:52:15] No SNMP data found for conFailedMods on gsonc- > >>> ash- > >>> ups-1 > >>> [07-10-01@16:52:15] No SNMP data found for conModsInstall on gsonc- > >>> ash- > >>> ups-1 > >>> > >>> I can restart devmon and everything starts polling right but the > >>> minute i try and add something or tweak a template it does the same > >>> thing. > >>> > >>> any help would be great > >>> > >>> Thanks > >>> Josh > >>> > >>> ------------------------------------------------------------------------- > >>> This SF.net email is sponsored by: Microsoft > >>> Defy all challenges. Microsoft(R) Visual Studio 2005. > >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >>> _______________________________________________ > >>> Devmon-support mailing list > >>> Dev...@li... > >>> https://lists.sourceforge.net/lists/listinfo/devmon-support > >> > >> > >> ------------------------------------------------------------------------- > >> This SF.net email is sponsored by: Microsoft > >> Defy all challenges. Microsoft(R) Visual Studio 2005. > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> _______________________________________________ > >> Devmon-support mailing list > >> Dev...@li... > >> https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Joshua K. <jos...@tr...> - 2007-10-02 13:42:38
|
When i walk it i get: [hobbit@gsonc-spg-ops-1 pdu]$ snmpwalk -v 2c -c public gsonc-arc- ups-1 .1.3.6.1.4.1.476.1.42.3.6.2.0 SNMPv2-SMI::enterprises.476.1.42.3.6.2.0 = INTEGER: 0 So I assumed it was a leaf. On Oct 2, 2007, at 9:38 AM, Trent Melcher wrote: > I guess the first thing to check is are these truely leaf oids or are > they branch oids? > > If you snmpwalk .1.3.6.1.4.1.476.1.42.3.6.2.0 what do you get? > > Trent > > On Tue, 2007-10-02 at 02:39 -0400, Joshua Krause wrote: >> here is some more info. The model and vendor I am dealing with is >> "liebert-nfinity". I have these templates I have created in this >> folder are: >> dev_info >> power >> bypass >> module >> battery >> >> Now let's just work on the module directory. I have these files >> created in there: >> exceptions >> message >> oids >> thresholds >> transforms >> >> The exceptions, thresholds, and transforms files are empty. But >> message and oids file contain this: >> MESSAGE: >> Control Modules >> >> Installed: {conModsInstall} >> # Failed: {conFailedMods} >> # Redundant: {conRedunMods} >> >> Battery Modules >> >> # Installed: {battModsInstall} >> # Failed: {battFailedMods} >> # Active: {battActiveMods} >> # Warnings: {battModWarns} >> >> Power Modules >> >> # Installed: {pwrModsInstall} >> # Failed: {pwrFailedMods} >> # Redundant: {pwrRedunMods} >> # Active: {pwrActiveMods} >> # Warnings: {pwrModWarns} >> >> OIDS: >> conModsInstall: .1.3.6.1.4.1.476.1.42.3.6.1.0 :leaf >> #conFailedMods: .1.3.6.1.4.1.476.1.42.3.6.2.0 :leaf >> #conRedunMods: .1.3.6.1.4.1.476.1.42.3.6.3.0 :leaf >> #pwrModsInstall: .1.3.6.1.4.1.476.1.42.3.5.5.1.0 :leaf >> #pwrFailedMods: .1.3.6.1.4.1.476.1.42.3.5.5.2.0 :leaf >> #pwrActiveMods: .1.3.6.1.4.1.476.1.42.3.5.5.4.0 :leaf >> #pwrRedunMods: .1.3.6.1.4.1.476.1.42.3.5.5.3.0 :leaf >> #pwrModWarns: .1.3.6.1.4.1.476.1.42.3.5.5.6.0 :leaf >> #battModsInstall: .1.3.6.1.4.1.476.1.42.3.5.1.1.0 :leaf >> #battFailedMods: .1.3.6.1.4.1.476.1.42.3.5.1.2.0 :leaf >> #battActiveMods: .1.3.6.1.4.1.476.1.42.3.5.1.4.0 :leaf >> #battModWarns: .1.3.6.1.4.1.476.1.42.3.5.1.6.0 :leaf >> >> >> Now the problem I am experiencing is if i uncomment "conFailedMods" >> from the message and oids file. I start getting the no snmp data, >> etc >> as listed below. This happens when i uncomment any of these lines >> from the message and the oids file. Hopefully this will give >> everybody a better idea of thwat is going on. >> >> Josh >> >> >> On Oct 1, 2007, at 4:58 PM, Joshua Krause wrote: >> >>> I have created some new templates for some dc power and ups >>> equipment. And have gotten to a point to where when i add a test >>> devmon starts spitting out log entries like this: >>> >>> [07-10-01@16:52:15] No SNMP data found for bypassVolt on gsonc-ash- >>> ups-1 >>> [07-10-01@16:52:15] No SNMP data found for inVolts on gsonc-ash- >>> ups-1 >>> [07-10-01@16:52:15] No SNMP data found for outSource on gsonc-ash- >>> ups-1 >>> [07-10-01@16:52:15] No SNMP data found for outVolts on gsonc-ash- >>> ups-1 >>> [07-10-01@16:52:15] No SNMP data found for outCurrent on gsonc-ash- >>> ups-1 >>> [07-10-01@16:52:15] No SNMP data found for inFreq on gsonc-ash-ups-1 >>> [07-10-01@16:52:15] No SNMP data found for inCurrent on gsonc-ash- >>> ups-1 >>> [07-10-01@16:52:15] No SNMP data found for outFreq on gsonc-ash- >>> ups-1 >>> [07-10-01@16:52:15] No SNMP data found for conFailedMods on gsonc- >>> ash- >>> ups-1 >>> [07-10-01@16:52:15] No SNMP data found for conModsInstall on gsonc- >>> ash- >>> ups-1 >>> >>> I can restart devmon and everything starts polling right but the >>> minute i try and add something or tweak a template it does the same >>> thing. >>> >>> any help would be great >>> >>> Thanks >>> Josh >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> Devmon-support mailing list >>> Dev...@li... >>> https://lists.sourceforge.net/lists/listinfo/devmon-support >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Devmon-support mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devmon-support > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Trent M. <tre...@si...> - 2007-10-02 13:38:06
|
I guess the first thing to check is are these truely leaf oids or are they branch oids? If you snmpwalk .1.3.6.1.4.1.476.1.42.3.6.2.0 what do you get? Trent On Tue, 2007-10-02 at 02:39 -0400, Joshua Krause wrote: > here is some more info. The model and vendor I am dealing with is > "liebert-nfinity". I have these templates I have created in this > folder are: > dev_info > power > bypass > module > battery > > Now let's just work on the module directory. I have these files > created in there: > exceptions > message > oids > thresholds > transforms > > The exceptions, thresholds, and transforms files are empty. But > message and oids file contain this: > MESSAGE: > Control Modules > > Installed: {conModsInstall} > # Failed: {conFailedMods} > # Redundant: {conRedunMods} > > Battery Modules > > # Installed: {battModsInstall} > # Failed: {battFailedMods} > # Active: {battActiveMods} > # Warnings: {battModWarns} > > Power Modules > > # Installed: {pwrModsInstall} > # Failed: {pwrFailedMods} > # Redundant: {pwrRedunMods} > # Active: {pwrActiveMods} > # Warnings: {pwrModWarns} > > OIDS: > conModsInstall: .1.3.6.1.4.1.476.1.42.3.6.1.0 :leaf > #conFailedMods: .1.3.6.1.4.1.476.1.42.3.6.2.0 :leaf > #conRedunMods: .1.3.6.1.4.1.476.1.42.3.6.3.0 :leaf > #pwrModsInstall: .1.3.6.1.4.1.476.1.42.3.5.5.1.0 :leaf > #pwrFailedMods: .1.3.6.1.4.1.476.1.42.3.5.5.2.0 :leaf > #pwrActiveMods: .1.3.6.1.4.1.476.1.42.3.5.5.4.0 :leaf > #pwrRedunMods: .1.3.6.1.4.1.476.1.42.3.5.5.3.0 :leaf > #pwrModWarns: .1.3.6.1.4.1.476.1.42.3.5.5.6.0 :leaf > #battModsInstall: .1.3.6.1.4.1.476.1.42.3.5.1.1.0 :leaf > #battFailedMods: .1.3.6.1.4.1.476.1.42.3.5.1.2.0 :leaf > #battActiveMods: .1.3.6.1.4.1.476.1.42.3.5.1.4.0 :leaf > #battModWarns: .1.3.6.1.4.1.476.1.42.3.5.1.6.0 :leaf > > > Now the problem I am experiencing is if i uncomment "conFailedMods" > from the message and oids file. I start getting the no snmp data, etc > as listed below. This happens when i uncomment any of these lines > from the message and the oids file. Hopefully this will give > everybody a better idea of thwat is going on. > > Josh > > > On Oct 1, 2007, at 4:58 PM, Joshua Krause wrote: > > > I have created some new templates for some dc power and ups > > equipment. And have gotten to a point to where when i add a test > > devmon starts spitting out log entries like this: > > > > [07-10-01@16:52:15] No SNMP data found for bypassVolt on gsonc-ash- > > ups-1 > > [07-10-01@16:52:15] No SNMP data found for inVolts on gsonc-ash-ups-1 > > [07-10-01@16:52:15] No SNMP data found for outSource on gsonc-ash- > > ups-1 > > [07-10-01@16:52:15] No SNMP data found for outVolts on gsonc-ash-ups-1 > > [07-10-01@16:52:15] No SNMP data found for outCurrent on gsonc-ash- > > ups-1 > > [07-10-01@16:52:15] No SNMP data found for inFreq on gsonc-ash-ups-1 > > [07-10-01@16:52:15] No SNMP data found for inCurrent on gsonc-ash- > > ups-1 > > [07-10-01@16:52:15] No SNMP data found for outFreq on gsonc-ash-ups-1 > > [07-10-01@16:52:15] No SNMP data found for conFailedMods on gsonc-ash- > > ups-1 > > [07-10-01@16:52:15] No SNMP data found for conModsInstall on gsonc- > > ash- > > ups-1 > > > > I can restart devmon and everything starts polling right but the > > minute i try and add something or tweak a template it does the same > > thing. > > > > any help would be great > > > > Thanks > > Josh > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Sveinn G. G. <sv...@sv...> - 2007-10-02 10:03:12
|
Hi all. Here is a little template i threw together for the APC-7953 PDU. It is not fully tested, but in theory, it should work :) Feel free to modify or change it, but please give your work back to the list. Cheers, Svenni |
From: Joshua K. <jos...@tr...> - 2007-10-02 06:40:08
|
here is some more info. The model and vendor I am dealing with is "liebert-nfinity". I have these templates I have created in this folder are: dev_info power bypass module battery Now let's just work on the module directory. I have these files created in there: exceptions message oids thresholds transforms The exceptions, thresholds, and transforms files are empty. But message and oids file contain this: MESSAGE: Control Modules Installed: {conModsInstall} # Failed: {conFailedMods} # Redundant: {conRedunMods} Battery Modules # Installed: {battModsInstall} # Failed: {battFailedMods} # Active: {battActiveMods} # Warnings: {battModWarns} Power Modules # Installed: {pwrModsInstall} # Failed: {pwrFailedMods} # Redundant: {pwrRedunMods} # Active: {pwrActiveMods} # Warnings: {pwrModWarns} OIDS: conModsInstall: .1.3.6.1.4.1.476.1.42.3.6.1.0 :leaf #conFailedMods: .1.3.6.1.4.1.476.1.42.3.6.2.0 :leaf #conRedunMods: .1.3.6.1.4.1.476.1.42.3.6.3.0 :leaf #pwrModsInstall: .1.3.6.1.4.1.476.1.42.3.5.5.1.0 :leaf #pwrFailedMods: .1.3.6.1.4.1.476.1.42.3.5.5.2.0 :leaf #pwrActiveMods: .1.3.6.1.4.1.476.1.42.3.5.5.4.0 :leaf #pwrRedunMods: .1.3.6.1.4.1.476.1.42.3.5.5.3.0 :leaf #pwrModWarns: .1.3.6.1.4.1.476.1.42.3.5.5.6.0 :leaf #battModsInstall: .1.3.6.1.4.1.476.1.42.3.5.1.1.0 :leaf #battFailedMods: .1.3.6.1.4.1.476.1.42.3.5.1.2.0 :leaf #battActiveMods: .1.3.6.1.4.1.476.1.42.3.5.1.4.0 :leaf #battModWarns: .1.3.6.1.4.1.476.1.42.3.5.1.6.0 :leaf Now the problem I am experiencing is if i uncomment "conFailedMods" from the message and oids file. I start getting the no snmp data, etc as listed below. This happens when i uncomment any of these lines from the message and the oids file. Hopefully this will give everybody a better idea of thwat is going on. Josh On Oct 1, 2007, at 4:58 PM, Joshua Krause wrote: > I have created some new templates for some dc power and ups > equipment. And have gotten to a point to where when i add a test > devmon starts spitting out log entries like this: > > [07-10-01@16:52:15] No SNMP data found for bypassVolt on gsonc-ash- > ups-1 > [07-10-01@16:52:15] No SNMP data found for inVolts on gsonc-ash-ups-1 > [07-10-01@16:52:15] No SNMP data found for outSource on gsonc-ash- > ups-1 > [07-10-01@16:52:15] No SNMP data found for outVolts on gsonc-ash-ups-1 > [07-10-01@16:52:15] No SNMP data found for outCurrent on gsonc-ash- > ups-1 > [07-10-01@16:52:15] No SNMP data found for inFreq on gsonc-ash-ups-1 > [07-10-01@16:52:15] No SNMP data found for inCurrent on gsonc-ash- > ups-1 > [07-10-01@16:52:15] No SNMP data found for outFreq on gsonc-ash-ups-1 > [07-10-01@16:52:15] No SNMP data found for conFailedMods on gsonc-ash- > ups-1 > [07-10-01@16:52:15] No SNMP data found for conModsInstall on gsonc- > ash- > ups-1 > > I can restart devmon and everything starts polling right but the > minute i try and add something or tweak a template it does the same > thing. > > any help would be great > > Thanks > Josh > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Joshua K. <jos...@tr...> - 2007-10-01 20:58:34
|
I have created some new templates for some dc power and ups equipment. And have gotten to a point to where when i add a test devmon starts spitting out log entries like this: [07-10-01@16:52:15] No SNMP data found for bypassVolt on gsonc-ash-ups-1 [07-10-01@16:52:15] No SNMP data found for inVolts on gsonc-ash-ups-1 [07-10-01@16:52:15] No SNMP data found for outSource on gsonc-ash-ups-1 [07-10-01@16:52:15] No SNMP data found for outVolts on gsonc-ash-ups-1 [07-10-01@16:52:15] No SNMP data found for outCurrent on gsonc-ash-ups-1 [07-10-01@16:52:15] No SNMP data found for inFreq on gsonc-ash-ups-1 [07-10-01@16:52:15] No SNMP data found for inCurrent on gsonc-ash-ups-1 [07-10-01@16:52:15] No SNMP data found for outFreq on gsonc-ash-ups-1 [07-10-01@16:52:15] No SNMP data found for conFailedMods on gsonc-ash- ups-1 [07-10-01@16:52:15] No SNMP data found for conModsInstall on gsonc-ash- ups-1 I can restart devmon and everything starts polling right but the minute i try and add something or tweak a template it does the same thing. any help would be great Thanks Josh |