Linuxfabrik / monitoring-plugins

200+ check plugins for Icinga and other Nagios-compatible monitoring applications. Each plugin is a standalone command line tool (written in Python) that provides a specific type of check.
https://linuxfabrik.ch
The Unlicense
207 stars 48 forks source link

GLIBC_2.35' not found #739

Closed christoph623 closed 5 months ago

christoph623 commented 5 months ago

Hi, using standard debian bookworm 12 and current monitoring plugins from apt repo linuxfabrik-monitoring-plugins (2023112901-1). When I call a script I get this error: root@host:/usr/lib/nagios/plugins# ./disk-io
[2037397] Error loading Python lib '/usr/lib/nagios/plugins/_internal/libpython3.11.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /usr/lib/nagios/plugins/_internal/libpython3.11.so.1.0)

markuslf commented 5 months ago

I can't reproduce this issue. I installed the plugins according to https://repo.linuxfabrik.ch/monitoring-plugins/, and /usr/lib64/nagios/plugins/disk-io on my debian12-VM (vagrant) runs smoothly.

christoph623 commented 5 months ago

Sorry, I double checked. It is a bullseye system, therefore the bookworm binaries did not work:-)

markuslf commented 5 months ago

:+1: