Commit Graph

333 Commits

Author SHA1 Message Date
Fabian Reinartz
d4c90e9e28 Add silence API and memory storage 2015-07-01 13:17:08 +02:00
Fabian Reinartz
e730242749 initial commit with basic files and types 2015-06-30 14:29:30 +02:00
Fabian Reinartz
4c58dc90e6 wipe everything 2015-06-30 12:34:45 +02:00
Fabian Reinartz
6b487252a0 Merge pull request #86 from prometheus/fabxc/clnp
Use common/model and common/route
2015-06-30 12:12:11 +02:00
Fabian Reinartz
a266cb5afb switch to common/route wrapper 2015-06-30 12:10:13 +02:00
Fabian Reinartz
47967ba6e9 switch to common/model types 2015-06-30 08:43:38 +02:00
Fabian Reinartz
b8b6905447 Merge pull request #85 from prometheus/fabxc/ymlcfg
switch to YAML config
2015-06-29 18:55:15 +02:00
Fabian Reinartz
2e1a01b2fa switch to YAML config. 2015-06-29 18:53:47 +02:00
Fabian Reinartz
cb9c85ea5a config: add new YMAL config 2015-06-29 17:25:47 +02:00
Julius Volz
d91ac2ef11 Merge pull request #84 from prometheus/runbook-amurl
Add runbook and alertmanager URLs to PD+email notifications.
2015-06-25 18:53:28 +02:00
Julius Volz
35b3741756 Add runbook and alertmanager URLs to PD+email notifications.
I don't have a way to test all the other notification mechanisms, which
is something we should fix in general. For now, only PagerDuty and email
have the new runbook and alertmanager URL information.

Not very happy with the overall cleanliness of this, and the codebase
overall, of course, but since we need this urgently tomorrow, I hope
this is fine for now.
2015-06-25 18:18:08 +02:00
Julius Volz
8d455091fc Merge pull request #78 from wrouesnel/master
Add a GET api to /api/alerts which pulls JSON formatted AlertAggregates.
2015-06-16 15:52:04 +02:00
William Rouesnel
34434fefd3 Add a GET api to /api/alerts which pulls JSON formatted AlertAggregates. 2015-06-16 09:05:48 +10:00
Julius Volz
982c968f73 Merge pull request #76 from prometheus/v0.0.3
Cut bugfix release 0.0.3.
2015-06-10 17:07:18 +02:00
Julius Volz
53c131c535 Cut bugfix release 0.0.3. 2015-06-10 17:05:02 +02:00
Brian Brazil
de00240d66 Merge pull request #75 from wrouesnel/master
Fix email template body writer being called with parameters in wrong order
2015-06-10 10:09:46 +01:00
William Rouesnel
03bc356197 Fix email template body writer being called with parameters in wrong order. 2015-06-10 15:00:09 +10:00
Julius Volz
7988e1112e Merge pull request #73 from prometheus/version-0.0.2
Cut Alertmanager version 0.0.2.
2015-06-09 18:57:22 +02:00
Julius Volz
d5aa4039cb Cut Alertmanager version 0.0.2. 2015-06-09 18:53:24 +02:00
Johannes 'fish' Ziemke
5b78ab6c58 Merge pull request #72 from sdurrheimer/master
Fix silences.json permission error with docker image
2015-06-03 12:33:33 +02:00
Steve Durrheimer
acb4ab7ab6 Fix silences.json permission error with docker image 2015-06-03 00:16:22 +02:00
Brian Brazil
30dc9f7325 Merge pull request #71 from prometheus/alert-json-case
Change case of alert json to initial lower letter.
2015-06-01 14:13:56 +01:00
Brian Brazil
5de8fccdb4 Change case of alert json to initial lower letter.
Matching change to what's on the prometheus server side.
2015-05-30 14:37:26 +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
Fabian Reinartz
b66f938840 Merge pull request #70 from prometheus/webhook
Add a generic webhook notifier.
2015-05-28 01:04:45 +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
Fabian Reinartz
41323765d6 Merge pull request #69 from benley/master
Update fsnotify to its new source location
2015-05-24 12:25:49 +02: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
ba4e53343c Merge pull request #68 from prometheus/migrate-logging
Migrate logging to use `prometheus/log`.
2015-05-23 23:22:52 +02:00
Julius Volz
b4648a9e33 Migrate logging to use prometheus/log. 2015-05-23 23:21:44 +02:00
Julius Volz
6f3870a2af Merge pull request #67 from prometheus/improve-redirections
Improve web redirection and 404 behavior.
2015-05-23 16:16:37 +02:00
Julius Volz
d0ae5a3f1d Improve web redirection and 404 behavior.
Previously we redirected any non-existent path to the root (or path
prefix).

The new behavior:

With no path prefix:

- "" -> "/"
- "/biz" -> 404

With path prefix of "/foo/bar":

- "" -> "/foo/bar/"
- "/" -> "/foo/bar/"
- "/foo/bar" -> "/foo/bar/"
- "/biz" -> /foo/bar/biz"
  (anything not starting with the path prefix gets the prefix prepended)
- "/foo/bar/biz" -> 404

This fixes https://github.com/prometheus/alertmanager/issues/66
2015-05-23 12:45:38 +02:00
Fabian Reinartz
5b0e343ec4 Merge pull request #64 from novilabs/pushover-status-notification
add status to pushover title
2015-05-23 09:14:03 +02:00
Julius Volz
6e57acbd8c Merge pull request #65 from novilabs/update-file-blob
`make web` closes #63
2015-05-23 01:17:15 +02:00
Cameron Davison
5a77789945 make web closes #63 2015-05-22 15:47:01 -05:00
Fabian Reinartz
8d205b2a27 Merge pull request #61 from brunoqc/patch-1
Fix a sentence in README
2015-05-22 16:29:40 +02:00
Bruno Bigras
a864e1703a Fix a sentence in README 2015-05-22 09:04:20 -04:00
Julius Volz
db402c8c8d Merge pull request #60 from t0mk/flowdock
Flowdock notifications
2015-05-19 14:55:04 +02:00
Tomas Karasek
5b1c59f0cc rewrote to better fit in exisitng code 2015-05-19 14:31:06 +03:00
Tomas Karasek
9632bf24f8 more readable HTTP response logging 2015-05-19 11:38:28 +03:00
Tomas Karasek
48cdc777ce improve Flowdock PR based on julius' comments 2015-05-19 11:37:22 +03:00
Cameron Davison
ac2e3be7b7 add status to title, and Assume that the summary is the message, and that the alertname is a very short concise name for the alert 2015-05-18 15:53:28 -05: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
Julius Volz
82ced0dc2a Merge pull request #52 from quinox/pathprefix
Path prefix to support reverse proxies
2015-05-12 13:39:49 +02:00
Björn Rabenstein
b9afdd5b98 Merge pull request #59 from prometheus/fabxc/authors
Update AUTHORS
2015-05-11 11:34:07 +02:00
Fabian Reinartz
c8fa9a1073 Update AUTHORS 2015-05-11 09:41:26 +02:00
Fabian Reinartz
70cc051e8e Merge pull request #57 from sdurrheimer/master
Add simple support for Slack notifications
2015-05-10 22:38:25 +02:00
Steve Durrheimer
df0ce42d42 Add simple support for Slack notifications 2015-05-10 22:21:18 +02:00