diff --git a/CHANGELOG.md b/CHANGELOG.md index 7613754c15..e427a1b5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Features 1. [#1717](https://github.com/influxdata/chronograf/pull/1717): View server generated TICKscripts 1. [#1681](https://github.com/influxdata/chronograf/pull/1681): Add the ability to select Custom Time Ranges in the Hostpages, Data Explorer, and Dashboards. +1. [#1724](https://github.com/influxdata/chronograf/pull/1724): Add alert configuration for Kapacitor support of Pushover ### UI Improvements diff --git a/ui/src/kapacitor/constants/index.js b/ui/src/kapacitor/constants/index.js index 3cf36b53e7..a219af7e3a 100644 --- a/ui/src/kapacitor/constants/index.js +++ b/ui/src/kapacitor/constants/index.js @@ -40,6 +40,7 @@ export const ALERTS = [ 'hipchat', 'opsgenie', 'pagerduty', + 'pushover', 'sensu', 'slack', 'smtp',