Re: Services stuck in soft state - no notifications
Posted: Fri Jul 13, 2018 9:59 am
Please let us know when you have had a chance to upgrade, and whether this fixed your issue.
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
wget https://github.com/NagiosEnterprises/nagioscore/archive/maint.tar.gz
tar xzf maint.tar.gz
cd nagioscore-maint
configureflags="--with-command-group=nagcmd"
if [ ! `command -v systemctl` ] || [ -f /etc/init.d/nagios ]; then
configureflags="--with-init-type=sysv $configureflags"
fi
./configure "$configureflags"
make -j 2 all
make install
service nagios restart