diff options
author | kmoore <kmoore@FreeBSD.org> | 2016-07-21 03:53:14 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2016-07-21 03:53:14 +0800 |
commit | 3ee75608148184bf0d99a6b579645bd4daef3897 (patch) | |
tree | a847e11478ac73707f80670694dac6818d31f040 /sysutils/Makefile | |
parent | d948e4a13ddb06fc926faab65b23abd7e08ec0b6 (diff) | |
download | freebsd-ports-gnome-3ee75608148184bf0d99a6b579645bd4daef3897.tar.gz freebsd-ports-gnome-3ee75608148184bf0d99a6b579645bd4daef3897.tar.zst freebsd-ports-gnome-3ee75608148184bf0d99a6b579645bd4daef3897.zip |
A highly available daemon to send notifications and reminders based on
Consul health checks. Including profile selection based on service,
check, or host that enables specific handlers and reminder intervals.
consul-alerts makes use of consul services to provide leader election
and automatic failover amongst multiple instances.
URL: https://github.com/AcalephStorage/consul-alerts
PR: 211253
Submitted by: John Hixson <john@pcbsd.org>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 5b4cb7357b81..35a345635de3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -169,6 +169,7 @@ SUBDIR += consolehm SUBDIR += consolekit SUBDIR += consul + SUBDIR += consul-alerts SUBDIR += contractor SUBDIR += copytape SUBDIR += coreutils |