Compare commits
2 Commits
8aad270520
...
277308637b
Author | SHA1 | Date |
---|---|---|
|
277308637b | |
|
c3b0b935e5 |
|
@ -1,4 +1,10 @@
|
|||
## v2.X.Y
|
||||
## v2.0.1
|
||||
|
||||
### Fix
|
||||
* Correct the path for ZFS probe.
|
||||
|
||||
|
||||
## v2.0.0
|
||||
|
||||
### Enhancements
|
||||
* All vars now starts with "xymon_cli__" for more readability.
|
||||
|
|
|
@ -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