From owner-cvs-all@FreeBSD.ORG Sat Dec 13 13:56:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7656216A4D0; Sat, 13 Dec 2003 13:56:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E282C43E3B; Sat, 13 Dec 2003 13:53:54 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBDLroXJ072783; Sat, 13 Dec 2003 13:53:50 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBDLroLT072782; Sat, 13 Dec 2003 13:53:50 -0800 (PST) (envelope-from sergei) Message-Id: <200312132153.hBDLroLT072782@repoman.freebsd.org> From: Sergei Kolobov Date: Sat, 13 Dec 2003 13:53:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/nagios-statd Makefile distinfo pkg-descr pkg-plist ports/sysutils/nagios-statd/files nagios-statd.sh.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 21:56:32 -0000 sergei 2003/12/13 13:53:50 PST FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/nagios-statd Makefile distinfo pkg-descr pkg-plist sysutils/nagios-statd/files nagios-statd.sh.sample Log: Add nagios-statd 3.09, daemon/client to check remote host information. Nagios-statd is an addon to the Nagios (formerly netsaint) program. It is a Python daemon and scripts that plug-in to Nagios and allow you to check remote host information (such as load, users, filesystems, etc.) Released under the BSD license. Author: Nick Reinking WWW: http://www.twoevils.org/html/files.php PR: 59029 Submitted by: Jim Shewmaker Revision Changes Path 1.464 +1 -0 ports/sysutils/Makefile 1.1 +33 -0 ports/sysutils/nagios-statd/Makefile (new) 1.1 +1 -0 ports/sysutils/nagios-statd/distinfo (new) 1.1 +21 -0 ports/sysutils/nagios-statd/files/nagios-statd.sh.sample (new) 1.1 +9 -0 ports/sysutils/nagios-statd/pkg-descr (new) 1.1 +4 -0 ports/sysutils/nagios-statd/pkg-plist (new)