From owner-freebsd-isp@FreeBSD.ORG Thu Jan 5 17:03:35 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2352B16A420 for ; Thu, 5 Jan 2006 17:03:35 +0000 (GMT) (envelope-from lk@tempest.sk) Received: from mailgw.dgrp.sk (mailgw.dgrp.sk [195.28.127.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D69043D62 for ; Thu, 5 Jan 2006 17:03:29 +0000 (GMT) (envelope-from lk@tempest.sk) Received: by mailgw.dgrp.sk (Postfix, from userid 1003) id 66ABE34A5A3; Thu, 5 Jan 2006 18:03:28 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mailgw.dgrp.sk X-Spam-Level: X-Spam-Status: No, score=-2.5 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from webmail.tempest.sk (domino1.tempest.sk [195.28.100.38]) by mailgw.dgrp.sk (Postfix) with ESMTP id A0E1D34A5A2; Thu, 5 Jan 2006 18:03:24 +0100 (CET) Received: from lk.tempest.sk ([195.28.109.47]) by webmail.tempest.sk (Lotus Domino Release 6.5.4) with ESMTP id 2006010518032368-11663 ; Thu, 5 Jan 2006 18:03:23 +0100 Received: from lk.tempest.sk (localhost [127.0.0.1]) by lk.tempest.sk (8.13.3/8.12.9) with ESMTP id k05H3IXK099271; Thu, 5 Jan 2006 18:03:18 +0100 (CET) (envelope-from lk@lk.tempest.sk) Received: (from koren@localhost) by lk.tempest.sk (8.13.3/8.13.1/Submit) id k05H3INT099268; Thu, 5 Jan 2006 18:03:18 +0100 (CET) (envelope-from lk) X-Authentication-Warning: lk.tempest.sk: koren set sender to lk using -f Sender: lk@tempest.sk To: Borge Brunes References: <43BBE24B.8040005@ide.resurscentrum.se> <20060104191021.W98907@duke.cc.uit.no> From: Ludo Koren Date: 05 Jan 2006 18:03:18 +0100 In-Reply-To: <20060104191021.W98907@duke.cc.uit.no> Message-ID: <87vewyobe1.fsf@lk.tempest.sk> Lines: 90 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on Domino1/DGRP(Release 6.5.4|March 27, 2005) at 05.01.2006 18:03:23, Serialize by Router on Domino1/DGRP(Release 6.5.4|March 27, 2005) at 05.01.2006 18:03:24, Serialize complete at 05.01.2006 18:03:24 Content-Type: text/plain; charset=us-ascii Cc: freebsd-isp@freebsd.org Subject: Re: Network Monitoring X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2006 17:03:35 -0000 >>>>> Borge Brunes writes: > On Wed, 4 Jan 2006, Jon Otterholm wrote: >> What monitor system should I choose to monitor servers, routers >> and switches? It must be able to send alarms via SMS - i have a >> sms-modem/phone connected to com-port (Nokia 30). > Have a look at NAV http://metanav.ntnu.no/moin.cgi "Network > Administration Visualized is an advanced software suite to > monitor large computer networks. It automatically discovers > network topology, monitors network load and outages, and can > send alerts on network events by e-mail and SMS, allowing for > flexible configuration of alert profiles." > L2-traceroute is available in the development/svn-version > All norwegian universities and most colleges are using it. NTNU > is monitoring <1000 devices, we (univ. of Tromso) about 400. > We have also made some more modules to NAV that will we > available int he next release (freeradius accounting from VPN, > 802.1x wired and wireless, cabel documentation). An > integration with Stager (http://software.uninett.no/stager/) is > also "around the corner". > The NAV is in the port system, but it's not up to date. Dru > Lagvine has build a new port during this christmas holliday, > and I guess it will be public available this week. You could > also get the latest release using svn. > Today one of the maintainers announced this on the NAV > users-list: "As I mentioned in a previous posting NTNU and > UNINETT are currently planning the 2006 NAV activity. We are > more ambitious this year and are prepared to put a lot of > resources into maintaining and further developing NAV. We are > currently working on a list of new features to implement. I > could present the list, but at this stage I will rather ask the > NAV community... what do you want?" > You are all welcome to join the NAV community! Hi, I tried to install it and experiment a little bit with it. I have problems running web interface. After adding options P1003_1B_SEMAPHORES to my kernel and recompiling apache with threads, I've got the following error: Mod_python error: "PythonHandler mod_python.publisher" Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result = object(req) File "/usr/local/lib/python2.4/site-packages/mod_python/publisher.py", line 98, in handler path=[path]) File "/usr/local/lib/python2.4/site-packages/mod_python/apache.py", line 457, in import_module module = imp.load_module(mname, f, p, d) File "/usr/local/www/data/nav/webroot/index.py", line 32, in ? from nav.web import ldapAuth File "/usr/local/nav/lib/python/nav/web/ldapAuth.py", line 34, in ? import ldap File "/usr/local/lib/python2.4/site-packages/ldap/__init__.py", line 39, in ? import threading File "/usr/local/lib/python2.4/threading.py", line 691, in ? _MainThread() File "/usr/local/lib/python2.4/threading.py", line 614, in __init__ Thread.__init__(self, name="MainThread") File "/usr/local/lib/python2.4/threading.py", line 387, in __init__ self.__block = Condition(Lock()) error: can't allocate lock Could you point to me what I am missing? Thank you very much. Regards, lk