NagiosEnterprises / ndoutils

NDOUtils - Database Output for Nagios Core
GNU General Public License v2.0
48 stars 21 forks source link

ndomod core-dump with signal 11/sigv #63

Open huwi opened 2 years ago

huwi commented 2 years ago

I have installed the ndoutils on Rasbian:

Distributor ID: Raspbian Description: Raspbian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye

With the config line process_data=1 the nagios4 daemon will temerminate with signal 11/SIGV.

I have compiled the package on the nagios-4 server with 32-Bit kernel. Here my configure script:

./configure --prefix=/usr \ --sysconfdir=/etc/nagios4 \ --localstatedir=/var/lib/nagios4 \ --enable-mysql \ --with-dist-type=debian \ --with-init-type=systemd \ --with-inetd-type=systemd \ --with-pluginsdir=/etc/nagios4 \ --with-brokersdir=/etc/nagios4

Kind Regards, Hubert