From owner-cvs-all@FreeBSD.ORG Mon Jun 7 06:07:04 2010 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 C67391065675; Mon, 7 Jun 2010 06:07:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B58598FC26; Mon, 7 Jun 2010 06:07:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o57674HK029917; Mon, 7 Jun 2010 06:07:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o576744x029916; Mon, 7 Jun 2010 06:07:04 GMT (envelope-from miwi) Message-Id: <201006070607.o576744x029916@repoman.freebsd.org> From: Martin Wilke Date: Mon, 7 Jun 2010 06:07:04 +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/mk-livestatus Makefile distinfo pkg-descr pkg-message ports/net-mgmt/mk-livestatus/files patch-src-Makefile.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: Mon, 07 Jun 2010 06:07:04 -0000 miwi 2010-06-07 06:07:04 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/mk-livestatus Makefile distinfo pkg-descr pkg-message net-mgmt/mk-livestatus/files patch-src-Makefile.in Log: MKLivestatus is a very simple and smart Nagios eventbroker module. Livestatus is concepted and tuned to reduce disk, memory and cpu loads caused by live-data processing on the Nagios system. Just as NDO, Livestatus makes use of the Nagios Event Broker API and loads a binary module into the Nagios process. But other than NDO, Livestatus does not actively write out data e.g. to the disk. Instead, it opens a socket for external applications to connect to and fetch the current status information from Nagios. WWW: http://mathias-kettner.de/checkmk_livestatus.html PR: ports/145449 Submitted by: Peter C. Lai Revision Changes Path 1.220 +1 -0 ports/net-mgmt/Makefile 1.1 +25 -0 ports/net-mgmt/mk-livestatus/Makefile (new) 1.1 +3 -0 ports/net-mgmt/mk-livestatus/distinfo (new) 1.1 +12 -0 ports/net-mgmt/mk-livestatus/files/patch-src-Makefile.in (new) 1.1 +10 -0 ports/net-mgmt/mk-livestatus/pkg-descr (new) 1.1 +10 -0 ports/net-mgmt/mk-livestatus/pkg-message (new)