Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2009 21:13:19 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net-mgmt Makefile ports/net-mgmt/nagios-snmp-plugins-extras Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200906152113.n5FLDJNJ018406@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906152113.n5FLDJNJ018406>