We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: