adagios icon indicating copy to clipboard operation
adagios copied to clipboard

Adagios on Centos 7 recently started receiving "Error while sending acknowledge command to the server." while acknowledging alerts

Open chr00ted opened this issue 5 years ago • 4 comments

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!

chr00ted avatar Jul 01 '20 20:07 chr00ted

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/

chr00ted avatar Jul 07 '20 20:07 chr00ted

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/

chr00ted avatar Jul 07 '20 20:07 chr00ted

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 ?

hakong avatar Jul 08 '20 09:07 hakong

Example if /etc/nagios/nagios.cfg exists. If I move it to .old, this warning goes away.

image image image image

hakong avatar Jul 08 '20 09:07 hakong

thx

chr00ted avatar Apr 03 '24 12:04 chr00ted