monitoring-plugins
monitoring-plugins copied to clipboard
smartctl: libselinux.so.1: no version information available
This issue respects the following points:
- [X] This is a bug, not a question or a setup/configuration issue.
- [X] This issue is not already reported on Github (I've searched it).
- [X] I use the latest release of the Monitoring Plugins (https://github.com/Linuxfabrik/monitoring-plugins/releases).
- [X] I agree to follow Monitoring Plugins's Code of Conduct.
Which variant of the Monitoring Plugins do you use?
- [ ] .rpm/.deb package from repo.linuxfabrik.ch
- [X] Compiled for Linux (.tar/.zip from download.linuxfabrik.ch)
- [ ] Compiled for Windows (from download.linuxfabrik.ch)
- [ ] Source Code from GitHub
Bug description
The disk-smart
check returns an error on the libselinux.so.1
library.
Steps to reproduce - Plugin call
/opt/icinga-plugins/linuxfabrik/disk-smart
Steps to reproduce - Data
root@node6 /o/i/linuxfabrik# /opt/icinga-plugins/linuxfabrik/disk-smart
smartctl: /opt/icinga-plugins/linuxfabrik/_internal/libselinux.so.1: no version information available (required by smartctl)
Environment
root@node6 /o/i/linuxfabrik# uname -a
Linux node6 5.15.131-1-pve #1 SMP PVE 5.15.131-2 (2023-11-14T11:32Z) x86_64 GNU/Linux
Proxmox VE 7.4-1 (based on Linux Debian Bullseye) updated with latest Debian packages.
Plugin Version
disk-smart: v2023112901 by Linuxfabrik GmbH, Zurich/Switzerland
Python version
No response
List of Python modules
No response
Additional Information
I'm using the compiled tarball version because my Ansible role works this way at the moment. I could move to APT repository adapting some things if it will be necessary. Thank you!