From owner-cvs-all@FreeBSD.ORG Fri Feb 18 19:14:13 2005 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 35B6216A4CE; Fri, 18 Feb 2005 19:14:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 131BB43D4C; Fri, 18 Feb 2005 19:14:13 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1IJECOr036686; Fri, 18 Feb 2005 19:14:12 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1IJECVZ036685; Fri, 18 Feb 2005 19:14:12 GMT (envelope-from krion) Message-Id: <200502181914.j1IJECVZ036685@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 18 Feb 2005 19:14:12 +0000 (UTC) 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/monit Makefile distinfo pkg-descr pkg-message ports/sysutils/monit/files monit.sh 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: Fri, 18 Feb 2005 19:14:13 -0000 krion 2005-02-18 19:14:12 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/monit Makefile distinfo pkg-descr pkg-message sysutils/monit/files monit.sh Log: Add monit 4.4, UNIX system management and monitoring tool. Monit is a utility for managing and monitoring processes, files, directories, devices and network services on a Unix system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. monit supports: * Daemon mode - poll services at a specified interval * Group and manage groups of services, service dependencies * Logging - syslog or own logfile * Alert, start, stop and restart of services based on it's * characteristics * MD5 and SHA1 checksums * Runtime Unix socket and TCP/IP port checking (tcp and udp) * Process status, timeout, memory and cpu usage, etc. * Device usage monitoring (inodes and space) * File monitoring (timestamp, checksum, permission, owner, etc.) * Directory monitoring (timestamp, permission, owner, etc.) * Remote network services monitoring (ping, response time, * protocol, etc.) * System load average monitoring * Flexible and customizable email alert messages and notifications * Protocol verification such as HTTP, FTP, SMTP, POP, IMAP, NNTP, * etc. * A HTTP interface with XML output option PR: ports/75811 Submitted by: Martin Pala Revision Changes Path 1.621 +1 -0 ports/sysutils/Makefile 1.1 +76 -0 ports/sysutils/monit/Makefile (new) 1.1 +2 -0 ports/sysutils/monit/distinfo (new) 1.1 +47 -0 ports/sysutils/monit/files/monit.sh (new) 1.1 +24 -0 ports/sysutils/monit/pkg-descr (new) 1.1 +5 -0 ports/sysutils/monit/pkg-message (new)