Correct the path for ZFS probe
This commit is contained in:
parent
c3b0b935e5
commit
277308637b
|
@ -1,3 +1,9 @@
|
||||||
|
## v2.0.1
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
* Correct the path for ZFS probe.
|
||||||
|
|
||||||
|
|
||||||
## v2.0.0
|
## v2.0.0
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
|
@ -258,7 +258,7 @@ xymon_cli__plug_combined_clientlaunch:
|
||||||
template: '{{ xymon_cli__plug_temp_tpl }}'
|
template: '{{ xymon_cli__plug_temp_tpl }}'
|
||||||
- name: zfs
|
- name: zfs
|
||||||
path: '{{ xymon_cli__plug_zfs_path }}'
|
path: '{{ xymon_cli__plug_zfs_path }}'
|
||||||
template: '{{ xymon_cli__plug_temp_tpl }}'
|
template: '{{ xymon_cli__plug_zfs_tpl }}'
|
||||||
|
|
||||||
# ]]]
|
# ]]]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue