I tried submitting a new host check command, and the entry pops up in the DB.
Code: Select all
MariaDB [nagiosxi]> select * from xi_commands \G;
*************************** 1. row ***************************
command_id: 1
group_id: 0
submitter_id: 1
beneficiary_id: 0
command: 16
submission_time: 2022-01-20 15:07:12
event_time: 2022-01-20 15:07:12
frequency_type: 0
frequency_units: 0
frequency_interval: 0
processing_time: NULL
status_code: 0
result_code: 0
command_data: {"host_name":"***","cmd":98,"start_time":1642691226}
result: NULL
1 row in set (0.00 sec)Is there some process that is meant to consume commands from this list and actually run them? That possibly isn't running...
Struggling to find documentation everywhere.
We've paid money for NagiosXI to try and simplify the management of our Nagios monitoring over Nagios Core, and it's proving to be a whole lot more hastle than Nagios Core ever was...