Selaa lähdekoodia

Merge pull request #4 from jaredledvina/fix/restart-api-check-change

Restart API when changing checks
Calum MacRae 9 vuotta sitten
vanhempi
commit
97f070f7e2
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      tasks/plugins.yml

+ 3 - 1
tasks/plugins.yml

@@ -69,4 +69,6 @@
     when: sensu_master
     with_lines:
       - ls {{ static_data_store }}/sensu/definitions | sed 's/\.j2//'
-    notify: restart sensu-server service
+    notify: 
+      - restart sensu-server service
+      - restart sensu-api service