Add missing plugin dependencies
This commit is contained in:
parent
59493c112b
commit
dfb18f0702
|
@ -7,6 +7,9 @@
|
||||||
### Fix
|
### Fix
|
||||||
* Don't remove any plugin dependencies cause some plugins might have the same.
|
* Don't remove any plugin dependencies cause some plugins might have the same.
|
||||||
Plugin dependencies will only be installed if the plugin is wanted.
|
Plugin dependencies will only be installed if the plugin is wanted.
|
||||||
|
* Add missing plugin dependencies.
|
||||||
|
See [version 20180711][20180711 hobbit-plugins debian changelog]
|
||||||
|
for libs dependencies for example.
|
||||||
|
|
||||||
## v1.3.3
|
## v1.3.3
|
||||||
|
|
||||||
|
@ -65,3 +68,5 @@ Plugin dependencies will only be installed if the plugin is wanted.
|
||||||
* Manage `xymon-client` service.
|
* Manage `xymon-client` service.
|
||||||
* Add possibility to set the value of CLIENTHOSTNAME `xymon-client` value.
|
* Add possibility to set the value of CLIENTHOSTNAME `xymon-client` value.
|
||||||
* Allow to set Xymon servers list for `xymon-client` config.
|
* Allow to set Xymon servers list for `xymon-client` config.
|
||||||
|
|
||||||
|
[20180711 hobbit-plugins debian changelog]: https://salsa.debian.org/debian/hobbit-plugins/blob/debian-20180711/debian/changelog
|
||||||
|
|
|
@ -50,7 +50,7 @@ xymon_plug_manage: true
|
||||||
|
|
||||||
## Plugin apt [[[
|
## Plugin apt [[[
|
||||||
xymon_plug_apt_state: true
|
xymon_plug_apt_state: true
|
||||||
xymon_plug_apt_package: ['dctrl-tools']
|
xymon_plug_apt_package: [ 'aptitude', 'dctrl-tools' ]
|
||||||
xymon_plug_apt_path: '/etc/xymon/clientlaunch.d/apt.cfg'
|
xymon_plug_apt_path: '/etc/xymon/clientlaunch.d/apt.cfg'
|
||||||
xymon_plug_apt_tpl: 'etc/xymon/clientlaunch.d/apt.cfg.j2'
|
xymon_plug_apt_tpl: 'etc/xymon/clientlaunch.d/apt.cfg.j2'
|
||||||
xymon_plug_apt_interval: '5m'
|
xymon_plug_apt_interval: '5m'
|
||||||
|
@ -73,7 +73,7 @@ xymon_cli__plug_ipmi_interval: '5m'
|
||||||
## ]]]
|
## ]]]
|
||||||
## Plugin libs [[[
|
## Plugin libs [[[
|
||||||
xymon_plug_libs_state: true
|
xymon_plug_libs_state: true
|
||||||
xymon_plug_libs_package: ['binutils', 'lsof', 'libyaml-tiny-perl', 'libsort-naturally-perl']
|
xymon_plug_libs_package: [ 'binutils', 'lsof', 'libyaml-tiny-perl', 'libfile-slurp-perl', 'libsort-naturally-perl' ]
|
||||||
xymon_plug_libs_path: '/etc/xymon/clientlaunch.d/libs.cfg'
|
xymon_plug_libs_path: '/etc/xymon/clientlaunch.d/libs.cfg'
|
||||||
xymon_plug_libs_tpl: 'etc/xymon/clientlaunch.d/libs.cfg.j2'
|
xymon_plug_libs_tpl: 'etc/xymon/clientlaunch.d/libs.cfg.j2'
|
||||||
xymon_plug_libs_interval: '5m'
|
xymon_plug_libs_interval: '5m'
|
||||||
|
|
Loading…
Reference in New Issue