Commit Graph

441 Commits

Author SHA1 Message Date
Fabian Reinartz
6f0d441e39 Fix unlocked write and unnecessary condition 2015-11-04 17:17:37 +01:00
Fabian Reinartz
08948391df Add uptime to status page 2015-11-02 20:04:37 +01:00
Fabian Reinartz
09e8552cd7 Add status page in UI 2015-11-02 19:47:12 +01:00
Fabian Reinartz
85475d4e50 Add /api/status endpoint for config and version info 2015-11-02 19:41:23 +01:00
Fabian Reinartz
a1a9840656 Minor enhancement to silence form 2015-11-02 18:51:54 +01:00
Fabian Reinartz
f4a31855cc Add silence-form directive, enable silence button for alerts 2015-10-27 19:54:21 +01:00
Fabian Reinartz
a765ef9534 Add aggregation group unit test 2015-10-27 18:26:44 +01:00
Fabian Reinartz
b3865015ad Update common/log vendoring 2015-10-26 15:26:04 +01:00
Fabian Reinartz
ff514dbf06 Embed architecture sketch in README 2015-10-26 15:11:14 +01:00
Fabian Reinartz
4e6695682a Add architecture sketch 2015-10-26 15:09:48 +01:00
Fabian Reinartz
3181a65d8f Fix .gitignore for binary 2015-10-26 13:45:06 +01:00
Fabian Reinartz
e20c7f8f3d Enable YAML highlighting in example config 2015-10-22 15:48:50 +02:00
Fabian Reinartz
5510317a3d Add instructions to mirror traffic 2015-10-22 15:34:24 +02:00
Fabian Reinartz
57ff4f4a93 Fix typo 2015-10-22 15:29:36 +02:00
Fabian Reinartz
fc2245bb9f Extend README by config example 2015-10-22 15:25:18 +02:00
Fabian Reinartz
3d216d887b Add README on status and installation 2015-10-22 14:56:55 +02:00
Fabian Reinartz
f6461b0182 Emphasize alertname label in UI 2015-10-22 11:10:59 +02:00
Fabian Reinartz
9f8c959d4d Make annotations collapsable in UI 2015-10-22 10:56:37 +02:00
Fabian Reinartz
a4333564a0 Improve UI tree JSON, style UI tree 2015-10-22 09:49:16 +02:00
Fabian Reinartz
524d08d567 Implement endpoint for UI routing tree representation 2015-10-21 16:34:56 +02:00
Fabian Reinartz
e151f029b7 Add initial UI for recursive routing tree 2015-10-21 16:34:38 +02:00
Fabian Reinartz
c045a6285b Implement deterministic incident keys, complete PD integration 2015-10-21 13:08:53 +02:00
Fabian Reinartz
d365519ed3 Temporary fix for getting pending alerts 2015-10-20 12:38:42 +02:00
Fabian Reinartz
ba4c3d31b5 Extend merging test to cover more scenarios 2015-10-20 11:59:40 +02:00
Fabian Reinartz
899257ee23 Add proper styling of mail template 2015-10-20 09:22:36 +02:00
Fabian Reinartz
329b36594b (u)int64 fixes, UI time range improvements 2015-10-20 07:12:28 +02:00
Fabian Reinartz
6cbd7f5511 Inherit grouping labels, default grouping labels 2015-10-19 17:35:59 +02:00
Fabian Reinartz
cb0ecd9416 Alter config to have a root route 2015-10-19 16:52:54 +02:00
Fabian Reinartz
ef0ee97781 Implement global routing options 2015-10-19 16:17:15 +02:00
Fabian Reinartz
a515b22325 Convert all fingerprints to int64 before/after database interaction 2015-10-19 14:21:50 +02:00
Fabian Reinartz
aead14a99f Implement initial PagerDuty notifications 2015-10-19 13:36:17 +02:00
Fabian Reinartz
6ff0cd94c5 Finalize PagerDuty config 2015-10-19 11:44:46 +02:00
Fabian Reinartz
22e1e9ca72 Output error on config load failure 2015-10-17 10:02:52 +02:00
Fabian Reinartz
0b818bac38 Implement global setting of notification parameters 2015-10-17 10:02:32 +02:00
Fabian Reinartz
e77bda4e9f Fix inverted cleanup trigger, proper mail notifications 2015-10-16 17:45:21 +02:00
Fabian Reinartz
4b49350122 Fix potential grouping collisions, pass down group labels 2015-10-16 16:55:56 +02:00
Fabian Reinartz
a64ae57731 Add legacy alert push endpoint 2015-10-16 14:02:22 +02:00
Fabian Reinartz
494de8228c Add alert view to UI 2015-10-15 16:24:27 +02:00
Fabian Reinartz
26222c3b50 Add CSS library and custom definitions 2015-10-15 16:24:02 +02:00
Fabian Reinartz
69a3cf1c8c Fix SQL statements to find overlapping alerts 2015-10-15 16:22:54 +02:00
Fabian Reinartz
78008cd012 Fix infinite recursion bug in Alert merge 2015-10-15 16:21:36 +02:00
Fabian Reinartz
fa7955c9bc Show logs of crashed testing instances 2015-10-15 16:17:04 +02:00
Fabian Reinartz
8148e82358 Terminate tests on Alertmanager crash 2015-10-15 16:15:37 +02:00
Fabian Reinartz
8237c0c567 Implement basic /alerts endpoint 2015-10-15 12:47:15 +02:00
Fabian Reinartz
ff7eddc453 Add acceptance test for alert merging 2015-10-15 12:46:51 +02:00
Fabian Reinartz
e48ec3a339 Complete silence UI 2015-10-15 12:01:19 +02:00
Fabian Reinartz
0597dd62f1 Do not expand index.html 2015-10-15 12:01:08 +02:00
Fabian Reinartz
998ae4369e Fix querying pending alerts.
This commit retrieves the correct pending alerts
and introduces a workaround to a bug in the SQL library.
2015-10-14 12:52:42 +02:00
Fabian Reinartz
955c27a869 Fix typo in string expansion 2015-10-14 12:52:17 +02:00
Fabian Reinartz
3917620c24 Implement multiple matchers in Silence creation 2015-10-13 16:59:37 +02:00