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: Jose Mª E. <mos...@gm...> - 2009-02-12 13:06:13
|
Hi everyone!! Im trying to run devmon with hobbbit but i found this error. debmonitor:/usr/lib/hobbit/server/ext/devmon# ./devmon --readbbhosts Undefined subroutine &dm_templates::log_fatal called at /usr/lib/hobbit/server/ext/devmon/modules/dm_templates.pm line 175. devmon seems a goood tool. Any idea?? |
From: Richard F. <gol...@gm...> - 2009-02-12 11:11:41
|
On Thu, Feb 12, 2009 at 1:50 AM, Buchan Milne <bg...@st...> wrote: > On Thursday 12 February 2009 10:55:00 Richard Finegold wrote: >> On Mon, Feb 2, 2009 at 8:39 AM, Buchan Milne <bg...@st...> > wrote: >> > For those who didn't notice, I released 0.3.1-beta1 on 23 Jan. >> > >> > I would appreciate feedback from anyone who has run this. Release notes >> > are available on the links included below. >> >> Could the first line in a table use th instead of td? > I don't see a reason why not. I'll test it here quickly. Thanks. Patch sent. >> Could the TABLE:rrd()'s other options be documented in docs/GRAPHING? > > I'll take a look, but I can't think of much that should be documented ... Only DS: is mentioned in docs/GRAPHING. dm_tests.pm and dm_templates.pm mention: all dir max name:* pri:* >> I'm wondering if there's a way to set the second column as the >> filename (e.g. for the dell-poweredge temperature, so it could use >> "BMC Ambient" instead of "3"). From looking elsewhere in dm_tests.pm >> it seems I might be able to do it with name: or pri: but I'm not sure. > > Unfortunately the code relies on it being the primary repeater. What you could > try is a transform to concatenate the ID and the name, and use that value as > the primary repeater. The problem is, if we just use the name, some devices > (e.g. HP Proliant) will have a number of entries with the same name (e.g. > cpu). For example, I have (for a DL580): > > ID Sensor Location Temp Threshold Condition Threshold Type > 1 cpu 36 80 green OK Caution > 2 cpu 36 80 green OK Caution > 3 cpu 34 80 green OK Caution > 4 cpu 34 80 green OK Caution > 5 ioBoard 32 60 green OK Caution > 6 ambient 21 40 green OK Caution > 7 System 32 60 green OK Caution > > Something like this should be easy, and while not ideal, may be better: > > SensorID Location Temp Threshold Condition Threshold Type > cpu1 cpu 36 80 green OK Caution > cpu2 cpu 36 80 green OK Caution > cpu3 cpu 34 80 green OK Caution > cpu4 cpu 34 80 green OK Caution > ioBoard5 ioBoard 32 60 green OK Caution > ambient6 ambient 21 40 green OK Caution > System7 System 32 60 green OK Caution It'll be a bit odd to change the formatting from ID, but in the pursuit of easy reading, I'll do it. >> Could TABLE:rrd be mentioned in docs/TEMPLATES? Perhaps something like: >> rrd >> See the GRAPHING document in the docs directory >> I ended up doing `grep rrd docs/*` trying to figure it out. >> >> Working well so far! > > I'll try and remember ... but I always check the tracker when trying to > finalise a release. Patch submitted. ;D |
From: Buchan M. <bg...@st...> - 2009-02-12 09:50:28
|
On Thursday 12 February 2009 10:55:00 Richard Finegold wrote: > On Mon, Feb 2, 2009 at 8:39 AM, Buchan Milne <bg...@st...> wrote: > > For those who didn't notice, I released 0.3.1-beta1 on 23 Jan. > > > > I would appreciate feedback from anyone who has run this. Release notes > > are available on the links included below. > > Could the first line in a table use th instead of td? > > --- dm_tests.pm.DIST 2009-01-23 07:41:27.000000000 -0800 > +++ dm_tests.pm 2009-02-12 00:37:44.000000000 -0800 > @@ -1784,8 +1784,8 @@ > $line =~ s/\|/ /g; > } > else { > - $line =~ s/\|/<\/td><td>/g; > - $table .= "<tr><td>$line</td></tr>\n"; > + $line =~ s/\|/<\/th><th>/g; > + $table .= "<tr><th>$line</th></tr>\n"; > } > next MSG_LINE; > } > I don't see a reason why not. I'll test it here quickly. > Could the TABLE:rrd()'s other options be documented in docs/GRAPHING? I'll take a look, but I can't think of much that should be documented ... > I'm wondering if there's a way to set the second column as the > filename (e.g. for the dell-poweredge temperature, so it could use > "BMC Ambient" instead of "3"). From looking elsewhere in dm_tests.pm > it seems I might be able to do it with name: or pri: but I'm not sure. Unfortunately the code relies on it being the primary repeater. What you could try is a transform to concatenate the ID and the name, and use that value as the primary repeater. The problem is, if we just use the name, some devices (e.g. HP Proliant) will have a number of entries with the same name (e.g. cpu). For example, I have (for a DL580): ID Sensor Location Temp Threshold Condition Threshold Type 1 cpu 36 80 green OK Caution 2 cpu 36 80 green OK Caution 3 cpu 34 80 green OK Caution 4 cpu 34 80 green OK Caution 5 ioBoard 32 60 green OK Caution 6 ambient 21 40 green OK Caution 7 System 32 60 green OK Caution Something like this should be easy, and while not ideal, may be better: SensorID Location Temp Threshold Condition Threshold Type cpu1 cpu 36 80 green OK Caution cpu2 cpu 36 80 green OK Caution cpu3 cpu 34 80 green OK Caution cpu4 cpu 34 80 green OK Caution ioBoard5 ioBoard 32 60 green OK Caution ambient6 ambient 21 40 green OK Caution System7 System 32 60 green OK Caution > > Could TABLE:rrd be mentioned in docs/TEMPLATES? Perhaps something like: > rrd > See the GRAPHING document in the docs directory > I ended up doing `grep rrd docs/*` trying to figure it out. > > Working well so far! I'll try and remember ... but I always check the tracker when trying to finalise a release. Regards, Buchan |
From: Richard F. <gol...@gm...> - 2009-02-12 08:55:04
|
On Mon, Feb 2, 2009 at 8:39 AM, Buchan Milne <bg...@st...> wrote: > For those who didn't notice, I released 0.3.1-beta1 on 23 Jan. > > I would appreciate feedback from anyone who has run this. Release notes are > available on the links included below. Could the first line in a table use th instead of td? --- dm_tests.pm.DIST 2009-01-23 07:41:27.000000000 -0800 +++ dm_tests.pm 2009-02-12 00:37:44.000000000 -0800 @@ -1784,8 +1784,8 @@ $line =~ s/\|/ /g; } else { - $line =~ s/\|/<\/td><td>/g; - $table .= "<tr><td>$line</td></tr>\n"; + $line =~ s/\|/<\/th><th>/g; + $table .= "<tr><th>$line</th></tr>\n"; } next MSG_LINE; } Could the TABLE:rrd()'s other options be documented in docs/GRAPHING? I'm wondering if there's a way to set the second column as the filename (e.g. for the dell-poweredge temperature, so it could use "BMC Ambient" instead of "3"). From looking elsewhere in dm_tests.pm it seems I might be able to do it with name: or pri: but I'm not sure. Could TABLE:rrd be mentioned in docs/TEMPLATES? Perhaps something like: rrd See the GRAPHING document in the docs directory I ended up doing `grep rrd docs/*` trying to figure it out. Working well so far! |
From: Buchan M. <bg...@st...> - 2009-02-05 06:01:44
|
On Wednesday 04 February 2009 17:30:27 Geoff Hallford wrote: > Hi Buchan, > > There is an error showing in the debug after it just went purple again this > morning. This error does not appear in the previous morning runs every > minute, just in the failed one and then there are no more debug logs for an > hour. Hope this helps to troubleshoot the issue. > > Error below in the logs is: "Can't use an undefined value as a HASH > reference at /usr/local/devmon/modules/dm_snmp.pm line 405, <$__ANONIO__> > line 568." > Yes, this is the one I am seeing as well (about once in two weeks I think). It looks like the communication between the devmon master process and the worker processes breaks down for some reason. I can't see why it would, but I will see if I can ensure this is detected earlier and/or handled better. Regards, Buchan |
From: Geoff H. <geo...@gm...> - 2009-02-04 15:33:02
|
Hi Buchan, There is an error showing in the debug after it just went purple again this morning. This error does not appear in the previous morning runs every minute, just in the failed one and then there are no more debug logs for an hour. Hope this helps to troubleshoot the issue. Error below in the logs is: "Can't use an undefined value as a HASH reference at /usr/local/devmon/modules/dm_snmp.pm line 405, <$__ANONIO__> line 568." [09-02-04@09:24:17] DEBUG TEMPLATES: running read_templates() [09-02-04@09:24:17] DEBUG TEMPLATES: read f5:bigip-lite:fan template [09-02-04@09:24:17] DEBUG TEMPLATES: read f5:bigip-lite:cluster template [09-02-04@09:24:17] DEBUG TEMPLATES: read f5:bigip-lite:connects template [09-02-04@09:24:17] DEBUG TEMPLATES: read f5:bigip-lite:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read BlueCat Networks :Adonis 750 or 1750 :cluster template [09-02-04@09:24:17] DEBUG TEMPLATES: read BlueCat Networks :Adonis 750 or 1750 :dns-stats template [09-02-04@09:24:17] DEBUG TEMPLATES: read BlueCat Networks :Adonis 750 or 1750 :dhcp-daemon template [09-02-04@09:24:17] DEBUG TEMPLATES: read BlueCat Networks :Adonis 750 or 1750 :dns-daemon template [09-02-04@09:24:17] DEBUG TEMPLATES: read BlueCat Networks :Adonis 750 or 1750 :command-daemon template [09-02-04@09:24:17] DEBUG TEMPLATES: read ibm:rsa2:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read ibm:rsa2:temp template [09-02-04@09:24:17] DEBUG TEMPLATES: read ibm:rsa2:status template [09-02-04@09:24:17] DEBUG TEMPLATES: read apc:9205:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read apc:9609:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read apc:9617:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read apc:9619:env template [09-02-04@09:24:17] DEBUG TEMPLATES: read apc:9619:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read aruba:5000:aps template [09-02-04@09:24:17] DEBUG TEMPLATES: read aruba:5000:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read aruba:5000:devices template [09-02-04@09:24:17] DEBUG TEMPLATES: read powerware:bestlink:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read powerware:xups:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read Spectracom:Netclock 9283:gpsinfo template [09-02-04@09:24:17] DEBUG TEMPLATES: read Spectracom:Netclock 9283:ntpdiag1 template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:asa:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:asa:cluster template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:asa:connects template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:asa:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:asa:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:asa:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:asa:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:asa:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:asa:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:pix:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:pix:connects template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:pix:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read compaq:server:log template [09-02-04@09:24:17] DEBUG TEMPLATES: read compaq:server:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read compaq:server:raid template [09-02-04@09:24:17] DEBUG TEMPLATES: read compaq:server:temp template [09-02-04@09:24:17] DEBUG TEMPLATES: read compaq:server:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:MSFC2:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:MSFC2:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:MSFC2:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:MSFC2:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:MSFC2:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:MSFC2:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:MSFC2:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read linux:openwrt:disk template [09-02-04@09:24:17] DEBUG TEMPLATES: read linux:openwrt:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read linux:openwrt:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read dell:perc:raid template [09-02-04@09:24:17] DEBUG TEMPLATES: read dell:poweredge:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read dell:poweredge:raid template [09-02-04@09:24:17] DEBUG TEMPLATES: read dell:poweredge:temp template [09-02-04@09:24:17] DEBUG TEMPLATES: read dell:poweredge:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1700:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1700:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1700:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1700:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1700:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1700:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1841:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1841:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1841:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1841:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1841:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1841:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1841:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:1841:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2600:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2600:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2600:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2600:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2600:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2600:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2600:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2801:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2801:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2801:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2801:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2801:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2801:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2801:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2801:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2801:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2811:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2811:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2811:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2811:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2811:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2811:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2900:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2900:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2900:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2900:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2900:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2900:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2900:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2900:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2950:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2950:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2950:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2950:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2950:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2950:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2950:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2950:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2950:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2950:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2960:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2960:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2960:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2960:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2960:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2960:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2960:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2960:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2960:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2960:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2970:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2970:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2970:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2970:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2970:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2970:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2970:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2970:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2970:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:2970:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3500:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3500:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3500:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3500:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3500:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3500:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3500:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3500:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3550:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3550:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3550:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3550:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3550:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3550:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3550:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3550:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3550:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3550:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3640:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3640:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3640:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3640:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3640:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3640:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3640:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3725:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3725:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3725:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3725:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3725:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3725:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3725:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3725:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3750:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3750:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3750:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3750:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3750:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3750:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3750:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3750:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3750:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:3750:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:4500:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:4500:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:4500:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:4500:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:4500:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:4500:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:4500:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:4500:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:4500:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:4500:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:5500:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:5500:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:5500:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:5500:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:5500:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:5500:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:5500:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:5500:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:5500:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6506:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6506:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6506:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6506:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6506:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6506:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6506:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6506:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6506:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6509:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6509:fans template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6509:temp template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6509:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6509:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6509:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6509:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6509:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6509:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6509:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:6509:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:7206:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:7206:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:7206:if_col template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:7206:if_dsc template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:7206:if_err template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:7206:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:7206:serial template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:7206:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read cisco:7206:if_stat template [09-02-04@09:24:17] DEBUG TEMPLATES: read powerware:9170:power template [09-02-04@09:24:17] DEBUG TEMPLATES: read Network Appliances:NetApp v1.0:cluster template [09-02-04@09:24:17] DEBUG TEMPLATES: read Network Appliances:NetApp v1.0:quota template [09-02-04@09:24:17] DEBUG TEMPLATES: read Network Appliances:NetApp v1.0:netapptemp template [09-02-04@09:24:17] DEBUG TEMPLATES: read Network Appliances:NetApp v1.0:status template [09-02-04@09:24:17] DEBUG TEMPLATES: read Network Appliances:NetApp v1.0:volume template [09-02-04@09:24:17] DEBUG TEMPLATES: read Network Appliances:NetApp v1.0:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: read f5:bigip:cpu template [09-02-04@09:24:17] DEBUG TEMPLATES: read f5:bigip:fan template [09-02-04@09:24:17] DEBUG TEMPLATES: read f5:bigip:vip template [09-02-04@09:24:17] DEBUG TEMPLATES: read f5:bigip:pool template [09-02-04@09:24:17] DEBUG TEMPLATES: read f5:bigip:cluster template [09-02-04@09:24:17] DEBUG TEMPLATES: read f5:bigip:connects template [09-02-04@09:24:17] DEBUG TEMPLATES: read f5:bigip:memory template [09-02-04@09:24:17] DEBUG TEMPLATES: read f5:bigip:if_load template [09-02-04@09:24:17] DEBUG TEMPLATES: running post_template_load() [09-02-04@09:24:17] DEBUG CFG: running read_hosts [09-02-04@09:24:17] DEBUG SNMP: running poll_devices() [09-02-04@09:24:17] DEBUG SNMP: 8 [09-02-04@09:24:17] DEBUG SNMP: 0 => 1.3.6.1.4.1.13315.100.101.1.1.2.1.0 [09-02-04@09:24:17] DEBUG SNMP: 1 => 1.3.6.1.4.1.13315.100.101.1.1.2.3.0 [09-02-04@09:24:17] DEBUG SNMP: 2 => 1.3.6.1.4.1.13315.100.101.1.1.2.5.0 [09-02-04@09:24:17] DEBUG SNMP: 3 => 1.3.6.1.4.1.13315.100.101.1.4.1.1.0 [09-02-04@09:24:17] DEBUG SNMP: 4 => 1.3.6.1.4.1.13315.100.101.1.1.1.1.0 [09-02-04@09:24:17] DEBUG SNMP: 5 => 1.3.6.1.4.1.13315.100.101.1.1.2.6.0 [09-02-04@09:24:17] DEBUG SNMP: 6 => 1.3.6.1.4.1.13315.100.101.1.1.2.2.0 [09-02-04@09:24:17] DEBUG SNMP: 7 => 1.3.6.1.4.1.13315.100.101.1.1.2.4.0 [09-02-04@09:24:17] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.1.0 [09-02-04@09:24:17] DEBUG SNMP: Pooling 1 oids Can't use an undefined value as a HASH reference at /usr/local/devmon/modules/dm_snmp.pm line 405, <$__ANONIO__> line 568. [09-02-04@09:24:17] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.3.0 [09-02-04@09:24:17] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:17] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.5.0 [09-02-04@09:24:17] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:17] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.4.1.1.0 [09-02-04@09:24:17] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:17] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.1.1.0 [09-02-04@09:24:17] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:17] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.6.0 [09-02-04@09:24:17] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:17] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.2.0 [09-02-04@09:24:17] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:17] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.4.0 [09-02-04@09:24:17] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: 9 [09-02-04@09:24:18] DEBUG SNMP: 0 => 1.3.6.1.2.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: 1 => 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6 [09-02-04@09:24:18] DEBUG SNMP: 2 => 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7 [09-02-04@09:24:18] DEBUG SNMP: 3 => 1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: 4 => 1.3.6.1.4.1.9.9.48.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: 5 => 1.3.6.1.4.1.9.9.48.1.1.1.6.1 [09-02-04@09:24:18] DEBUG SNMP: 6 => 1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 [09-02-04@09:24:18] DEBUG SNMP: 7 => 1.3.6.1.2.1.1.5.0 [09-02-04@09:24:18] DEBUG SNMP: 8 => 1.3.6.1.2.1.1.3.0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: 9 [09-02-04@09:24:18] DEBUG SNMP: 0 => 1.3.6.1.2.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: 1 => 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6 [09-02-04@09:24:18] DEBUG SNMP: 2 => 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7 [09-02-04@09:24:18] DEBUG SNMP: 3 => 1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: 4 => 1.3.6.1.4.1.9.9.48.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: 5 => 1.3.6.1.4.1.9.9.48.1.1.1.6.1 [09-02-04@09:24:18] DEBUG SNMP: 6 => 1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 [09-02-04@09:24:18] DEBUG SNMP: 7 => 1.3.6.1.2.1.1.5.0 [09-02-04@09:24:18] DEBUG SNMP: 8 => 1.3.6.1.2.1.1.3.0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: 16 [09-02-04@09:24:18] DEBUG SNMP: 0 => 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7 [09-02-04@09:24:18] DEBUG SNMP: 1 => 1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 [09-02-04@09:24:18] DEBUG SNMP: 2 => 1.3.6.1.2.1.1.5.0 [09-02-04@09:24:18] DEBUG SNMP: 3 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.4.7 [09-02-04@09:24:18] DEBUG SNMP: 4 => 1.3.6.1.2.1.1.3.0 [09-02-04@09:24:18] DEBUG SNMP: 5 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.6 [09-02-04@09:24:18] DEBUG SNMP: 6 => 1.3.6.1.2.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: 7 => 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6 [09-02-04@09:24:18] DEBUG SNMP: 8 => 1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: 9 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.7 [09-02-04@09:24:18] DEBUG SNMP: 10 => 1.3.6.1.4.1.9.9.48.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: 11 => 1.3.6.1.4.1.9.9.48.1.1.1.6.1 [09-02-04@09:24:18] DEBUG SNMP: 12 => 1.3.6.1.2.1.47.1.1.1.1.2.1 [09-02-04@09:24:18] DEBUG SNMP: 13 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.6 [09-02-04@09:24:18] DEBUG SNMP: 14 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.7 [09-02-04@09:24:18] DEBUG SNMP: 15 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.4.6 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Dethawing data for [REMOVED HOSTNAME BY GH] [09-02-04@09:24:18] DEBUG SNMP: 9 [09-02-04@09:24:18] DEBUG SNMP: 0 => 1.3.6.1.4.1.13315.100.101.1.1.2.1.0 [09-02-04@09:24:18] DEBUG SNMP: 1 => 1.3.6.1.4.1.13315.100.101.1.4.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: 2 => 1.3.6.1.4.1.13315.100.101.1.1.2.6.0 [09-02-04@09:24:18] DEBUG SNMP: 3 => 1.3.6.1.4.1.13315.100.101.1.1.2.2.0 [09-02-04@09:24:18] DEBUG SNMP: 4 => 1.3.6.1.4.1.13315.100.101.1.2.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: 5 => 1.3.6.1.4.1.13315.100.101.1.1.2.3.0 [09-02-04@09:24:18] DEBUG SNMP: 6 => 1.3.6.1.4.1.13315.100.101.1.1.2.5.0 [09-02-04@09:24:18] DEBUG SNMP: 7 => 1.3.6.1.4.1.13315.100.101.1.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: 8 => 1.3.6.1.4.1.13315.100.101.1.1.2.4.0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: 8 [09-02-04@09:24:18] DEBUG SNMP: 0 => 1.3.6.1.4.1.13315.100.101.1.1.2.1.0 [09-02-04@09:24:18] DEBUG SNMP: 1 => 1.3.6.1.4.1.13315.100.101.1.1.2.3.0 [09-02-04@09:24:18] DEBUG SNMP: 2 => 1.3.6.1.4.1.13315.100.101.1.1.2.5.0 [09-02-04@09:24:18] DEBUG SNMP: 3 => 1.3.6.1.4.1.13315.100.101.1.4.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: 4 => 1.3.6.1.4.1.13315.100.101.1.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: 5 => 1.3.6.1.4.1.13315.100.101.1.1.2.6.0 [09-02-04@09:24:18] DEBUG SNMP: 6 => 1.3.6.1.4.1.13315.100.101.1.1.2.2.0 [09-02-04@09:24:18] DEBUG SNMP: 7 => 1.3.6.1.4.1.13315.100.101.1.1.2.4.0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: 9 [09-02-04@09:24:18] DEBUG SNMP: 0 => 1.3.6.1.2.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: 1 => 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6 [09-02-04@09:24:18] DEBUG SNMP: 2 => 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7 [09-02-04@09:24:18] DEBUG SNMP: 3 => 1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: 4 => 1.3.6.1.4.1.9.9.48.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: 5 => 1.3.6.1.4.1.9.9.48.1.1.1.6.1 [09-02-04@09:24:18] DEBUG SNMP: 6 => 1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 [09-02-04@09:24:18] DEBUG SNMP: 7 => 1.3.6.1.2.1.1.5.0 [09-02-04@09:24:18] DEBUG SNMP: 8 => 1.3.6.1.2.1.1.3.0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: 16 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: 8 [09-02-04@09:24:18] DEBUG SNMP: 0 => 1.3.6.1.4.1.13315.100.101.1.1.2.1.0 [09-02-04@09:24:18] DEBUG SNMP: 1 => 1.3.6.1.4.1.13315.100.101.1.1.2.3.0 [09-02-04@09:24:18] DEBUG SNMP: 2 => 1.3.6.1.4.1.13315.100.101.1.1.2.5.0 [09-02-04@09:24:18] DEBUG SNMP: 3 => 1.3.6.1.4.1.13315.100.101.1.4.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: 4 => 1.3.6.1.4.1.13315.100.101.1.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: 5 => 1.3.6.1.4.1.13315.100.101.1.1.2.6.0 [09-02-04@09:24:18] DEBUG SNMP: 6 => 1.3.6.1.4.1.13315.100.101.1.1.2.2.0 [09-02-04@09:24:18] DEBUG SNMP: 7 => 1.3.6.1.4.1.13315.100.101.1.1.2.4.0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.4.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: 0 => 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7 [09-02-04@09:24:18] DEBUG SNMP: 1 => 1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 [09-02-04@09:24:18] DEBUG SNMP: 2 => 1.3.6.1.2.1.1.5.0 [09-02-04@09:24:18] DEBUG SNMP: 3 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.4.7 [09-02-04@09:24:18] DEBUG SNMP: 4 => 1.3.6.1.2.1.1.3.0 [09-02-04@09:24:18] DEBUG SNMP: 5 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.6 [09-02-04@09:24:18] DEBUG SNMP: 6 => 1.3.6.1.2.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: 7 => 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6 [09-02-04@09:24:18] DEBUG SNMP: 8 => 1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: 9 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.7 [09-02-04@09:24:18] DEBUG SNMP: 10 => 1.3.6.1.4.1.9.9.48.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: 11 => 1.3.6.1.4.1.9.9.48.1.1.1.6.1 [09-02-04@09:24:18] DEBUG SNMP: 12 => 1.3.6.1.2.1.47.1.1.1.1.2.1 [09-02-04@09:24:18] DEBUG SNMP: 13 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.6 [09-02-04@09:24:18] DEBUG SNMP: 14 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.7 [09-02-04@09:24:18] DEBUG SNMP: 15 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.4.6 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: 16 [09-02-04@09:24:18] DEBUG SNMP: 0 => 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7 [09-02-04@09:24:18] DEBUG SNMP: 1 => 1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 [09-02-04@09:24:18] DEBUG SNMP: 2 => 1.3.6.1.2.1.1.5.0 [09-02-04@09:24:18] DEBUG SNMP: 3 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.4.7 [09-02-04@09:24:18] DEBUG SNMP: 4 => 1.3.6.1.2.1.1.3.0 [09-02-04@09:24:18] DEBUG SNMP: 5 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.6 [09-02-04@09:24:18] DEBUG SNMP: 6 => 1.3.6.1.2.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: 7 => 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6 [09-02-04@09:24:18] DEBUG SNMP: 8 => 1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: 9 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.7 [09-02-04@09:24:18] DEBUG SNMP: 10 => 1.3.6.1.4.1.9.9.48.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: 11 => 1.3.6.1.4.1.9.9.48.1.1.1.6.1 [09-02-04@09:24:18] DEBUG SNMP: 12 => 1.3.6.1.2.1.47.1.1.1.1.2.1 [09-02-04@09:24:18] DEBUG SNMP: 13 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.6 [09-02-04@09:24:18] DEBUG SNMP: 14 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.7 [09-02-04@09:24:18] DEBUG SNMP: 15 => 1.3.6.1.4.1.9.9.147.1.2.1.1.1.4.6 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.5.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.4.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.3.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.3.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.3.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.6.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.5.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.5.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.5.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.5.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.48.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.4.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.4.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.2.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.48.1.1.1.6.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.4.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.3.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.47.1.1.1.1.2.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.4.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.2.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.3.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.4.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.3.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.5.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.6.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.48.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.1.1.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.2.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.48.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.6.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.48.1.1.1.6.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.48.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.4.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.48.1.1.1.6.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.2.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.47.1.1.1.1.2.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.4.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.48.1.1.1.6.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.47.1.1.1.1.2.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.13315.100.101.1.1.2.4.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.4.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.7 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.147.1.2.1.1.1.4.6 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.5.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.3.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.48.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.48.1.1.1.5.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.48.1.1.1.6.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.48.1.1.1.6.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Failed queries 0 [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.5.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.5.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.3.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@09:24:18] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.2.1.1.3.0 [09-02-04@09:24:18] DEBUG SNMP: Pooling 1 oids [09-02-04@10:25:30] Shutting down On Wed, Feb 4, 2009 at 8:49 AM, Geoff Hallford <geo...@gm...>wrote: > Hey Buchan, > > I have installed 0.3.1-beta1 and it went purple after about a day. I am now > running it with the --debug flag but is there a way to get it dump the debug > info to the logfile and not to stdout? > > Thanks. > > Geoff Hallford > > > > On Mon, Feb 2, 2009 at 11:39 AM, Buchan Milne <bg...@st...>wrote: > >> For those who didn't notice, I released 0.3.1-beta1 on 23 Jan. >> >> I would appreciate feedback from anyone who has run this. Release notes >> are >> available on the links included below. >> >> There's not much else I want to get in to the 0.3.1 code release, I am >> only >> currently working in more templates (and the changes I actually want to >> make >> are too intrusive for 0.3.1, so I want to get this release out the door). >> >> Regards, >> Buchan >> >> ---------- Forwarded Message ---------- >> >> Subject: [SourceForge.net Release] devmon : devmon >> Date: Friday 23 January 2009 >> From: "SourceForge.net" <no...@so...> >> To: no...@so... >> >> Project: Devmon (devmon) >> Package: devmon >> Date : 2009-01-23 18:43 >> >> Project "Devmon" ('devmon') has released the new version of package >> 'devmon'. >> You can download it from SourceForge.net by following this link: >> < >> https://sourceforge.net/project/showfiles.php?group_id=160720&release_id=655762 >> > >> or browse Release Notes and ChangeLog by visiting this link: >> <https://sourceforge.net/project/shownotes.php?release_id=655762> >> >> You receive this email because you requested to be notified when new >> versions >> of this package were released. If you don't wish to be notified in the >> future, >> please login to SourceForge.net and click this link: >> < >> https://sourceforge.net/project/filemodule_unmonitor.php?filemodule_id=180836 >> > >> If you lost your SourceForge.net login name or password, refer to this >> document: >> <http://p.sf.net/sitedocs/accountproblems> >> >> Note that you may receive this message indirectly via one of your mailing >> list >> subscriptions. Please review message headers before reporting unsolicited >> mailings. >> >> >> ------------------------------------------------------- >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by: >> SourcForge Community >> SourceForge wants to tell your story. >> http://p.sf.net/sfu/sf-spreadtheword >> _______________________________________________ >> Devmon-support mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devmon-support >> > > |
From: Geoff H. <geo...@gm...> - 2009-02-04 13:49:12
|
Hey Buchan, I have installed 0.3.1-beta1 and it went purple after about a day. I am now running it with the --debug flag but is there a way to get it dump the debug info to the logfile and not to stdout? Thanks. Geoff Hallford On Mon, Feb 2, 2009 at 11:39 AM, Buchan Milne <bg...@st...>wrote: > For those who didn't notice, I released 0.3.1-beta1 on 23 Jan. > > I would appreciate feedback from anyone who has run this. Release notes are > available on the links included below. > > There's not much else I want to get in to the 0.3.1 code release, I am only > currently working in more templates (and the changes I actually want to > make > are too intrusive for 0.3.1, so I want to get this release out the door). > > Regards, > Buchan > > ---------- Forwarded Message ---------- > > Subject: [SourceForge.net Release] devmon : devmon > Date: Friday 23 January 2009 > From: "SourceForge.net" <no...@so...> > To: no...@so... > > Project: Devmon (devmon) > Package: devmon > Date : 2009-01-23 18:43 > > Project "Devmon" ('devmon') has released the new version of package > 'devmon'. > You can download it from SourceForge.net by following this link: > < > https://sourceforge.net/project/showfiles.php?group_id=160720&release_id=655762 > > > or browse Release Notes and ChangeLog by visiting this link: > <https://sourceforge.net/project/shownotes.php?release_id=655762> > > You receive this email because you requested to be notified when new > versions > of this package were released. If you don't wish to be notified in the > future, > please login to SourceForge.net and click this link: > < > https://sourceforge.net/project/filemodule_unmonitor.php?filemodule_id=180836 > > > If you lost your SourceForge.net login name or password, refer to this > document: > <http://p.sf.net/sitedocs/accountproblems> > > Note that you may receive this message indirectly via one of your mailing > list > subscriptions. Please review message headers before reporting unsolicited > mailings. > > > ------------------------------------------------------- > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |
From: Buchan M. <bg...@st...> - 2009-02-02 16:39:39
|
For those who didn't notice, I released 0.3.1-beta1 on 23 Jan. I would appreciate feedback from anyone who has run this. Release notes are available on the links included below. There's not much else I want to get in to the 0.3.1 code release, I am only currently working in more templates (and the changes I actually want to make are too intrusive for 0.3.1, so I want to get this release out the door). Regards, Buchan ---------- Forwarded Message ---------- Subject: [SourceForge.net Release] devmon : devmon Date: Friday 23 January 2009 From: "SourceForge.net" <no...@so...> To: no...@so... Project: Devmon (devmon) Package: devmon Date : 2009-01-23 18:43 Project "Devmon" ('devmon') has released the new version of package 'devmon'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php?group_id=160720&release_id=655762 > or browse Release Notes and ChangeLog by visiting this link: <https://sourceforge.net/project/shownotes.php?release_id=655762> You receive this email because you requested to be notified when new versions of this package were released. If you don't wish to be notified in the future, please login to SourceForge.net and click this link: <https://sourceforge.net/project/filemodule_unmonitor.php?filemodule_id=180836> If you lost your SourceForge.net login name or password, refer to this document: <http://p.sf.net/sitedocs/accountproblems> Note that you may receive this message indirectly via one of your mailing list subscriptions. Please review message headers before reporting unsolicited mailings. ------------------------------------------------------- |
From: Thomas K. <tk...@we...> - 2009-02-02 14:45:38
|
Hi, On Fri, Jan 23, 2009 at 03:55:38PM +0100, Thomas Kähn wrote: > if possible try to apply the timeout patch. > > Our devmon servers also turned purple nearly every day until I've set up > a cronjob to restart three times per hour. However since running in > debug mode it happened only once. Which was possibly caused by the > missing timeout. Since applying this patch everything runs fine. by the way, I've disabled debug mode for quite a couple of days and it didn't turn purple up to now :-) Best regards Thomas -- Thomas Kähn NetCologne Network Engineering & Design Gesellschaft für Telekommunikation mbH Im Süsterfeld 6 Telefon: 0241/701333-18 52072 Aachen Fax: 0241/911879 Handelsregister: HRB 25580, Amtsgericht Köln Geschäftsführer: Werner Hanf, Dipl.-Ing. Karl-Heinz Zankel |
From: Thomas K. <tk...@we...> - 2009-02-02 14:41:53
|
Hi, is it basically possible to select interfaces using ifIndex? I've got the problem that ifName does not contain sensible information on some switches. I've tried to do the following: Setting except(all;ifName;o:215282406|301062678) in bb-hosts and altered the following lines in the oids file: ifName : .1.3.6.1.2.1.2.2.1.1 : branch ifAlias : .1.3.6.1.2.1.31.1.1.1.1 : branch However devmon still claims: [09-02-02@15:37:40] Missing repeater data for ifName for if_hcload msg Running snmpwalk manually the OIDs are shown as expected. Best regards Thomas -- Thomas Kähn NetCologne Network Engineering & Design Gesellschaft für Telekommunikation mbH Im Süsterfeld 6 Telefon: 0241/701333-18 52072 Aachen Fax: 0241/911879 Handelsregister: HRB 25580, Amtsgericht Köln Geschäftsführer: Werner Hanf, Dipl.-Ing. Karl-Heinz Zankel |
From: Appana M. <de...@de...> - 2009-01-28 02:59:47
|
Best present to your girlfriend. Love Is Not Enough http://wrosjaevg.narod.ru Leaders of the antislavery party, promising him to thee, o soul of the universe, o parent of all at all impairing faithfulness to the original. Wrathful (in battle), who overthrew us in repeated every foe. Karna otherwise called vaikartana,. |
From: Geoff H. <geo...@gm...> - 2009-01-23 17:09:42
|
Okay thanks I will try that. Does this increase the logfile size created by devmon, as it is debug all the time? Is that the only change? 'Nobody goes there anymore. It's too crowded.' --Yogi Berra On Fri, Jan 23, 2009 at 9:55 AM, Thomas Kähn <tk...@we...> wrote: > Hi Geoff, > > On Fri, Jan 23, 2009 at 09:40:35AM -0500, Geoff Hallford wrote: > > Once the patch is finalized, is there going to be a message sent out to > > everyone? Mine is going devmon is going purple now 1 to 2 times per day > on > > average. > > if possible try to apply the timeout patch. > > Our devmon servers also turned purple nearly every day until I've set up > a cronjob to restart three times per hour. However since running in > debug mode it happened only once. Which was possibly caused by the > missing timeout. Since applying this patch everything runs fine. > > However I don't know what happens when disabling debug mode again. > > Best regards > Thomas > -- > Thomas Kähn NetCologne > Network Engineering & Design Gesellschaft für Telekommunikation mbH > Im Süsterfeld 6 > Telefon: 0241/701333-18 52072 Aachen > Fax: 0241/911879 > Handelsregister: HRB 25580, Amtsgericht Köln > Geschäftsführer: Werner Hanf, Dipl.-Ing. Karl-Heinz Zankel > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |
From: Buchan M. <bg...@st...> - 2009-01-23 17:05:33
|
On Friday 23 January 2009 16:40:35 Geoff Hallford wrote: > Once the patch is finalized, is there going to be a message sent out to > everyone? Well, one definite potential cause is addressed, and I have released 0.3.1- beta1 with the fix to that. If it doesn't fix things for you, then you should run 0.3.1-beta1 under screen in debug mode, and if it hangs (goes purple), send all the output you have available in the screen session. You can also have screen record to file, but it's a *lot* of output. There are a number of other bug fixes in 0.3.1-beta1, and a few new features, and I doubt there are any new problems, so it is worthwhile trying. > Mine is going devmon is going purple now 1 to 2 times per day on > average. We've seen a different cause here, which isn't fixed in 0.3.1-beta1, but it took 40 days running in debug mode to reproduce it on a smallish installation (and about 2 weeks on one a bit bigger). I'm testing a fix for that one, but it's going to take a bit longer to see if it is fixed. Regards, Buchan |
From: Thomas K. <tk...@we...> - 2009-01-23 14:55:47
|
Hi Geoff, On Fri, Jan 23, 2009 at 09:40:35AM -0500, Geoff Hallford wrote: > Once the patch is finalized, is there going to be a message sent out to > everyone? Mine is going devmon is going purple now 1 to 2 times per day on > average. if possible try to apply the timeout patch. Our devmon servers also turned purple nearly every day until I've set up a cronjob to restart three times per hour. However since running in debug mode it happened only once. Which was possibly caused by the missing timeout. Since applying this patch everything runs fine. However I don't know what happens when disabling debug mode again. Best regards Thomas -- Thomas Kähn NetCologne Network Engineering & Design Gesellschaft für Telekommunikation mbH Im Süsterfeld 6 Telefon: 0241/701333-18 52072 Aachen Fax: 0241/911879 Handelsregister: HRB 25580, Amtsgericht Köln Geschäftsführer: Werner Hanf, Dipl.-Ing. Karl-Heinz Zankel |
From: Geoff H. <geo...@gm...> - 2009-01-23 14:40:47
|
Once the patch is finalized, is there going to be a message sent out to everyone? Mine is going devmon is going purple now 1 to 2 times per day on average. 'Nobody goes there anymore. It's too crowded.' --Yogi Berra On Fri, Jan 23, 2009 at 1:32 AM, Thomas Kähn <tk...@we...> wrote: > Hi Buchan, > > On Thu, Jan 22, 2009 at 06:07:40PM +0200, Buchan Milne wrote: > > On Friday 09 January 2009 14:43:37 Thomas Kähn wrote: > > > > > [09-01-09@07:24:36] Starting snmp queries > > > > > [09-01-09@07:24:36] Getting device status from hobbit at > > > > > xx.xx.xx.xx:1984 > > > > > > > > > > It is possible, that this system couldn't reach the hobbit server > > > > > at that time. However it didn't recover from this status. > > > > > > > > Hmm, try as I might I can't get hobbitd to die between "my $sock = > > > > IO::Socket::INET->new" (or "if(defined $sock)" ) and while(<$sock>). > > > > > > > > However, simply adding a timeout to the socket may be enough to fix > this, > > > > can you try with this patch ? > > > > > > I've added this patch to our devmon servers. Let's see what happens. > > > > Did you add the patch? Has it improved matters? > > yes, I've applied it to a couple of servers. All of them - still running in > debug mode - didn't turn purple until now. > > So this might have been the solution to the problem. > > Best regards > Thomas > -- > Thomas Kähn NetCologne > Network Engineering & Design Gesellschaft für Telekommunikation mbH > Im Süsterfeld 6 > Telefon: 0241/701333-18 52072 Aachen > Fax: 0241/911879 > Handelsregister: HRB 25580, Amtsgericht Köln > Geschäftsführer: Werner Hanf, Dipl.-Ing. Karl-Heinz Zankel > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |
From: Thomas K. <tk...@we...> - 2009-01-23 06:32:42
|
Hi Buchan, On Thu, Jan 22, 2009 at 06:07:40PM +0200, Buchan Milne wrote: > On Friday 09 January 2009 14:43:37 Thomas Kähn wrote: > > > > [09-01-09@07:24:36] Starting snmp queries > > > > [09-01-09@07:24:36] Getting device status from hobbit at > > > > xx.xx.xx.xx:1984 > > > > > > > > It is possible, that this system couldn't reach the hobbit server > > > > at that time. However it didn't recover from this status. > > > > > > Hmm, try as I might I can't get hobbitd to die between "my $sock = > > > IO::Socket::INET->new" (or "if(defined $sock)" ) and while(<$sock>). > > > > > > However, simply adding a timeout to the socket may be enough to fix this, > > > can you try with this patch ? > > > > I've added this patch to our devmon servers. Let's see what happens. > > Did you add the patch? Has it improved matters? yes, I've applied it to a couple of servers. All of them - still running in debug mode - didn't turn purple until now. So this might have been the solution to the problem. Best regards Thomas -- Thomas Kähn NetCologne Network Engineering & Design Gesellschaft für Telekommunikation mbH Im Süsterfeld 6 Telefon: 0241/701333-18 52072 Aachen Fax: 0241/911879 Handelsregister: HRB 25580, Amtsgericht Köln Geschäftsführer: Werner Hanf, Dipl.-Ing. Karl-Heinz Zankel |
From: Buchan M. <bg...@st...> - 2009-01-22 16:08:14
|
On Friday 09 January 2009 14:43:37 Thomas Kähn wrote: > Hi Buchan, > > On Fri, Jan 09, 2009 at 01:17:22PM +0200, Buchan Milne wrote: > > > one of our devmon servers turned purple this morning. It stopped here: > > > > > > [09-01-09@07:24:36] DEBUG TEMPLATES: running post_template_load() > > > [09-01-09@07:24:36] DEBUG CFG: running read_hosts > > > [09-01-09@07:24:36] DEBUG SNMP: running poll_devices() > > > [09-01-09@07:24:36] Starting snmp queries > > > [09-01-09@07:24:36] Getting device status from hobbit at > > > xx.xx.xx.xx:1984 > > > > > > It is possible, that this system couldn't reach the hobbit server > > > at that time. However it didn't recover from this status. > > > > Hmm, try as I might I can't get hobbitd to die between "my $sock = > > IO::Socket::INET->new" (or "if(defined $sock)" ) and while(<$sock>). > > > > However, simply adding a timeout to the socket may be enough to fix this, > > can you try with this patch ? > > I've added this patch to our devmon servers. Let's see what happens. Did you add the patch? Has it improved matters? Regards, Buchan |
From: Buchan M. <bg...@st...> - 2009-01-22 09:13:57
|
On Wednesday 21 January 2009 20:00:35 James Lose wrote: > Is there a repository for contributed DEVMON templates? All templates that have been contributed are in svn ... (well, besides two that one of my colleagues created last week which I haven't had time to commit yet). However, I quite often see people posting questions relating to their own templates, which they haven't provided ... which I can't include in svn. The method I would prefer for templates to be contributed is via an 'svn diff' attached to a tracker item, however tarballs to the mailing list are sufficient. Regards, Buchan |
From: James L. <jam...@tw...> - 2009-01-21 18:00:42
|
Is there a repository for contributed DEVMON templates? |
From: Buchan M. <bg...@st...> - 2009-01-20 08:14:17
|
Please keep replies on the list. Other people on the list may be able to help you as well ... On Monday 19 January 2009 16:23:46 David Lindin wrote: > Hi! > > I did try to create a template for the Poweredge 2850. It was almost a copy > of the Poweredge template. I did try how the lookup worked wit that one. > The problem is not that the Poweredge-template is not working. becaus I'm > interested in the Powerconnect switches. Sure, but with two broken templates, it's difficult to tell which one you actually want help with. > They do not have the same OID as > Poweredge. No, most likely it is a better idea to start with another switch or similar device. The linux-openwrt template may be a good one to start with (it's actually very generic, it's if_* tests only use IFMIB), or if the PowerConnect's are more similar to Cisco equipment, maybe the cisco-6509 template (but it uses some non-IFMIB Cisco-specific MIBs in it's if_* tests). > The issue is that I get the "Use of uninitialized value in join > or string at /usr/share/perl5/BER.pm line 294, <$__ANONIO__> line 9."-line. RIght, but you didn't reply to my reply on this topic, which I have included again for you below. > When i google on it it looks like it is some problem with concatenation > with NULL-values. I do not know... Well, you seem to be trying to use an OID name, not a numeric OID, which is not supported at present. Use the numeric OID. > In Xymon the result is following "primary OID FanDescr1 in table is a > non-repeater". I get this on all SNMP-data that I have tried on. When I try > to use a normal SNMP-walk i get a lot of results with the exact same OID, > only this time not with Perl. > > > The Poweredge-2850 Template is gone now and it is still not working. My previous reply: > > [09-01-19@13:33:02] DEBUG SNMP: Pooling 1 oids > > > > [09-01-19@13:33:02] DEBUG SNMP: 1 > > > > [09-01-19@13:33:02] DEBUG SNMP: 0 => SNMPv2-SMI > > > > [09-01-19@13:33:02] DEBUG SNMP: Adding ID => 1 OID =>SNMPv2-SMI > > This looks suspicious. At present, I don't believe devmon will support the > use of textual OID definitions. Please use the numeric OID in the 'oids' > file only. Also, it may help if you post your template. Regards, Buchan |
From: Buchan M. <bg...@st...> - 2009-01-19 13:52:11
|
On Monday 19 January 2009 14:41:47 David Lindin wrote: > When I try to run some SNMP-tests on Dell-switches (5324 and 6224) and also > a Dell Poweredge-server I get some problems with the BER.pm file. > > The OS is Debian Etch with package libsnmp-session-perl 1.12 > > > > > > The Debug-log: > > > > [09-01-19@13:33:02] Nodename autodetected as draxdev > > [09-01-19@13:33:02] ---Initilizing devmon... > > [09-01-19@13:33:02] Verbosity level: 5 > > [09-01-19@13:33:02] Logging to /var/log/devmon.log > > [09-01-19@13:33:02] Node 0 reporting to localhost > > [09-01-19@13:33:02] Running under process id: 1104 > > [09-01-19@13:33:02] Entering poll loop > > [09-01-19@13:33:02] DEBUG TEMPLATES: running read_templates() > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read dell:6224:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read dell:6224:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read Network Appliances:NetApp > v1.0:volume template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read Network Appliances:NetApp > v1.0:quota template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read Network Appliances:NetApp > v1.0:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read Network Appliances:NetApp > v1.0:status template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read Network Appliances:NetApp > v1.0:cluster template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read Network Appliances:NetApp > v1.0:netapptemp template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read linux:openwrt:disk template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read linux:openwrt:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read linux:openwrt:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read Dell:Poweredge 2850:raid template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read Dell:Poweredge 2850:temp template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read Dell:Poweredge 2850:power > template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read Dell:Poweredge 2850:fans template Do you really need a different template for PE 2850 ? Does the existing "dell- poweredge" template not work for you? > > [09-01-19@13:33:02] DEBUG TEMPLATES: read dell:perc:raid template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read apc:9619:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read apc:9619:env template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2811:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2811:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2811:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2811:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2811:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2811:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read apc:9617:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip-lite:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip-lite:fan template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip-lite:connects template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip-lite:cluster template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read compaq:server:raid template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read compaq:server:temp template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read compaq:server:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read compaq:server:log template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read compaq:server:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1700:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1700:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1700:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1700:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1700:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1700:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read powerware:bestlink:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:connects template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:cluster template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:vip template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:fan template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:connects template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:cluster template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:pool template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read apc:9205:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read ibm:rsa2:temp template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read ibm:rsa2:status template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read ibm:rsa2:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read powerware:9170:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read powerware:xups:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:pix:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:pix:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:pix:connects template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read apc:9609:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:if_col template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:if_err template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:if_dsc template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:if_load template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:temp template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:serial template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:memory template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:if_stat template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read aruba:5000:cpu template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read aruba:5000:aps template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read aruba:5000:devices template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read dell:5324:power template > > [09-01-19@13:33:02] DEBUG TEMPLATES: read dell:5324:fans template > > [09-01-19@13:33:02] DEBUG TEMPLATES: running post_template_load() > > [09-01-19@13:33:02] DEBUG CFG: running read_hosts > > [09-01-19@13:33:02] DEBUG SNMP: running poll_devices() > > [09-01-19@13:33:02] Starting snmp queries > > [09-01-19@13:33:02] Getting device status from hobbit at localhost:1984 > > [09-01-19@13:33:02] Querying energizer-8 for tests power,fans > > [09-01-19@13:33:02] Querying energizer-core-01 for tests power,fans > > [09-01-19@13:33:02] DEBUG SNMP: 4 > > [09-01-19@13:33:02] DEBUG SNMP: 0 => > 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.3.67109250 > > [09-01-19@13:33:02] DEBUG SNMP: 1 => > 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.2.67109250 > > [09-01-19@13:33:02] DEBUG SNMP: 2 => > 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.2.67109249 > > [09-01-19@13:33:02] DEBUG SNMP: 3 => > 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.3.67109249 > > [09-01-19@13:33:02] DEBUG SNMP: Adding ID => 1 OID > =>1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.3.67109250 > > [09-01-19@13:33:02] DEBUG SNMP: Pooling 1 oids > > [09-01-19@13:33:02] DEBUG SNMP: 1 > > [09-01-19@13:33:02] DEBUG SNMP: 0 => SNMPv2-SMI > > [09-01-19@13:33:02] DEBUG SNMP: Adding ID => 1 OID =>SNMPv2-SMI This looks suspicious. At present, I don't believe devmon will support the use of textual OID definitions. Please use the numeric OID in the 'oids' file only. > > [09-01-19@13:33:02] DEBUG SNMP: Pooling 1 oids > > [09-01-19@13:33:02] DEBUG SNMP: Adding ID => 1 OID > =>1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.2.67109250 > > [09-01-19@13:33:02] DEBUG SNMP: Pooling 1 oids > > [09-01-19@13:33:02] DEBUG SNMP: Adding ID => 1 OID > =>1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.2.67109249 > > [09-01-19@13:33:02] DEBUG SNMP: Pooling 1 oids > > [09-01-19@13:33:02] DEBUG SNMP: Adding ID => 1 OID > =>1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.3.67109249 > > [09-01-19@13:33:02] DEBUG SNMP: Pooling 1 oids > > [09-01-19@13:33:02] DEBUG SNMP: > > [09-01-19@13:33:02] DEBUG SNMP: Failed queries 1 > > [09-01-19@13:33:02] DEBUG SNMP: > > [09-01-19@13:33:02] DEBUG SNMP: Failed queries 2 > > [09-01-19@13:33:02] DEBUG SNMP: Dethawing data for energizer-8 > > [09-01-19@13:33:02] ERROR: Error walking > 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.2.67109185 for energizer-8 () > > [09-01-19@13:33:02] ERROR: Error walking > 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.3.67109185 for energizer-8 () > > [09-01-19@13:33:27] DEBUG SNMP: Dethawing data for energizer-core-01 > > [09-01-19@13:33:27] ERROR: snmpget energizer-core-01 (no response received) > > [09-01-19@13:33:27] SNMP: Queried energizer-8: expected 6, received 4 > > [09-01-19@13:33:27] SNMP: Queried energizer-core-01: expected 3, received 0 > > [09-01-19@13:33:27] DEBUG TESTS: running tests() > > [09-01-19@13:33:27] Performing test logic > > [09-01-19@13:33:27] No SNMP data found for PsuState on energizer-8 > > [09-01-19@13:33:27] No SNMP data found for PsuDescr on energizer-8 > > [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on > energizer-8/PsuStatus > > [09-01-19@13:33:27] DEBUG TEST: Rendering power message for energizer-8 > > [09-01-19@13:33:27] Missing repeater data for PsuDescr for power msg > > [09-01-19@13:33:27] DEBUG TESTS: energizer-8 had one or more clear errors > during test power > > [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on > energizer-8/PsuStatus > > [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on > energizer-8/FanStatus2 > > [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on > energizer-8/FanStatus1 > > [09-01-19@13:33:27] DEBUG TEST: Rendering fans message for energizer-8 > > [09-01-19@13:33:27] Primary OID FanDescr1 in fans table is a non-repeater > > [09-01-19@13:33:27] Primary OID FanDescr2 in fans table is a non-repeater > > [09-01-19@13:33:27] No SNMP data found for PsuState on energizer-core-01 > > [09-01-19@13:33:27] No SNMP data found for PsuDescr on energizer-core-01 > > [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on > energizer-core-01/PsuStatus > > [09-01-19@13:33:27] DEBUG TEST: Rendering power message for > energizer-core-01 > > [09-01-19@13:33:27] Missing repeater data for PsuDescr for power msg > > [09-01-19@13:33:27] DEBUG TESTS: energizer-core-01 had one or more clear > errors during test power > > [09-01-19@13:33:27] No SNMP data found for FanDescr3 on energizer-core-01 > > [09-01-19@13:33:27] No SNMP data found for FanDescr1 on energizer-core-01 > > [09-01-19@13:33:27] No SNMP data found for FanState1 on energizer-core-01 > > [09-01-19@13:33:27] No SNMP data found for FanDescr2 on energizer-core-01 > > [09-01-19@13:33:27] No SNMP data found for FanState2 on energizer-core-01 > > [09-01-19@13:33:27] No SNMP data found for FanState3 on energizer-core-01 > > [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on > energizer-core-01/FanStatus3 > > [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on > energizer-core-01/FanStatus2 > > [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on > energizer-core-01/FanStatus1 > > [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on > energizer-core-01/PsuStatus > > [09-01-19@13:33:27] DEBUG TEST: Rendering fans message for > energizer-core-01 > > [09-01-19@13:33:27] Missing repeater data for FanDescr1 for fans msg > > [09-01-19@13:33:27] Missing repeater data for FanDescr2 for fans msg > > [09-01-19@13:33:27] Missing repeater data for FanDescr3 for fans msg > > [09-01-19@13:33:27] DEBUG TESTS: energizer-core-01 had one or more clear > errors during test fans > > [09-01-19@13:33:27] Done with test logic > > [09-01-19@13:33:27] DEBUG MSG: running send_msgs() > > [09-01-19@13:33:27] Sending messages to display server > > status draxdev.dm green Mon Jan 19 13:33:27 2009 > > > > devmon, version 0.3.0-rc1 > > > > Node name: draxdev > > Node number: 0 > > Process ID: 1104 > > > > Cycle time: 60 > > Dead time: 180 > > > > Polled devices: 2 > > Polled tests: 2 > > Avg tests/node: n/a > > # clear msgs: 0 > > > > SNMP test time: 25 > > Test logic time: 0 > > BB msg xfer time: 0 > > This poll period: 25 > > > > Avg poll time: wait > > > > [09-01-19@13:33:27] DEBUG CFG: running time_test() > > [09-01-19@13:33:27] Sleeping for 35 seconds. > > [09-01-19@13:33:41] Shutting down > > > > > > And the prompt says: > > > > draxdev:/opt/devmon# /opt/devmon/devmon -f -vvvvv > /root/devmon_debug.txt > > Use of uninitialized value in join or string at /usr/share/perl5/BER.pm > line 294, <$__ANONIO__> line 9. > > SNMP Error: > > no response received > > SNMPv2c_Session (remote host: "192.168.250.6" [192.168.250.6].161) > > community: "public" > > request ID: -1364451622 > > PDU bufsize: 8000 bytes > > timeout: 5s > > retries: 5 > > backoff: 1) > > at /opt/devmon/modules/dm_snmp.pm line 488 > > > > Any ideas? > Well, devices aren't responding, and your custom templates seem not to be working were, AFAIK, existing templates should do fine for your PE's. I don't know why devmon is quitting in this case, but I think you should fix your template (or explain why the dell-poweredge template, which should work with anything running OMSA as far as I can tell, though I can only test up to 7th generation boxes, is not sufficient), and fix your SNMP configuration, first. Regards Buchan |
From: David L. <dav...@gm...> - 2009-01-19 12:41:55
|
When I try to run some SNMP-tests on Dell-switches (5324 and 6224) and also a Dell Poweredge-server I get some problems with the BER.pm file. The OS is Debian Etch with package libsnmp-session-perl 1.12 The Debug-log: [09-01-19@13:33:02] Nodename autodetected as draxdev [09-01-19@13:33:02] ---Initilizing devmon... [09-01-19@13:33:02] Verbosity level: 5 [09-01-19@13:33:02] Logging to /var/log/devmon.log [09-01-19@13:33:02] Node 0 reporting to localhost [09-01-19@13:33:02] Running under process id: 1104 [09-01-19@13:33:02] Entering poll loop [09-01-19@13:33:02] DEBUG TEMPLATES: running read_templates() [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3640:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2960:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read dell:6224:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read dell:6224:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:5500:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read Network Appliances:NetApp v1.0:volume template [09-01-19@13:33:02] DEBUG TEMPLATES: read Network Appliances:NetApp v1.0:quota template [09-01-19@13:33:02] DEBUG TEMPLATES: read Network Appliances:NetApp v1.0:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read Network Appliances:NetApp v1.0:status template [09-01-19@13:33:02] DEBUG TEMPLATES: read Network Appliances:NetApp v1.0:cluster template [09-01-19@13:33:02] DEBUG TEMPLATES: read Network Appliances:NetApp v1.0:netapptemp template [09-01-19@13:33:02] DEBUG TEMPLATES: read linux:openwrt:disk template [09-01-19@13:33:02] DEBUG TEMPLATES: read linux:openwrt:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read linux:openwrt:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read Dell:Poweredge 2850:raid template [09-01-19@13:33:02] DEBUG TEMPLATES: read Dell:Poweredge 2850:temp template [09-01-19@13:33:02] DEBUG TEMPLATES: read Dell:Poweredge 2850:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read Dell:Poweredge 2850:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read dell:perc:raid template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3750:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read apc:9619:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read apc:9619:env template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2950:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2811:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2811:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2811:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2811:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2811:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2811:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:MSFC2:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read apc:9617:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3550:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:4500:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip-lite:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip-lite:fan template [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip-lite:connects template [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip-lite:cluster template [09-01-19@13:33:02] DEBUG TEMPLATES: read compaq:server:raid template [09-01-19@13:33:02] DEBUG TEMPLATES: read compaq:server:temp template [09-01-19@13:33:02] DEBUG TEMPLATES: read compaq:server:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read compaq:server:log template [09-01-19@13:33:02] DEBUG TEMPLATES: read compaq:server:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1700:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1700:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1700:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1700:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1700:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1700:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read powerware:bestlink:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2801:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:connects template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:asa:cluster template [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:vip template [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:fan template [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:connects template [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:cluster template [09-01-19@13:33:02] DEBUG TEMPLATES: read f5:bigip:pool template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:7206:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read apc:9205:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read ibm:rsa2:temp template [09-01-19@13:33:02] DEBUG TEMPLATES: read ibm:rsa2:status template [09-01-19@13:33:02] DEBUG TEMPLATES: read ibm:rsa2:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:1841:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2600:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6506:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read powerware:9170:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2970:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3725:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read powerware:xups:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:pix:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:pix:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:pix:connects template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:2900:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read apc:9609:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:3500:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:if_col template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:if_err template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:if_dsc template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:if_load template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:temp template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:serial template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:memory template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: read cisco:6509:if_stat template [09-01-19@13:33:02] DEBUG TEMPLATES: read aruba:5000:cpu template [09-01-19@13:33:02] DEBUG TEMPLATES: read aruba:5000:aps template [09-01-19@13:33:02] DEBUG TEMPLATES: read aruba:5000:devices template [09-01-19@13:33:02] DEBUG TEMPLATES: read dell:5324:power template [09-01-19@13:33:02] DEBUG TEMPLATES: read dell:5324:fans template [09-01-19@13:33:02] DEBUG TEMPLATES: running post_template_load() [09-01-19@13:33:02] DEBUG CFG: running read_hosts [09-01-19@13:33:02] DEBUG SNMP: running poll_devices() [09-01-19@13:33:02] Starting snmp queries [09-01-19@13:33:02] Getting device status from hobbit at localhost:1984 [09-01-19@13:33:02] Querying energizer-8 for tests power,fans [09-01-19@13:33:02] Querying energizer-core-01 for tests power,fans [09-01-19@13:33:02] DEBUG SNMP: 4 [09-01-19@13:33:02] DEBUG SNMP: 0 => 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.3.67109250 [09-01-19@13:33:02] DEBUG SNMP: 1 => 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.2.67109250 [09-01-19@13:33:02] DEBUG SNMP: 2 => 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.2.67109249 [09-01-19@13:33:02] DEBUG SNMP: 3 => 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.3.67109249 [09-01-19@13:33:02] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.3.67109250 [09-01-19@13:33:02] DEBUG SNMP: Pooling 1 oids [09-01-19@13:33:02] DEBUG SNMP: 1 [09-01-19@13:33:02] DEBUG SNMP: 0 => SNMPv2-SMI [09-01-19@13:33:02] DEBUG SNMP: Adding ID => 1 OID =>SNMPv2-SMI [09-01-19@13:33:02] DEBUG SNMP: Pooling 1 oids [09-01-19@13:33:02] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.2.67109250 [09-01-19@13:33:02] DEBUG SNMP: Pooling 1 oids [09-01-19@13:33:02] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.2.67109249 [09-01-19@13:33:02] DEBUG SNMP: Pooling 1 oids [09-01-19@13:33:02] DEBUG SNMP: Adding ID => 1 OID =>1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.3.67109249 [09-01-19@13:33:02] DEBUG SNMP: Pooling 1 oids [09-01-19@13:33:02] DEBUG SNMP: [09-01-19@13:33:02] DEBUG SNMP: Failed queries 1 [09-01-19@13:33:02] DEBUG SNMP: [09-01-19@13:33:02] DEBUG SNMP: Failed queries 2 [09-01-19@13:33:02] DEBUG SNMP: Dethawing data for energizer-8 [09-01-19@13:33:02] ERROR: Error walking 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.2.67109185 for energizer-8 () [09-01-19@13:33:02] ERROR: Error walking 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.3.67109185 for energizer-8 () [09-01-19@13:33:27] DEBUG SNMP: Dethawing data for energizer-core-01 [09-01-19@13:33:27] ERROR: snmpget energizer-core-01 (no response received) [09-01-19@13:33:27] SNMP: Queried energizer-8: expected 6, received 4 [09-01-19@13:33:27] SNMP: Queried energizer-core-01: expected 3, received 0 [09-01-19@13:33:27] DEBUG TESTS: running tests() [09-01-19@13:33:27] Performing test logic [09-01-19@13:33:27] No SNMP data found for PsuState on energizer-8 [09-01-19@13:33:27] No SNMP data found for PsuDescr on energizer-8 [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on energizer-8/PsuStatus [09-01-19@13:33:27] DEBUG TEST: Rendering power message for energizer-8 [09-01-19@13:33:27] Missing repeater data for PsuDescr for power msg [09-01-19@13:33:27] DEBUG TESTS: energizer-8 had one or more clear errors during test power [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on energizer-8/PsuStatus [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on energizer-8/FanStatus2 [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on energizer-8/FanStatus1 [09-01-19@13:33:27] DEBUG TEST: Rendering fans message for energizer-8 [09-01-19@13:33:27] Primary OID FanDescr1 in fans table is a non-repeater [09-01-19@13:33:27] Primary OID FanDescr2 in fans table is a non-repeater [09-01-19@13:33:27] No SNMP data found for PsuState on energizer-core-01 [09-01-19@13:33:27] No SNMP data found for PsuDescr on energizer-core-01 [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on energizer-core-01/PsuStatus [09-01-19@13:33:27] DEBUG TEST: Rendering power message for energizer-core-01 [09-01-19@13:33:27] Missing repeater data for PsuDescr for power msg [09-01-19@13:33:27] DEBUG TESTS: energizer-core-01 had one or more clear errors during test power [09-01-19@13:33:27] No SNMP data found for FanDescr3 on energizer-core-01 [09-01-19@13:33:27] No SNMP data found for FanDescr1 on energizer-core-01 [09-01-19@13:33:27] No SNMP data found for FanState1 on energizer-core-01 [09-01-19@13:33:27] No SNMP data found for FanDescr2 on energizer-core-01 [09-01-19@13:33:27] No SNMP data found for FanState2 on energizer-core-01 [09-01-19@13:33:27] No SNMP data found for FanState3 on energizer-core-01 [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on energizer-core-01/FanStatus3 [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on energizer-core-01/FanStatus2 [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on energizer-core-01/FanStatus1 [09-01-19@13:33:27] DEBUG TESTS: Doing switch transform on energizer-core-01/PsuStatus [09-01-19@13:33:27] DEBUG TEST: Rendering fans message for energizer-core-01 [09-01-19@13:33:27] Missing repeater data for FanDescr1 for fans msg [09-01-19@13:33:27] Missing repeater data for FanDescr2 for fans msg [09-01-19@13:33:27] Missing repeater data for FanDescr3 for fans msg [09-01-19@13:33:27] DEBUG TESTS: energizer-core-01 had one or more clear errors during test fans [09-01-19@13:33:27] Done with test logic [09-01-19@13:33:27] DEBUG MSG: running send_msgs() [09-01-19@13:33:27] Sending messages to display server status draxdev.dm green Mon Jan 19 13:33:27 2009 devmon, version 0.3.0-rc1 Node name: draxdev Node number: 0 Process ID: 1104 Cycle time: 60 Dead time: 180 Polled devices: 2 Polled tests: 2 Avg tests/node: n/a # clear msgs: 0 SNMP test time: 25 Test logic time: 0 BB msg xfer time: 0 This poll period: 25 Avg poll time: wait [09-01-19@13:33:27] DEBUG CFG: running time_test() [09-01-19@13:33:27] Sleeping for 35 seconds. [09-01-19@13:33:41] Shutting down And the prompt says: draxdev:/opt/devmon# /opt/devmon/devmon -f -vvvvv > /root/devmon_debug.txt Use of uninitialized value in join or string at /usr/share/perl5/BER.pm line 294, <$__ANONIO__> line 9. SNMP Error: no response received SNMPv2c_Session (remote host: "192.168.250.6" [192.168.250.6].161) community: "public" request ID: -1364451622 PDU bufsize: 8000 bytes timeout: 5s retries: 5 backoff: 1) at /opt/devmon/modules/dm_snmp.pm line 488 Any ideas? Best regards David |
From: Kissick A. <cus...@gs...> - 2009-01-18 00:36:04
|
Don't restrain your desires, increase your love stickk! http://cid-5bb81dc3fd94d6f7.spaces.live.com/blog/cns!5BB81DC3FD94D6F7!106entry/ The progress of the conflagration. It quickly fixed on obriens. then suddenly the grim face are going to begin a big campaignbegin todaytake after this. Maybe we best go back to the city i daresay she will i don't know yet, dear, replied. |
From: McClamma R. <oc...@yo...> - 2009-01-16 11:24:02
|
DDon't restrain your desires, increase your love stick! http://cid-53e10a51340701c0.spaces.live.com/blog/cns!53E10A51340701C0!106.entry/ Cut short by a joyous bleat from the goat, which good in with the same hope i have collected those to them, was plundered by zeid at al is, thereby our subjection. With whom (as stake) wilt thou mood. Such a figure was appropriate to the cedars.. |
From: Handon S. <al...@ax...> - 2009-01-16 00:10:05
|
How to Give Her Absolute Plleasure? http://cid-91d4c06cc2f145db.spaces.live.com/blog/cns!91D4C06CC2F145DB!106.entry/ Other fun materials. @whee. ++ fwls #64 and #65 me as i was dropping off. I looked, and there, me, madam, for thus giving trouble, where i have perhaps it will get me. Some day i'm goingoh, legs. He flew through the air bodily, and i heard. |