From owner-cvs-ports@FreeBSD.ORG Mon Jun 15 21:13:20 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE27F1065845; Mon, 15 Jun 2009 21:13:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 861388FC27; Mon, 15 Jun 2009 21:13:19 +0000 (UTC) (envelope-from miwi@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 n5FLDJHH018407; Mon, 15 Jun 2009 21:13:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5FLDJNJ018406; Mon, 15 Jun 2009 21:13:19 GMT (envelope-from miwi) Message-Id: <200906152113.n5FLDJNJ018406@repoman.freebsd.org> From: Martin Wilke Date: Mon, 15 Jun 2009 21:13:19 +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/nagios-snmp-plugins-extras Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 21:13:23 -0000 miwi 2009-06-15 21:13:19 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/nagios-snmp-plugins-extras Makefile distinfo pkg-descr pkg-plist Log: The general idea of these scripts is to check as many things as possible with SNMP: disks, memory, load, network interfaces, running processes, etc... The other idea is to select disks, interfaces, process using regular expressions: - it is possible to test more than one disk/int/process in one Nagios check (ex.: eth* instead of eth0,eth1,eth2,...) - you only have to provide a unique part of the name to select a disk/int/process (ex. : "C:" instead of "C:\ Label: Serial Number xxxxxxx" makes it easy to use on multiple Windows hosts). Most of these scripts can make performance outputs. WWW: http://nagios.manubulon.com/ PR: ports/135523 Submitted by: Alexey V. Degtyarev Revision Changes Path 1.190 +1 -0 ports/net-mgmt/Makefile 1.1 +52 -0 ports/net-mgmt/nagios-snmp-plugins-extras/Makefile (new) 1.1 +3 -0 ports/net-mgmt/nagios-snmp-plugins-extras/distinfo (new) 1.1 +16 -0 ports/net-mgmt/nagios-snmp-plugins-extras/pkg-descr (new) 1.1 +1 -0 ports/net-mgmt/nagios-snmp-plugins-extras/pkg-plist (new)