Remove hddtemp dependency
Package is no longer available in Debian Bookworm and can be replaced by
**drivetemp** kernel module (working since Debian Bullseye 👍).
This commit is contained in:
parent
5a87fc07fb
commit
e4e2518625
|
@ -4,6 +4,10 @@
|
|||
* Add new kern probe management.
|
||||
* Update dependencies for libs probe after hobbit-plugins 20230301 upgrade
|
||||
|
||||
### Removed
|
||||
* Remove hddtemp dependency. Package is no longer available in Debian Bookworm
|
||||
and replaced by **drivetemp** kernel module (working since Debian Bullseye).
|
||||
|
||||
## v2.0.3
|
||||
|
||||
### Fix
|
||||
|
|
|
@ -204,7 +204,7 @@ one's recommended by the vendor and check a recent (<24h) test was done.
|
|||
Variables for the temp plugin from hobbit-plugins. Simple temperature monitor.
|
||||
|
||||
* **xymon_cli__plug_temp_state** : The state of plugin `temp` [default : `False`].
|
||||
* **xymon_cli__plug_temp_package** : The packages to install to provide `temp` plugin [default : `[ 'libfile-which-perl', 'libyaml-tiny-perl', 'hddtemp', 'smartmontools', 'libxml-twig-perl' ]`].
|
||||
* **xymon_cli__plug_temp_package** : The packages to install to provide `temp` plugin [default : `[ 'libfile-which-perl', 'libyaml-tiny-perl', 'smartmontools', 'libxml-twig-perl' ]`].
|
||||
* **xymon_cli__plug_temp_path** : Configuration file for the `temp` plugin [default : `'/etc/xymon/clientlaunch.d/temp.cfg'`].
|
||||
* **xymon_cli__plug_temp_tpl** : Template used to generate the previous config file [default : `'etc/xymon/clientlaunch.d/temp.cfg.j2'`].
|
||||
* **xymon_cli__plug_temp_interval** : Time between each run of the `temp` plugin [default : `'5m'`]
|
||||
|
|
|
@ -187,7 +187,7 @@ xymon_cli__plug_smart_interval: '10m'
|
|||
## Plugin temp [[[
|
||||
### Enable by default on hardware host
|
||||
xymon_cli__plug_temp_state: False
|
||||
xymon_cli__plug_temp_package: [ 'libfile-which-perl', 'libyaml-tiny-perl', 'hddtemp', 'smartmontools', 'libxml-twig-perl' ]
|
||||
xymon_cli__plug_temp_package: [ 'libfile-which-perl', 'libyaml-tiny-perl', 'smartmontools', 'libxml-twig-perl' ]
|
||||
# Define xymon_cli__plug_temp_extra_package in your own inventory.
|
||||
# See Nvidia support in README for more informations
|
||||
#xymon_cli__plug_temp_extra_package: [ 'nvidia-smi' ]
|
||||
|
|
Loading…
Reference in New Issue