diff options
author | wxs <wxs@FreeBSD.org> | 2011-05-29 09:45:26 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-05-29 09:45:26 +0800 |
commit | f4989ffeafc04aff8db342f6c0bcc7bf540245ff (patch) | |
tree | 1e593cdc197039b6a00828a06d710c522ce24f9f /net-mgmt/Makefile | |
parent | 32cce3c4a4ffbe95274abf0bee4bed156653fdeb (diff) | |
download | freebsd-ports-gnome-f4989ffeafc04aff8db342f6c0bcc7bf540245ff.tar.gz freebsd-ports-gnome-f4989ffeafc04aff8db342f6c0bcc7bf540245ff.tar.zst freebsd-ports-gnome-f4989ffeafc04aff8db342f6c0bcc7bf540245ff.zip |
The check_mysql_slave plugin allows you to check that a particular
MySQL replication slave is running and (coming soon) is within a
threshold bytes or seconds behind its master.
WWW: http://buhacoff.net/software/check_mysql_slave
PR: ports/157066
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
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 9aef41e56a7a..efd4e352b985 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -120,6 +120,7 @@ SUBDIR += nagios-check_ice SUBDIR += nagios-check_kumofs SUBDIR += nagios-check_memcached_paranoid + SUBDIR += nagios-check_mysql_slave SUBDIR += nagios-check_nick SUBDIR += nagios-check_ports SUBDIR += nagios-check_puppet |