From owner-cvs-ports@FreeBSD.ORG Thu Apr 1 05:45:58 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4FD816A4CE; Thu, 1 Apr 2004 05:45:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6F3743D2F; Thu, 1 Apr 2004 05:45:58 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31DjwGe037945; Thu, 1 Apr 2004 05:45:58 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31DjwHN037944; Thu, 1 Apr 2004 05:45:58 -0800 (PST) (envelope-from pav) Message-Id: <200404011345.i31DjwHN037944@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Apr 2004 05:45:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/apan Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/apan/files patch-README patch-apan.cgi patch-apan.defs patch-apan.sh patch-libexec_check__nt__load ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 13:45:59 -0000 pav 2004/04/01 05:45:58 PST FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/apan Makefile distinfo pkg-descr pkg-plist net-mgmt/apan/files patch-README patch-apan.cgi patch-apan.defs patch-apan.sh patch-generate.cgi patch-libexec_check__megaide patch-libexec_check__nt__load patch-libexec_check__unix__load patch-libexec_disk__by__snmp patch-libexec_uptime__by__snmp patch-plugs_utils.sh Log: Add apan, an addon to Nagios that is used to collect results from Nagios plugins and store it in RRD-files. You can the use Apan to view graphs of the data in Nagios web-interface. WWW: http://apan.sourceforge.net PR: ports/64941 Submitted by: Janos Mohacsi Revision Changes Path 1.7 +1 -0 ports/net-mgmt/Makefile 1.1 +84 -0 ports/net-mgmt/apan/Makefile (new) 1.1 +2 -0 ports/net-mgmt/apan/distinfo (new) 1.1 +156 -0 ports/net-mgmt/apan/files/patch-README (new) 1.1 +76 -0 ports/net-mgmt/apan/files/patch-apan.cgi (new) 1.1 +36 -0 ports/net-mgmt/apan/files/patch-apan.defs (new) 1.1 +24 -0 ports/net-mgmt/apan/files/patch-apan.sh (new) 1.1 +20 -0 ports/net-mgmt/apan/files/patch-generate.cgi (new) 1.1 +20 -0 ports/net-mgmt/apan/files/patch-libexec_check__megaide (new) 1.1 +14 -0 ports/net-mgmt/apan/files/patch-libexec_check__nt__load (new) 1.1 +14 -0 ports/net-mgmt/apan/files/patch-libexec_check__unix__load (new) 1.1 +14 -0 ports/net-mgmt/apan/files/patch-libexec_disk__by__snmp (new) 1.1 +14 -0 ports/net-mgmt/apan/files/patch-libexec_uptime__by__snmp (new) 1.1 +46 -0 ports/net-mgmt/apan/files/patch-plugs_utils.sh (new) 1.1 +5 -0 ports/net-mgmt/apan/pkg-descr (new) 1.1 +27 -0 ports/net-mgmt/apan/pkg-plist (new)