diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-24 19:13:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-24 19:13:51 +0800 |
commit | 4cfcf56d22f0fcc74096c535f03c051a3e97f8dd (patch) | |
tree | bde3005e61af2c9643d8d6bdca4a22b86b54dfdc /net-mgmt/Makefile | |
parent | 0bb451e1ea07485d02d59ae60e5c1f4ffb34aa22 (diff) | |
download | freebsd-ports-gnome-4cfcf56d22f0fcc74096c535f03c051a3e97f8dd.tar.gz freebsd-ports-gnome-4cfcf56d22f0fcc74096c535f03c051a3e97f8dd.tar.zst freebsd-ports-gnome-4cfcf56d22f0fcc74096c535f03c051a3e97f8dd.zip |
Object oriented helper routines for your Nagios plugin:
This is the place for common routines when writing Nagios plugins. The idea is
to make it as easy as possible for developers to conform to the plugin
guidelines (http://nagiosplug.sourceforge.net/developer-guidelines.html).
WWW: http://search.cpan.org/dist/Nagios-Plugins/
PR: ports/102391
Submitted by: Gerrit Beine <gerrit.beine(at)gmx.de>
Approved by: krion (mentor)
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 2710697df829..bc700e679746 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -130,6 +130,7 @@ SUBDIR += p5-Cflow SUBDIR += p5-Mon SUBDIR += p5-NSNMP + SUBDIR += p5-Nagios-Plugin SUBDIR += p5-Net-CIDR SUBDIR += p5-Net-IP SUBDIR += p5-Net-IP-Match-Regexp |