浏览代码

Restart API when changing checks

Jared Ledvina 9 年之前
父节点
当前提交
15cef46843
共有 1 个文件被更改,包括 3 次插入1 次删除
  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