From owner-cvs-all@FreeBSD.ORG Wed Mar 18 06:21:13 2009 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 BBD211065673; Wed, 18 Mar 2009 06:21:13 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA9728FC18; Wed, 18 Mar 2009 06:21:13 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2I6LDdB003370; Wed, 18 Mar 2009 06:21:13 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2I6LDTE003369; Wed, 18 Mar 2009 06:21:13 GMT (envelope-from dinoex) Message-Id: <200903180621.n2I6LDTE003369@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 18 Mar 2009 06:21:13 +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/check_multi Makefile distinfo pkg-descr pkg-plist 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, 18 Mar 2009 06:21:14 -0000 dinoex 2009-03-18 06:21:13 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/check_multi Makefile distinfo pkg-descr pkg-plist Log: check_multi is kind of a wrapper plugin which takes benefit of the Nagios 3.x capability to display multiple lines of plugin output. It calls multiple child plugins and displays their output in the long_plugin_output. A summary is given in the standard plugin output. The child return code with the highest severity becomes the parent (check_multi) plugin return code. The configuration is very simple: a NRPE-stylish config file contains a tag for each child plugin and then the check command line. check_multi can cover complex Business Process Views - using a builtin state evaluation mechanism. The second benefit is cluster monitoring with no need for extra services. All you need is provided by check_multi. LICENSE: GPL2 or later WWW: http://www.my-plugin.de/wiki/projects/check_multi/start Revision Changes Path 1.181 +1 -0 ports/net-mgmt/Makefile 1.1 +37 -0 ports/net-mgmt/check_multi/Makefile (new) 1.1 +3 -0 ports/net-mgmt/check_multi/distinfo (new) 1.1 +17 -0 ports/net-mgmt/check_multi/pkg-descr (new) 1.1 +10 -0 ports/net-mgmt/check_multi/pkg-plist (new)