20230301 Update dependencies for libs probe
This commit is contained in:
parent
241ecaac17
commit
5a87fc07fb
|
@ -2,6 +2,7 @@
|
|||
|
||||
### Enhancements
|
||||
* Add new kern probe management.
|
||||
* Update dependencies for libs probe after hobbit-plugins 20230301 upgrade
|
||||
|
||||
## v2.0.3
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ Variables for the Libs plugin from hobbit-plugins. The plugin check for running
|
|||
processes with upgraded libraries.
|
||||
|
||||
* **xymon_cli__plug_libs_state** : The state of plugin `libs` [default : `true`].
|
||||
* **xymon_cli__plug_libs_package** : The packages to install to provide `libs` plugin [default : `[ 'binutils', 'lsof', 'libyaml-tiny-perl', 'libfile-slurp-perl', 'libsort-naturally-perl' ]`].
|
||||
* **xymon_cli__plug_libs_package** : The packages to install to provide `libs` plugin [default : `[ 'lsof', 'sudo', 'libyaml-tiny-perl' ]`].
|
||||
* **xymon_cli__plug_libs_path** : Configuration file for the `libs` plugin [default : `/etc/xymon/clientlaunch.d/libs.cfg`].
|
||||
* **xymon_cli__plug_libs_tpl** : Template used to generate the previous config file [default : `etc/xymon/clientlaunch.d/libs.cfg.j2`].
|
||||
* **xymon_cli__plug_libs_interval** : Time between each run of the `libs` plugin [default : `5m`].
|
||||
|
|
|
@ -82,7 +82,7 @@ xymon_cli__plug_kern_interval: '5m'
|
|||
# ]]]
|
||||
## Plugin libs [[[
|
||||
xymon_cli__plug_libs_state: true
|
||||
xymon_cli__plug_libs_package: [ 'binutils', 'lsof', 'libyaml-tiny-perl', 'libfile-slurp-perl', 'libsort-naturally-perl' ]
|
||||
xymon_cli__plug_libs_package: [ 'lsof', 'sudo', 'libyaml-tiny-perl' ]
|
||||
xymon_cli__plug_libs_path: '/etc/xymon/clientlaunch.d/libs.cfg'
|
||||
xymon_cli__plug_libs_tpl: 'etc/xymon/clientlaunch.d/libs.cfg.j2'
|
||||
xymon_cli__plug_libs_interval: '5m'
|
||||
|
|
Loading…
Reference in New Issue