diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-04-29 19:27:00 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-04-29 19:27:00 +0800 |
commit | 1c5fc7e1b700e12f0cbd888f0c745bac9092718a (patch) | |
tree | 8cff8ad53ec97fb41e0b03be9dc939e7739c48a5 /net-mgmt/Makefile | |
parent | 98eab27f1fd1bb203abbb214cdcdc174fd25e2b9 (diff) | |
download | freebsd-ports-graphics-1c5fc7e1b700e12f0cbd888f0c745bac9092718a.tar.gz freebsd-ports-graphics-1c5fc7e1b700e12f0cbd888f0c745bac9092718a.tar.zst freebsd-ports-graphics-1c5fc7e1b700e12f0cbd888f0c745bac9092718a.zip |
This program checks memcached (or compatible) server by memcached
protocol: SET, GET, DELETE and GET.
WWW: http://github.com/hirose31/nagios-check_memcached_paranoid
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 3aec0b4d84b..fbe3377ec70 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -114,6 +114,7 @@ SUBDIR += nagios-check_clamav SUBDIR += nagios-check_ice SUBDIR += nagios-check_kumofs + SUBDIR += nagios-check_memcached_paranoid SUBDIR += nagios-check_nick SUBDIR += nagios-check_ports SUBDIR += nagios-check_puppet |