summaryrefslogtreecommitdiff
path: root/roles/monitoring/graphite/carbon/handlers
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-12-08 16:56:44 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-12-08 16:56:44 +0100
commitb4deb45870fe9ae8bcbbe9278cdf09cf9579ee69 (patch)
tree2aef2be15ee9e659e5252a6c647dab39880da408 /roles/monitoring/graphite/carbon/handlers
parentcollectd: add graphite and prometheus role (diff)
add role for graphite carbon-cache
Diffstat (limited to 'roles/monitoring/graphite/carbon/handlers')
-rw-r--r--roles/monitoring/graphite/carbon/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/monitoring/graphite/carbon/handlers/main.yml b/roles/monitoring/graphite/carbon/handlers/main.yml
new file mode 100644
index 00000000..ecbeef5f
--- /dev/null
+++ b/roles/monitoring/graphite/carbon/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: restart carbon-cache
+ service:
+ name: carbon-cache
+ state: restarted