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: Buchan M. <bg...@st...> - 2009-03-12 19:04:38
|
----- "Jose Mª Erquiaga" <mos...@gm...> wrote: > Hello, > i need a template for hp procurve. anyone know where to find them. I think one of the devmon users in my LUGs IRC channel may have started a template for HP ProCurve switches. I will try and check with him tomorrow. > if this is not possible .How can i get all my switch´s OIDs and know > if this OID is for memmory or for cpu etc.. to make my own templates The method I usually use is to first just walk the device with snmpwalk, and see if the device supports standard MIBs. In many cases, network devices support the basics of IFMIB, and quite a few devices support parts of the HOST-RESOURCES-MIB. If this is the case for the HP ProCurve switches, you can start off by: 1)Creating a new directory in the templates directory, something like 'hp-procurve'. In this directory, create the specs file, and ensure that vendor is exactly the first part of the directory name you created (e.g. 'hp'), and the model is exactly the second part of the directory name (e.g. 'procurve'). Try and use a regex for sysdesc that is generic enough to match most compatible devices, but specific enough to exclude others (if you have trouble with this, send the sysdescr.0 value you get). 2)Copy the if_* directories from the linux-openwrt template (they are generic enough and use only IFMIB OIDs, unlike the Cisco templates) into your hp-procurve directory. 3)If you get memory and cpu values from HOST-RESOURCES-MIB, then you can try copying the cpu and memory tests from the linux-openwrt template as well. You can also post some of the snmpwalk output if you get stuck. Finally, if there are OIDs that are not from standard MIBs, I often use http://www.mibdepot.com to investigate the MIBs (or, if I have the MIB file, tkmib is quite convenient). Regards, Buchan |
From: Malcolm H. <mal...@gm...> - 2009-03-12 12:34:18
|
> Now im executing devmon as root , but would be better execute it as > hobbit?? Or devmon: If you're using the rc script /etc/init.d/devmon, there's an option: RUNASUSER=devmon Make sure the user you select can read the devmon config files and write to /var/run/devmon/. HTH Malcolm -- Technical copy-editor & proofreader KDE Proofreading Team KDE British English Translation Team http://l10n.kde.org/team-infos.php?teamcode=en_GB Nur bis 16.03.! DSL-Komplettanschluss inkl. WLAN-Modem für nur 17,95 ¿/mtl. + 1 Monat gratis!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a |
From: Malcolm H. <mal...@gm...> - 2009-03-12 11:54:08
|
> i need a template for hp procurve. anyone know where to find them. > if this is not possible .How can i get all my switch´s OIDs and know if > this OID is for memmory or for cpu etc.. to make my own templates > Regards!!! Did you try the HP website? http://www.hp.com/rnd/software/MIBs.htm Malcolm -- Technical copy-editor & proofreader KDE Proofreading Team KDE British English Translation Team http://l10n.kde.org/team-infos.php?teamcode=en_GB Nur bis 16.03.! DSL-Komplettanschluss inkl. WLAN-Modem für nur 17,95 ¿/mtl. + 1 Monat gratis!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a |
From: Jose Mª E. <mos...@gm...> - 2009-03-12 10:13:58
|
Hi again! Now im executing devmon as root , but would be better execute it as hobbit?? regards! |
From: Jose Mª E. <mos...@gm...> - 2009-03-12 10:02:25
|
Hello, i need a template for hp procurve. anyone know where to find them. if this is not possible .How can i get all my switch´s OIDs and know if this OID is for memmory or for cpu etc.. to make my own templates Regards!!! |
From: Buchan M. <bg...@st...> - 2009-03-04 16:37:02
|
----- Jose Mª Erquiaga <mos...@gm...> wrote: > hi > thanks 4 the answer. > but it still dont work. > in other templates I could configure a exception that works but not here ... > > the monitor continue yellow.... > working on it Maybe you should post the rest of your template then (or if this is a template shipped with devmon,which template and test ...) |
From: Jose Mª E. <mos...@gm...> - 2009-03-03 11:51:53
|
hi thanks 4 the answer. but it still dont work. in other templates I could configure a exception that works but not here ... the monitor continue yellow.... working on it 2009/3/2 Buchan Milne <bg...@st...> > > ----- "Jose Mª Erquiaga" <mos...@gm...> wrote: > > > hi everyone > > im trying to make an exception, but it dont work > > but now my exception file has this look. > > > > ifName : noalarm : .+ > > Still dont work. > > what do i wrong?? > > I think it should be: > > ifName : ignore : .+ > > Please note however that at present, repeater instances that are ignored > won't get RRD data either. > > Regards, > Buchan > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |
From: Buchan M. <bg...@st...> - 2009-03-02 14:43:48
|
----- "Jose Mª Erquiaga" <mos...@gm...> wrote: > hi everyone > im trying to make an exception, but it dont work > but now my exception file has this look. > > ifName : noalarm : .+ > Still dont work. > what do i wrong?? I think it should be: ifName : ignore : .+ Please note however that at present, repeater instances that are ignored won't get RRD data either. Regards, Buchan |
From: Buchan M. <bg...@st...> - 2009-03-02 14:41:21
|
----- "Malcolm Hunter" <mal...@gm...> wrote: > Hi, > > I've finally managed to get Devmon/Xymon to talk SNMP to an hp > laserjet printer and am really impressed with the documentation. One of my colleagues has actually been working on some devmon templates for other printers (Kyocera, HP). He hasn't finished them, otherwise they would be in svn ... > The > only problem I had was as a result of not reading it correctly LOL. > I've recommended this solution to the company where I work, so I will > have to produce ample documentation for support staff. I was wondering > if you would like me to help the project by proofreading the > documentation? I will be doing it anyway while I incorporate it into > our support documentation. Any contributions are welcome! However, as there are some changes I would like to make to how the templates work (e.g., use MIB data, either by using a MIB parsing module, or switching SNMP modules to one that supports MIB parsing, also making templates more generic and allow more than one template to be used per device), I haven't wanted to spend too much time on documenting things that may not be necessary in future. But, improvements to the existing documentation to make it more accurate etc. would still be worthwhile now. BTW, I feel this may be more appropriate for the -devel list (but if you don't agree, we can keep it on this list). Regards, Buchan |
From: Jose Mª E. <mos...@gm...> - 2009-03-02 09:50:28
|
hi everyone im trying to make an exception, but it dont work but now my exception file has this look. ifName : noalarm : .+ Still dont work. what do i wrong?? |
From: Malcolm H. <mal...@gm...> - 2009-02-27 23:20:59
|
Hi, I've finally managed to get Devmon/Xymon to talk SNMP to an hp laserjet printer and am really impressed with the documentation. The only problem I had was as a result of not reading it correctly LOL. I've recommended this solution to the company where I work, so I will have to produce ample documentation for support staff. I was wondering if you would like me to help the project by proofreading the documentation? I will be doing it anyway while I incorporate it into our support documentation. Regards, Malcolm -- Technical copy-editor & proofreader KDE Proofreading Team KDE British English Translation Team http://l10n.kde.org/team-infos.php?teamcode=en_GB Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01 |
From: Richard F. <gol...@gm...> - 2009-02-26 00:15:57
|
On Tue, Feb 24, 2009 at 2:08 AM, Buchan Milne <bg...@st...> wrote: [snip] > Did you not consult docs/GRAPHING ? What was not covered there ? [snip] GRAPHING says add testname=devmon to TEST2RRD in hobbitserver.cfg, e.g. if_load=devmon. When I use "if_load=devmon" in TEST2RRD, the RRD data is collected, but the graph is not displayed in the if_load status. When I use "if_load", the graph is displayed in the if_load status, but the RRD data is not collected. Devmon-0.3.1-beta1; Xymon 4.2.3-RC1 (soon 4.2.3), which includes do_devmon.c and the patch. Should "if_load=devmon" be displaying the graph in the if_load status? Is more patching needed? |
From: Buchan M. <bg...@st...> - 2009-02-24 12:30:14
|
On Tuesday 24 February 2009 12:49:12 carl Inglis wrote: > > Did you not consult docs/GRAPHING ? What was not covered there ? > > My apologies - I should have sent a follow-up. I discovered on a later > search the page: http://osdir.com/ml/monitoring.hobbit/2007/msg02747.html The majority of the content of that mail is obsolete. I don't see why people *first* search the internet for outdated information, when the original software provides more accurate documentation. > The information in there gave me enough to get started, and I've now also > got the above document to help (don't know why I didn't see it before). Regards, Buchan |
From: carl I. <ca...@yo...> - 2009-02-24 10:49:16
|
> Did you not consult docs/GRAPHING ? What was not covered there ? My apologies - I should have sent a follow-up. I discovered on a later search the page: http://osdir.com/ml/monitoring.hobbit/2007/msg02747.html The information in there gave me enough to get started, and I've now also got the above document to help (don't know why I didn't see it before). Regards, Carl |
From: Buchan M. <bg...@st...> - 2009-02-24 10:08:38
|
On Monday 23 February 2009 18:49:36 carl Inglis wrote: > Greetings, > > I have a problem with DEVMON graphing of if_load. It's not! Well, Devmon doesn't really do any graphing. The majority of this is done by Hobbit. > The links are created, but no images. I suspect this is actually an RRD > problem, but my knowledge of RRD is /very/ limited. Well, the first question is, do you have RRD files? If so, then: 1)Devmon is providing the RRD data in the status messages sent to Hobbit 2)The devmon RRD collector for Hobbit is collecting the data out of the status message 3)In Hobbit, if you have RRD files, and no graphs, then you are usually missing the graph definition. See extras/devmon-graph.cfg, if your hobbitgraph.cfg has a statement such as 'directory /etc/hobbit/hobbitgraph.d', then you can just drop extras/devmon-graph.cfg in that directory. > My web search didn't turn up anything, and I'd be greatful for any > pointers anyone can give me. Did you not consult docs/GRAPHING ? What was not covered there ? Regards, Buchan |
From: carl I. <ca...@yo...> - 2009-02-23 17:08:46
|
Greetings, I have a problem with DEVMON graphing of if_load. It's not! The links are created, but no images. I suspect this is actually an RRD problem, but my knowledge of RRD is /very/ limited. My web search didn't turn up anything, and I'd be greatful for any pointers anyone can give me. Regards, Carl |
From: Naudit007 <mai...@gm...> - 2009-02-20 07:36:21
|
Olà Jose, http://www.oidview.com/mibs/9/CISCO-C2900-MIB.html (click on picture zip for download) Try this link it's mib for cisco 2950. I advise you of use ireasonning and load in your mib corresponding. http://www.ireasoning.com/download.shtml 2009/2/19 Jose Mª Erquiaga <mos...@gm...> > Hi > Im configuring devmon . > 1 some one have templates for cisco-2948? > where can i find more templates ? i hhave the templates from > sourceforge. > > 2 on the other side im trying to configure the tmeplate for cisco 2950 t > owork with a cisco-2948. > i need the oids number is´t it? i cannot find it. any idea? > > thanks!!! > > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > -- <mailinglist.benoit - at - gmail!com> |
From: Buchan M. <bg...@st...> - 2009-02-20 06:47:55
|
On Thursday 19 February 2009 23:02:25 Geoff Hallford wrote: > Hi, > > I have templates I have created for the following devices but don't know > how to check them into SourceForge. Can someone let me know how to get them > added to the templates? Ideally, do an svn check out, svn add the new files, file an issue (ideally one per template) on the tracker (as a patch), and attach the output of 'svn diff'. For templates not based on standards track MIBs, it would be great to include the MIB as well. It helps if you are a sourceforge user, and file the issue when logged in, as if I have any queries when adding/testing/including the template, you will be informed of any questions. > The added templates are: > > Spectracom GPS NetClock 9283 Appliances > IronPort C360 Email Appliances > IronPort M660 Reporting and Quarantine Appliances How do these two differ from the existing ironport-asyncos template? We're monitoring 10 X1060's and 3 M1060's with the 'ironport-asyncos' template. > BlueCat Networks Adonis 750 and 1750 DNS Appliances Regards, Buchan |
From: Geoff H. <geo...@gm...> - 2009-02-19 21:02:31
|
Hi, I have templates I have created for the following devices but don't know how to check them into SourceForge. Can someone let me know how to get them added to the templates? The added templates are: Spectracom GPS NetClock 9283 Appliances IronPort C360 Email Appliances IronPort M660 Reporting and Quarantine Appliances BlueCat Networks Adonis 750 and 1750 DNS Appliances Thanks. Geoff Hallford |
From: <lor...@pn...> - 2009-02-19 14:37:51
|
I will be out of the office starting 14/02/2009 and will not return until 21/02/2009. Please contact its...@pn... with any queries. PFPC is now PNC Global Investment Servicing and our email address extensions have changed to @pncgis.ie. |
From: Jose Mª E. <mos...@gm...> - 2009-02-19 13:20:18
|
Hi Im configuring devmon . 1 some one have templates for cisco-2948? where can i find more templates ? i hhave the templates from sourceforge. 2 on the other side im trying to configure the tmeplate for cisco 2950 t owork with a cisco-2948. i need the oids number is´t it? i cannot find it. any idea? thanks!!! |
From: Jose Mª E. <mos...@gm...> - 2009-02-13 12:53:42
|
ok!!1 thanks a lot! now im gonna fight with configuration . SNMP Error: no response received SNMPv1_Session (remote host: "192.168.130.27" [192.168.130.27].161) community: "private" request ID: -552506440 PDU bufsize: 8000 bytes timeout: 2s retries: 5 backoff: 1) at /usr/lib/hobbit/server/ext/devmon/modules/dm_snmp.pm line 493 [09-02-13@12:17:38] Could not query device: i´ll solve it!!!! enjoy the weekend! 2009/2/13 Johann Eggers <Joh...@te...> > So, that's exactly what a colleague of mine encountered as well. > > > > He did a devmon installation without the template directory… > > > > On devmon startup a routine in the dm_templates.pm is used to read the > template directory. And this seems to be your error. > > > > The templates are one of the core components of devmon. They are used by > devmon to define what OID's should be queried from the device(s) and how to > process the data and generate the output that will be send to the > Xymon/Hobbit server. > > > > You need to download and install the devmon-templates package from > Sourceforge as well. > > > ------------------------------ > > *From:* Jose Mª Erquiaga [mailto:mos...@gm...] > *Sent:* Freitag, 13. Februar 2009 10:12 > *To:* dev...@li... > *Subject:* Re: [Devmon] Undefined subroutine &dm_templates > > > > Hi thanks for the answer. > i read the install doc and i don´t find nothing about a template directory. > my directory tree is > devmon > | > | > ----- CHANGELOG COPYING devmon devmon.cfg docs extras > modules README > > | > > |----dm_config.pm dm_msg.pm dm_snmp.pm dm_templates.pm dm_tests.pm > > > there is the dm_templates.pm ....¿?¿?¿?¿ > > > 2009/2/12 Johann Eggers <Joh...@te...> > > Hi, > > > > do you have the template directory created in the devmon tree? > > > > -Johann > > > ------------------------------ > > *From:* Jose Mª Erquiaga [mailto:mos...@gm...] > *Sent:* Donnerstag, 12. Februar 2009 14:06 > *To:* dev...@li... > *Subject:* [Devmon] Undefined subroutine &dm_templates > > > > 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?? > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > |
From: Johann E. <Joh...@te...> - 2009-02-13 09:34:32
|
So, that's exactly what a colleague of mine encountered as well. He did a devmon installation without the template directory... On devmon startup a routine in the dm_templates.pm is used to read the template directory. And this seems to be your error. The templates are one of the core components of devmon. They are used by devmon to define what OID's should be queried from the device(s) and how to process the data and generate the output that will be send to the Xymon/Hobbit server. You need to download and install the devmon-templates package from Sourceforge as well. ________________________________ From: Jose Mª Erquiaga [mailto:mos...@gm...] Sent: Freitag, 13. Februar 2009 10:12 To: dev...@li... Subject: Re: [Devmon] Undefined subroutine &dm_templates Hi thanks for the answer. i read the install doc and i don´t find nothing about a template directory. my directory tree is devmon | | ----- CHANGELOG COPYING devmon devmon.cfg docs extras modules README | |----dm_config.pm dm_msg.pm dm_snmp.pm dm_templates.pm dm_tests.pm there is the dm_templates.pm ....¿?¿?¿?¿ 2009/2/12 Johann Eggers <Joh...@te...> Hi, do you have the template directory created in the devmon tree? -Johann ________________________________ From: Jose Mª Erquiaga [mailto:mos...@gm...] Sent: Donnerstag, 12. Februar 2009 14:06 To: dev...@li... Subject: [Devmon] Undefined subroutine &dm_templates 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?? ------------------------------------------------------------------------------ _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Jose Mª E. <mos...@gm...> - 2009-02-13 09:12:17
|
Hi thanks for the answer. i read the install doc and i don´t find nothing about a template directory. my directory tree is devmon | | ----- CHANGELOG COPYING devmon devmon.cfg docs extras modules README | |----dm_config.pm dm_msg.pm dm_snmp.pm dm_templates.pm dm_tests.pm there is the dm_templates.pm ....¿?¿?¿?¿ 2009/2/12 Johann Eggers <Joh...@te...> > Hi, > > > > do you have the template directory created in the devmon tree? > > > > -Johann > > > ------------------------------ > > *From:* Jose Mª Erquiaga [mailto:mos...@gm...] > *Sent:* Donnerstag, 12. Februar 2009 14:06 > *To:* dev...@li... > *Subject:* [Devmon] Undefined subroutine &dm_templates > > > > 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?? > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > |
From: Johann E. <Joh...@te...> - 2009-02-12 16:13:31
|
Hi, do you have the template directory created in the devmon tree? -Johann ________________________________ From: Jose Mª Erquiaga [mailto:mos...@gm...] Sent: Donnerstag, 12. Februar 2009 14:06 To: dev...@li... Subject: [Devmon] Undefined subroutine &dm_templates 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?? |