Bug 211253 - [NEW PORT] sysutils/consul-alerts: Simple daemon to send notifications based on Consul health checks
Summary: [NEW PORT] sysutils/consul-alerts: Simple daemon to send notifications based ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kris Moore
URL:
Keywords: feature, patch
Depends on:
Blocks:
 
Reported: 2016-07-20 19:00 UTC by John Hixson
Modified: 2016-07-21 08:12 UTC (History)
1 user (show)

See Also:


Attachments
consule-alerts SHAR file (3.88 KB, application/x-shar)
2016-07-20 19:00 UTC, John Hixson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Hixson freebsd_committer freebsd_triage 2016-07-20 19:00:27 UTC
Created attachment 172757 [details]
consule-alerts SHAR file
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-07-20 19:53:43 UTC
A commit references this bug:

Author: kmoore
Date: Wed Jul 20 19:53:15 UTC 2016
New revision: 418850
URL: https://svnweb.freebsd.org/changeset/ports/418850

Log:
  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>

Changes:
  head/sysutils/Makefile
  head/sysutils/consul-alerts/
  head/sysutils/consul-alerts/Makefile
  head/sysutils/consul-alerts/distinfo
  head/sysutils/consul-alerts/files/
  head/sysutils/consul-alerts/files/consul-alerts.in
  head/sysutils/consul-alerts/pkg-descr
Comment 2 Kris Moore freebsd_committer freebsd_triage 2016-07-20 19:55:01 UTC
Committed with minor change. In the PLIST= replace /usr/local with ${PREFIX}
Comment 3 Kris Moore freebsd_committer freebsd_triage 2016-07-20 19:57:13 UTC
Also, removed GH_TAGNAME= since it was already set from the port version itself.
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2016-07-21 08:12:13 UTC
Thanks for taking care of this port Kris. For future issues please assign them to yourself if/when you decide to work on them.