Sfoglia il codice sorgente

Restart API when changing checks

Jared Ledvina 9 anni fa
parent
commit
15cef46843
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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