stuart nelson
ee8ac8e604
package amtool in docker container ( #1127 )
2017-12-03 15:15:49 +01:00
stuart nelson
fe9159e6a3
Update MAINTAINERS.md
2017-11-26 13:37:51 -05:00
Frederic Branczyk
b4e2a328c6
Merge pull request #1118 from brancz/inhibit-cancel-race
...
inhibit: Fix race in stopping inhibitor
2017-11-24 14:27:40 +01:00
Frederic Branczyk
f4c226c7d5
inhibit: Fix race in stopping inhibitor
2017-11-24 12:05:52 +01:00
stuart nelson
3464ab4fa2
Template Source in PagerDuty alert payload ( #1117 )
...
* Template Source field in pagerduty payload
As a sane default we link to alertmanager, but
leave templating available to the user if
something suits their system better.
2017-11-22 14:51:44 -05:00
stuart nelson
55a40d1d3a
Update CHANGELOG.md
...
A breaking change to config names for HipChat and
OpsGenie wasn't noted in the changelog.
Fortunately, these are values that users should
not be configuring.
2017-11-17 00:18:44 +01:00
stuart nelson
30dd0426c0
0.11.0 ( #1109 )
2017-11-16 12:39:33 -05:00
Binh Le
fa17eb4b00
amtool - fix typo in README for comment_required config ( #1100 )
...
It is 'comment_required' in code:
https://github.com/prometheus/alertmanager/blob/master/cli/silence_add.go#L118
2017-11-16 11:22:00 -05:00
Tom Fawcett
8bfbb0a1aa
Fix OpsGenie Tags field ( #1108 )
2017-11-15 17:20:02 -05:00
Tom Fawcett
291fc5722b
Fix OpsGenie Teams field ( #1101 )
...
* Fix OpsGenie Teams field
* Remove use of opsGenieTeam struct
2017-11-15 16:00:50 -05:00
Jose Donizetti
10ed60361d
Fix silences negative filtering ( #1095 )
...
* Fix silence negative filtering
* Refactor extract filtering labels func
2017-11-15 14:29:06 -05:00
Jose Donizetti
e303646b80
Fix typo ( #1103 )
2017-11-15 14:25:46 -05:00
Jose Donizetti
4763f67e4f
Add SortedPairs test ( #1102 )
2017-11-15 14:25:23 -05:00
Tom Fawcett
fd0ace8d88
Support OpsGenie Priority field ( #1094 )
2017-11-12 12:01:19 -05:00
Jose Donizetti
7151cd4bfc
Clean code style - amtool errors ( #1099 )
2017-11-12 11:43:48 -05:00
Jose Donizetti
7168749a9f
Add test to missing pagerduty routing_key ( #1097 )
2017-11-12 11:38:01 -05:00
Jose Donizetti
95e80d1aa8
Add tests to receiver filtering ( #1098 )
2017-11-12 11:35:49 -05:00
Jose Donizetti
7fbe63b94f
Add tests to retries ( #1084 )
...
* Add tests to retry logic
* Extract retry logic from OpsGenie,VictorOps,PushOver
2017-11-11 15:45:11 +01:00
Jose Donizetti
20598bfd71
Remove old silence code ( #1080 )
2017-11-11 15:41:17 +01:00
Jose Donizetti
cf85bd84f2
Add CalcSilenceState Test ( #1085 )
2017-11-11 15:13:12 +01:00
Jose Donizetti
33644a85df
Add tests to template package ( #1086 )
2017-11-11 15:12:03 +01:00
Jose Donizetti
76c15a0ef5
Fix config name inconsistency ( #1087 )
...
* Rename global config hipchat_url to hipchat_api_url
* Rename opsgenie config 'host' to 'url'
2017-11-11 15:01:21 +01:00
Binh Le
ea9a584e8d
Allow 'd', 'w', 'y' to be specified at time suffix when creating silence ( #1091 )
...
The time.ParseDuration refused to parse them with the reason that a day
can be shorter or longer than 24 hours. But they are already accepted in
Prometheus range query and a custom parser is included in Prometheus
common package so there's no reason amtool cannot use that.
This will be handy in cases you need to create silence for longer periods,
which are unfortunately common.
2017-11-11 14:51:33 +01:00
Julius Volz
fdee5fcbfc
Fix UI when no silences are present ( #1090 )
...
* Explicitly initialize silences list to avoid "null" JSON
* Wrap "No silences found" message in error box
* bindata fixup
2017-11-11 14:48:48 +01:00
stuart nelson
133c888ef3
Changelog for v0.10.0 ( #1089 )
2017-11-09 16:11:56 +01:00
Jose Donizetti
bc9b34d3db
Add test to matchers ( #1079 )
...
* Add Test to Matcher and Matchers
* Move matchers string test to match_test.go
2017-11-07 11:39:22 +01:00
Jose Donizetti
74808e40f3
Refactor silence constants ( #1076 )
...
* Refactor remove dups silence state constants
* Refactor to use const instead of string
2017-11-07 11:36:30 +01:00
stuart nelson
0cbc8dff18
Rearrange some notification code
2017-11-07 11:32:37 +01:00
Alin Sinpalean
dc3c78e6ae
Prevent alerts from inhibiting themselves ( #1017 )
...
* Prevent alerts from inhibiting themselves.
* Don't inhibit alerts that match the source filter.
* No-op, nudge CircleCI.
2017-11-07 11:30:14 +01:00
Steven Carvellas
5db8055bab
Add support for PagerDuty API v2 ( #1054 )
2017-11-07 11:07:27 +01:00
Adam Smith
4ee40f97e6
Allow template in victorops routing_key field ( #1083 )
2017-11-07 10:38:46 +01:00
Jose Donizetti
b9597f5c7b
Fix negative matchers filtering ( #1077 )
2017-11-04 14:38:16 +01:00
Frederic Branczyk
5473b21a6b
Merge pull request #1078 from prometheus/no-mesh-fix
...
Fix shutdown crash with nil mesh router
2017-11-04 09:30:44 +01:00
Julius Volz
f64a419853
Fix shutdown crash with nil mesh router
2017-11-03 23:44:05 +01:00
Frederic Branczyk
029c70d6fe
Allow enabling mutex and block profiles ( #1073 )
2017-11-02 12:18:45 +01:00
Frederic Branczyk
53bd897bd0
Merge pull request #1066 from josedonizetti/add_set_test
...
Add tests to nflog set
2017-11-02 11:23:19 +01:00
Julius Volz
b0aab04906
Fix notifications for flapping alerts ( #1071 )
...
Fixes https://github.com/prometheus/alertmanager/issues/1063
2017-11-02 11:12:12 +01:00
Frederic Branczyk
d9793cb502
Merge pull request #1072 from prometheus/cleanups
...
Minor code cleanups
2017-11-02 11:06:45 +01:00
Julius Volz
9b72c10134
Minor code cleanups
2017-11-01 23:08:34 +01:00
Jose Donizetti
511c6bcb6a
Add nflog TestQuery ( #1070 )
2017-11-01 20:38:00 +01:00
Jose Donizetti
f8dc12c317
Remove not used code ( #1069 )
2017-11-01 16:40:46 +01:00
Julius Volz
40598d6913
Merge pull request #1067 from prometheus/clarify-var-names
...
Clarify variable names in Dispatcher.processAlert()
2017-11-01 14:20:51 +00:00
Julius Volz
b145c51b99
Clarify variable names in Dispatcher.processAlert()
...
A single entry in aggrGroups is just a single group, not plural.
2017-11-01 15:06:23 +01:00
Julius Volz
fc984941ee
nflog: Fix Log() crash when gossip is nil ( #1064 )
2017-11-01 10:34:40 +01:00
Jose Donizetti
bf3f6de719
Add tests to nflog set
2017-11-01 06:44:27 -02:00
Jose Donizetti
359b614f5f
Fix documentation ( #1065 )
2017-11-01 08:41:00 +00:00
Tom-Fawcett
2d1b84ff5e
Upgrade OpsGenie notifier to v2 API. ( #1061 )
2017-10-29 16:19:17 +01:00
Jose Donizetti
1c7bf17eec
Add logging to statemessage truncation ( #1056 )
2017-10-26 11:09:54 +02:00
Jose Donizetti
877d2780a0
Add limit to OpsGenie message ( #1045 )
2017-10-26 11:09:23 +02:00
Jose Donizetti
0a16b09fc1
Fix pushover limits (title, message, url) ( #1055 )
2017-10-25 14:44:35 +02:00