Adagios on Centos 7 recently started receiving "Error while sending acknowledge command to the server." while acknowledging alerts
After some centos updates, not sure how long ago, I started receiving "Error while sending acknowledge command to the server." while acknowledging alerts. I am able to send email via the command line without issue.
Also if I go to reschedule checks, I also receive: Error while rescheduling checks. Error output printed in javascript console.
Any help would be greatly appreciated!
If anyone has this issue in the future, centos updates may have updated nagios. I resolved by re-running:
Make sure nagios doesn't interfere
mkdir /etc/nagios/disabled mv /etc/nagios/{nagios,cgi}.cfg /etc/nagios/disabled/
If anyone has this issue in the future, centos updates may have updated nagios. I resolved by re-running:
Make sure nagios doesn't interfere mkdir /etc/nagios/disabled mv /etc/nagios/{nagios,cgi}.cfg /etc/nagios/disabled/
This has been an issue for a long time with Naemon at least. If using Naemon, adagios will still try to use /etc/nagios/nagios.cfg even though the nagios config parameter is set to /etc/naemon/naemon.cfg. I have to delete /etc/nagios/nagios.cfg after every update. @gardart ?
Example if /etc/nagios/nagios.cfg exists. If I move it to .old, this warning goes away.

thx