Re: Error restarting nagios after pnp update
Posted: Tue Dec 19, 2017 1:41 am
You thought correctly.
i changed pidfile="/run/nagios.lock" in init.d to
and error was gone after a reboot. After booting the lock file was created by user root, is that the normal behavior?
i changed pidfile="/run/nagios.lock" in init.d to
Code: Select all
pidfile="/var/nagios/nagios.lock"