diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-30 03:47:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-30 03:47:21 +0800 |
commit | 3fe1024bc8eafb224f4672d3a395b29aef74f4d3 (patch) | |
tree | ff2f0ec5820ca85535d3eaa700ce10b133b1dc87 /net-mgmt/Makefile | |
parent | a33755aa5bff3f5d26af9e4a6e140a0f3672afba (diff) | |
download | freebsd-ports-gnome-3fe1024bc8eafb224f4672d3a395b29aef74f4d3.tar.gz freebsd-ports-gnome-3fe1024bc8eafb224f4672d3a395b29aef74f4d3.tar.zst freebsd-ports-gnome-3fe1024bc8eafb224f4672d3a395b29aef74f4d3.zip |
check_puppet - is a very simple Nagios plugin to check Puppet daemon
availability with SNMP.
Why check_puppet?
1. It does check whether puppetd and puppetmasterd is alive.
2. It does check state.yaml freshness
3. It does not require the full net-mgmt/nagios-plugins package on the client
side
4. It is written in sh - code interpreter available in a base system
WWW: http://renatasystems.org/freebsd/check_puppet.html
PR: ports/135006
Submitted by: Alexey V. Degtyarev
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 5429b984144b..148bd47dd4e1 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -108,6 +108,7 @@ SUBDIR += nagios-certexp-plugin SUBDIR += nagios-check_bacula SUBDIR += nagios-check_ports + SUBDIR += nagios-check_puppet SUBDIR += nagios-devel SUBDIR += nagios-geom SUBDIR += nagios-pf-plugin |