we have a problem with our Nagios XI instance (running recent version 2024R1.3, but the problem seems to be much older).
Whenever we click acknowledgment, comment or scheduled downtime buttons, the operation takes several seconds (15-20 or even more). Seems that the item clicked appears in Nagios after such time, but it is really frustrating. I have sniffed the HTTP query and typed it in via curl in Nagios shell - the behavior is really the same.
I believe that GUI invokes /usr/local/nagios/sbin/cmd.cgi command - tried it out and as well, the response comes after several seconds.
What is more, seems that there is no such problem when making acknowledgement, comment etc. via Nagios External Commands mechanism, so the problem seems to be CGI related somehow. Our instance runs on Ubuntu 20.04 LTS with Apache/2.4.41 (PHP 7.4.3).
Any help appreciated