From owner-cvs-all@FreeBSD.ORG Wed Feb 23 17:45:16 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8AE8106566B; Wed, 23 Feb 2011 17:45:16 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 94F828FC19; Wed, 23 Feb 2011 17:45:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1NHjGS7078648; Wed, 23 Feb 2011 17:45:16 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1NHjGJK078647; Wed, 23 Feb 2011 17:45:16 GMT (envelope-from chinsan) Message-Id: <201102231745.p1NHjGJK078647@repoman.freebsd.org> From: Chin-San Huang Date: Wed, 23 Feb 2011 17:45:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/icinga Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/icinga/files icinga.in patch-Makefile.in patch-base-Makefile.in patch-cgi-Makefile.in patch-configure.in patch-contrib-Makefile.in patch-include-locations.h.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2011 17:45:16 -0000 chinsan 2011-02-23 17:45:16 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/icinga Makefile distinfo pkg-descr pkg-plist net-mgmt/icinga/files icinga.in patch-Makefile.in patch-base-Makefile.in patch-cgi-Makefile.in patch-configure.in patch-contrib-Makefile.in patch-include-locations.h.in patch-sample-config-template-object-localhost.cfg.in patch-sample-config-template-object-templates.cfg.in pkg-deinstall.in pkg-install.in pkg-message.in Log: Add Icinga, an enterprise grade open source monitoring system which keeps watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. Scalable and extensible, Icinga can monitor complex, large environments across dispersed locations. Icinga takes open source monitoring to the next level. WWW: http://www.icinga.org/ Revision Changes Path 1.233 +1 -0 ports/net-mgmt/Makefile 1.1 +133 -0 ports/net-mgmt/icinga/Makefile (new) 1.1 +2 -0 ports/net-mgmt/icinga/distinfo (new) 1.1 +103 -0 ports/net-mgmt/icinga/files/icinga.in (new) 1.1 +60 -0 ports/net-mgmt/icinga/files/patch-Makefile.in (new) 1.1 +15 -0 ports/net-mgmt/icinga/files/patch-base-Makefile.in (new) 1.1 +14 -0 ports/net-mgmt/icinga/files/patch-cgi-Makefile.in (new) 1.1 +53 -0 ports/net-mgmt/icinga/files/patch-configure.in (new) 1.1 +17 -0 ports/net-mgmt/icinga/files/patch-contrib-Makefile.in (new) 1.1 +11 -0 ports/net-mgmt/icinga/files/patch-include-locations.h.in (new) 1.1 +40 -0 ports/net-mgmt/icinga/files/patch-sample-config-template-object-localhost.cfg.in (new) 1.1 +26 -0 ports/net-mgmt/icinga/files/patch-sample-config-template-object-templates.cfg.in (new) 1.1 +22 -0 ports/net-mgmt/icinga/files/pkg-deinstall.in (new) 1.1 +74 -0 ports/net-mgmt/icinga/files/pkg-install.in (new) 1.1 +32 -0 ports/net-mgmt/icinga/files/pkg-message.in (new) 1.1 +8 -0 ports/net-mgmt/icinga/pkg-descr (new) 1.1 +1204 -0 ports/net-mgmt/icinga/pkg-plist (new)