aboutsummaryrefslogtreecommitdiff
path: root/handlers
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-11-13 17:47:31 -0500
committerMitch Riedstra <mitch@riedstra.us>2020-11-13 17:47:31 -0500
commit01cda8792213340fdedcd364dedb2a73564d27f2 (patch)
tree54af9ac384b043b52a9dd752e9a41cbbe68d1a82 /handlers
parent3d157fef24360238f39c44529f1b2ec3b70e411b (diff)
downloadprometheus-01cda8792213340fdedcd364dedb2a73564d27f2.tar.gz
prometheus-01cda8792213340fdedcd364dedb2a73564d27f2.tar.xz
Remove systemd support. Add alertmanager. Remove old template
Diffstat (limited to 'handlers')
-rw-r--r--handlers/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/handlers/main.yml b/handlers/main.yml
new file mode 100644
index 0000000..abaa110
--- /dev/null
+++ b/handlers/main.yml
@@ -0,0 +1,8 @@
+- name: Restart prometheus
+ runit:
+ name: prometheus
+ state: restarted
+- name: Restart alertmanager
+ runit:
+ name: alertmanager
+ state: restarted