Restart xymon-client after changes on ZFS plugin
This commit is contained in:
parent
6403124985
commit
a1991515a5
|
@ -1,3 +1,8 @@
|
||||||
|
## v1.3.1
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
* Restart xymon-client after changes on ZFS plugin.
|
||||||
|
|
||||||
## v1.3
|
## v1.3
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
|
@ -179,3 +179,4 @@
|
||||||
mode: 0755
|
mode: 0755
|
||||||
when: (xymon_cli_manage|bool and
|
when: (xymon_cli_manage|bool and
|
||||||
xymon_plug_manage|bool)
|
xymon_plug_manage|bool)
|
||||||
|
notify: restart xymon-client service
|
||||||
|
|
Loading…
Reference in New Issue