Miek Gieben
48ba027cc5
Alertmanager: Add OpsGenie Webhook notification.
...
This adds notifications to OpsGenie. It is using the webhook api. The
notification_config should look like
opsgenie_config {
api_key: "bliep"
teams: "team-one"
send_resolved: true
}
It further sets the alert fingerprint in Alias and adds all the
alert labels into the Details field.
See https://www.opsgenie.com/docs/web-api/alert-api#createAlertRequest
for the details.
It can also close the alert by using the Alias field again. See
https://www.opsgenie.com/docs/web-api/alert-api#closeAlertRequest
And it adds a 'labels_to_tag' that allows you to specify for which
label names you want to create a tag with the value of that label.
This makes routing alerts easier.
2015-07-29 17:17:33 +01:00
Julius Volz
6f0fa88489
Merge pull request #62 from SQiShER/master
...
Added support for @mentions in HipChat notifications
2015-05-28 14:55:28 +02:00
Brian Brazil
89b13e1c73
Add a generic webhook notifier.
...
This allows for use cases such as kicking off shell scripts,
logging notifications, or anything else the alertmanager doesn't
directly support.
2015-05-27 23:57:18 +01:00
Benjamin Staffin
ff4763ea37
Update fsnotify to its new source location
2015-05-23 16:04:34 -07:00
Daniel Bechler
2d7992a59b
Added support for @mentions in HipChat notifications
2015-05-24 00:11:13 +02:00
Julius Volz
b4648a9e33
Migrate logging to use `prometheus/log`.
2015-05-23 23:21:44 +02:00
Tomas Karasek
5b1c59f0cc
rewrote to better fit in exisitng code
2015-05-19 14:31:06 +03:00
Tomas Karasek
48cdc777ce
improve Flowdock PR based on julius' comments
2015-05-19 11:37:22 +03:00
Tomas Karasek
ffd54a3ee6
added flowdock block to sample config
2015-05-18 19:17:19 +03:00
Tomas Karasek
bfcded79e8
Added flowdock notifier
2015-05-18 19:07:56 +03:00
Steve Durrheimer
df0ce42d42
Add simple support for Slack notifications
2015-05-10 22:21:18 +02:00
Julius Volz
fd2a1e6099
Update hosting location of protobuf package.
2015-04-29 22:05:32 +02:00
Johannes 'fish' Ziemke
735e8075d2
Add support to notify for resolved alerts
...
Change-Id: I31fc51d2a47d92e9d7ac2ba224c7fce02b28444e
2015-04-24 19:29:52 +02:00
Cameron Davison
f4f6ceccc4
Add simple support for HipChat notifications
2015-04-13 17:49:46 -05:00
Anton Lindström
a0c156e3e6
add pushover as notification method
...
This adds https://pushover.net/ as a way of notification.
2015-02-17 05:44:45 +00:00
Julius Volz
20b146657b
Update HTTP/clientlib dependencies + cleanups.
...
Change-Id: I175ac4874b25358dd569866e3d575ba49e4357f2
2014-10-27 23:50:22 +01:00
Julius Volz
6d789102f9
Fix wrong repeat rate setting in config.go.
...
Change-Id: I362f4d2ad85eb21a64ac85814fdc2fa85da6a7f4
2013-09-11 17:55:47 +02:00
Julius Volz
be0e958d8f
Major rewrite of alertmanager, adding inhibit support.
...
Change-Id: If11f3aec70ba2ac816b9b824a387ffdd2e51790f
2013-09-11 15:34:02 +02:00
Julius Volz
add9eb231d
Add missing instrumentation.go file to Git.
...
Change-Id: I073511190b9e279ff2a01b92d3a466e9e8778b2f
2013-08-14 17:11:50 +02:00
Julius Volz
dcfe55d7e6
Rename alert_manager to alertmanager.
2013-08-05 11:49:56 +02:00
Julius Volz
571931a052
Make config reloadable during runtime.
2013-08-02 17:25:39 +02:00
Julius Volz
02ab1f904a
PR comment fixups.
2013-07-30 16:36:43 +02:00
Julius Volz
5d4f9f7e11
Add notification options to configuration.
2013-07-29 18:43:01 +02:00
Julius Volz
db599b6d26
PR comments fixups.
2013-07-26 17:39:46 +02:00
Julius Volz
24ac73af5d
Add loading configuration from file.
2013-07-26 16:12:11 +02:00