last week I went on an journey to upgrade Nagios xi to newest version, 5.7.1. Before that I did some exploration for end-to-end check via backend API of Nagios, and it was going smoothly.
Since upgrade with GET API method I am getting some SQL error saying me that is syntax error somewhere in the call. I get the results back just fine, but above the results I am getting an error like this, c/p of terminal output:
Code: Select all
<p><pre>SQL Error [nagiosxi] : ERROR: syntax error at or near "objects"
LINE 1: ...-25 13:36:21','API','username',16,'API endpoint \'objects/un...
^</pre></p>
{
"recordcount": 23,
"unconfigured": [results that I got]
}