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
|
||||
|
||||
### Enhancements
|
||||
|
|
|
@ -258,7 +258,7 @@ xymon_cli__plug_combined_clientlaunch:
|
|||
template: '{{ xymon_cli__plug_temp_tpl }}'
|
||||
- name: zfs
|
||||
path: '{{ xymon_cli__plug_zfs_path }}'
|
||||
template: '{{ xymon_cli__plug_temp_tpl }}'
|
||||
template: '{{ xymon_cli__plug_zfs_tpl }}'
|
||||
|
||||
# ]]]
|
||||
|
||||
|
|
Loading…
Reference in New Issue