Checkmk 2 - Debian 11 (Bullseye) Download

Hi, ich habe auf Debian 11 aktualisiert und CMK RAW 2.0.0p9 am laufen.

Es werden keinerlei Graphen / RRD mehr aktualisiert.
Auch die Zeitstempel der Dateien unter ~/var/pnp4nagios/perfdata werden nicht aktualisiert.

Jemand eine Idee?

Gruß


tail -f /opt/omd/sites/mon/var/pnp4nagios/log/npcd.log

[08-25-2021 13:51:01] NPCD: ERROR: Executed command exits with return code '1'
[08-25-2021 13:51:01] NPCD: ERROR: Command line was '/omd/sites/mon/lib/pnp4nagios/process_perfdata.pl -n -c /omd/sites/mon/etc/pnp4nagios/process_perfdata.cfg -b /omd/sites/mon/var/pnp4nagios/spool//perfdata.1629892196'
OMD[mon]:~$ /omd/sites/mon/lib/pnp4nagios/process_perfdata.pl -n -c /omd/sites/mon/etc/pnp4nagios/process_perfdata.cfg -b /omd/sites/mon/var/pnp4nagios/spool//perfdata.1629882188
HiRes.c: loadable library and perl binaries are mismatched (got handshake key 0xce00080, needed 0xed00080

Q’n’D-Fix

ldconfig -p | grep libperl
	libperl.so.5.32 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libperl.so.5.32
	libperl.so.5.28 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libperl.so.5.28
vi /omd/sites/mon/lib/pnp4nagios/process_perfdata.pl
vi /omd/sites/mon/lib/pnp4nagios/check_pnp_rrds.pl
vi /omd/sites/mon/lib/pnp4nagios/rrd_convert.pl
vi /omd/sites/mon/lib/pnp4nagios/rrd_modify.pl

Jeweils die 1. Zeile …

#!/usr/bin/perl

… in …

#!/usr/bin/perl5.28-x86_64-linux-gnu

… ändern.