Add handlers for bacula
This commit is contained in:
parent
b9d17c4421
commit
29ae892e2a
1 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,15 @@
|
|||
- name: reload apache
|
||||
action: service name=httpd state=reloaded
|
||||
|
||||
- name: reload bacula-fd
|
||||
action: service name=bacula-fd state=reloaded
|
||||
|
||||
- name: reload bacula-sd
|
||||
action: service name=bacula-sd state=reloaded
|
||||
|
||||
- name: reload bacula-dir
|
||||
action: service name=bacula-dir state=reloaded
|
||||
|
||||
- name: restart collectd
|
||||
action: service name=collectd state=restarted
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue