From 5a87fc07fb1c333c3dccf471025da4258196c0d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Wed, 26 Apr 2023 14:47:00 +0200 Subject: [PATCH] 20230301 Update dependencies for libs probe --- CHANGELOG.md | 1 + README.md | 2 +- defaults/main.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8785c4..30d30e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Enhancements * Add new kern probe management. +* Update dependencies for libs probe after hobbit-plugins 20230301 upgrade ## v2.0.3 diff --git a/README.md b/README.md index dd1e0c3..03ab1e6 100644 --- a/README.md +++ b/README.md @@ -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`]. diff --git a/defaults/main.yml b/defaults/main.yml index 868c93b..b3e6cb9 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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'