From: <mv...@so...> - 2009-08-27 14:31:02
|
I've just installed devmon with some help from the list. Take a look at the thread below - It may help you get some answers. Are you installing on a single or multi-node? I should be able to help you get the single node up and running. Regards, Mario > Date: Thu, 27 Aug 2009 05:24:39 +0100 > From: "Lamba, Aman" <Ama...@in...> > Subject: [Devmon] Help required > To: "dev...@li..." > <dev...@li...> > Message-ID: > <E6A...@GB...> > > Content-Type: text/plain; charset="us-ascii" > > Hello, > > I have installed Xymon and is up and running fine. Now I am trying to install Devmon to merge with Hobbit, but I am not able to install it. I referred the docs (INSTALLATION) but stuck on the 5th point (Scripts). I am using Linux 5.0. > > If you can provide me full and easy steps to configure and monitor the Devmon then it would be great help from your side. > > Looking forward for your immediate update. > > Regards, > > Aman Lamba | GITOS | Software Engineer | Hyderabad > > Unisys | APHB colony DLF Gachibowli | Cyber City | +919618889212 | Net phone-7561168 | Direct Line- 66241168 | > > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. > > > > > On Wednesday, 19 August 2009 13:21:23 mv...@so... wrote: > Hi there, > > Firstly, is there an 'archive' available of previous postings for Devmon? From http://sf.net/projects/devmon, click the support link, which takes you to http://sourceforge.net/projects/devmon/support, which has a link to the archives, which are at: http://sourceforge.net/mailarchive/forum.php?forum_id=6501 > I've read through the documentation and done some searching online, but > although it pretty much working as expected, I have some niggling initial > questions I haven't been able to solve.. > > > I'm busy implementing and testing Devmon version 0.3.1-beta1, with the > templates from 20080206. XYMON version 4.3.0.0-beta2. > > My test hardware is a CISCO 2950 switch, CISCO 850 and CISCO 871 firewalls. > > 1) The CISCO 2950 default template works fine, except that the if_load > graphs do not display in xymon. The memory and CPU are fine. > if_load.<int>.rrd files are created under my ~xymon/data/rrd directory. > I've attached a screenshot of what I see. The graph definitions for if_load are missing (from hobbitgraph.cfg or similar). Either append extras/devmon-graph.cfg to Xymon's hobbitgraph.cfg, or make a directory in which to store additional graph configuration files (e.g. etc/hobbitgraph.d), drop extras/devmon-graph.cfg, and specify "directory /path/to/hobbitgraph.d" in hobbitgraph.cfg . I have also enabled the wiki on sourceforge, but haven't had much time to populate it with content. I hope to do so in the near future. > 2) I've used the exceptions file for the cisco-2950 template to ignore > interfaces that have no systems connected (rather than report red "down"). > Is this the best way to do this or is their a dymanic way of ignoring these > interfaces? If you were to shut the interface, it would stay green. Your network administration policy (whether to shut unused ports or not) should determine whether you should do this on a per-device basis, per-blade basis or per-port basis (or a combination). E.g., I would typically not have exceptions on a router, on a data center switch I might put non-critical devices on a specific blade, and not necessarily shut unused ports. > 3) (may sound like a weird question...) > When trying to create a template for the CISCO 850 or 870, When you complete this template, please log a ticket on the sourceforge "patch" tracker, with category "Template", so I can review and include the template in future. > I created the > directory, then a specs file and ran ~devmon/devmon --readbbhosts. I kept > receiving the error: > "No matching templates for device: <hostname>" Did the regex in the sysdesc line really match the sysdescr.0 value on the device? > But then, after copying the directories and files from cisco-asa and > updating the specs file accordingly (same as the test specs I was using > previously), it worked. > > Does there need to be any minimum number of tests before the templates will > match? I'm sure I didn't have a typo in my original specs file. It may require at least one test ... I haven't checked, but will take a look. Regards, Buchan |