The published fix is
Code: Select all
grep mysql /usr/local/nagiosxi/html/config.inc.php | wc -l
If the command above outputs the number 3, run this command:
echo "update xi_commands set status_code = '2' where command = '1120';" | mysql -uroot -pnagiosxi
If the command above outputs the number 2, run this command:
echo "update xi_commands set status_code = '2' where command = '1120';" | psql nagiosxi nagiosxiCode: Select all
echo "update xi_commands set status_code = '2' where command = '1120';" | mysql -uroot -pnagiosxi nagiosxi