Add missing plugin dependencies
This commit is contained in:
parent
59493c112b
commit
dfb18f0702
|
@ -6,7 +6,10 @@
|
|||
|
||||
### Fix
|
||||
* 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
|
||||
|
||||
|
@ -65,3 +68,5 @@ Plugin dependencies will only be installed if the plugin is wanted.
|
|||
* Manage `xymon-client` service.
|
||||
* Add possibility to set the value of CLIENTHOSTNAME `xymon-client` value.
|
||||
* 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 [[[
|
||||
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_tpl: 'etc/xymon/clientlaunch.d/apt.cfg.j2'
|
||||
xymon_plug_apt_interval: '5m'
|
||||
|
@ -73,7 +73,7 @@ xymon_cli__plug_ipmi_interval: '5m'
|
|||
## ]]]
|
||||
## Plugin libs [[[
|
||||
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_tpl: 'etc/xymon/clientlaunch.d/libs.cfg.j2'
|
||||
xymon_plug_libs_interval: '5m'
|
||||
|
|
Loading…
Reference in New Issue