In NagiosCore I do see the services being updated. I also see that gearman is handling the checks.
I also see that events are being handled.
Some research in the database shows:
I selected the hostcheck of a random host and the hoststatus of this same host.
the hostcheck shows the host check is succesful, however the hoststatus is pendng with dates at 1970-01-01 00:00:01
Code: Select all
MariaDB [nagios]> select * from nagios_hostchecks where host_object_id = '88950' ;
+--------------+-------------+----------------+------------+--------------+-----------------------+--------------------+-------+------------+---------------------+-----------------+---------------------+---------------+-------------------+-----------------------------+--------------+---------+---------------+----------------+--------------------+-------------+--------------------------------------------+-------------+--------------------------------------------------------------+
| hostcheck_id | instance_id | host_object_id | check_type | is_raw_check | current_check_attempt | max_check_attempts | state | state_type | start_time | start_time_usec | end_time | end_time_usec | command_object_id | command_args | command_line | timeout | early_timeout | execution_time | latency | return_code | output | long_output | perfdata |
+--------------+-------------+----------------+------------+--------------+-----------------------+--------------------+-------+------------+---------------------+-----------------+---------------------+---------------+-------------------+-----------------------------+--------------+---------+---------------+----------------+--------------------+-------------+--------------------------------------------+-------------+--------------------------------------------------------------+
| 67325 | 1 | 88950 | 0 | 0 | 1 | 10 | 0 | 1 | 2020-10-09 09:00:21 | 956815 | 2020-10-09 09:00:25 | 990462 | 23359 | 500,50%!700,70% -t 30!!!!!! | | 30 | 0 | 4.033647 | 22.895861864089966 | 0 | PING OK - Packet loss = 0%, RTA = 23.56 ms | | rta=23.563000ms;500.000000;700.000000;0.000000 pl=0%;50;70;0 |
+--------------+-------------+----------------+------------+--------------+-----------------------+--------------------+-------+------------+---------------------+-----------------+---------------------+---------------+-------------------+-----------------------------+--------------+---------+---------------+----------------+--------------------+-------------+--------------------------------------------+-------------+--------------------------------------------------------------+
1 row in set (0.00 sec)
MariaDB [nagios]> select * from nagios_hoststatus where host_object_id = '88950' ;
+---------------+-------------+----------------+---------------------+--------------------------+-------------+----------+---------------+------------------+---------------------+-----------------------+--------------------+---------------------+---------------------+------------+---------------+---------------------+------------------------+-----------------+---------------------+---------------------+-----------------------+------------+---------------------+---------------------+-----------------------+-----------------------+-------------------------------+----------------------+-----------------------------+------------------------+-----------------------+-----------------------+------------------------+-------------+----------------------+---------+----------------+--------------------------+----------------------------+--------------------------+------------------+--------------------------+---------------+---------------+-----------------------+----------------------+----------------------------+
| hoststatus_id | instance_id | host_object_id | status_update_time | output | long_output | perfdata | current_state | has_been_checked | should_be_scheduled | current_check_attempt | max_check_attempts | last_check | next_check | check_type | check_options | last_state_change | last_hard_state_change | last_hard_state | last_time_up | last_time_down | last_time_unreachable | state_type | last_notification | next_notification | no_more_notifications | notifications_enabled | problem_has_been_acknowledged | acknowledgement_type | current_notification_number | passive_checks_enabled | active_checks_enabled | event_handler_enabled | flap_detection_enabled | is_flapping | percent_state_change | latency | execution_time | scheduled_downtime_depth | failure_prediction_enabled | process_performance_data | obsess_over_host | modified_host_attributes | event_handler | check_command | normal_check_interval | retry_check_interval | check_timeperiod_object_id |
+---------------+-------------+----------------+---------------------+--------------------------+-------------+----------+---------------+------------------+---------------------+-----------------------+--------------------+---------------------+---------------------+------------+---------------+---------------------+------------------------+-----------------+---------------------+---------------------+-----------------------+------------+---------------------+---------------------+-----------------------+-----------------------+-------------------------------+----------------------+-----------------------------+------------------------+-----------------------+-----------------------+------------------------+-------------+----------------------+---------+----------------+--------------------------+----------------------------+--------------------------+------------------+--------------------------+---------------+---------------+-----------------------+----------------------+----------------------------+
| 2717611 | 1 | 88950 | 2020-10-09 07:28:04 | Host check is pending... | | | 0 | 0 | 0 | 0 | 0 | 1970-01-01 00:00:01 | 1970-01-01 00:00:01 | 0 | 0 | 1970-01-01 00:00:01 | 1970-01-01 00:00:01 | 0 | 1970-01-01 00:00:01 | 1970-01-01 00:00:01 | 1970-01-01 00:00:01 | 1 | 1970-01-01 00:00:01 | 1970-01-01 00:00:01 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | | | 0 | 0 | 0 |
+---------------+-------------+----------------+---------------------+--------------------------+-------------+----------+---------------+------------------+---------------------+-----------------------+--------------------+---------------------+---------------------+------------+---------------+---------------------+------------------------+-----------------+---------------------+---------------------+-----------------------+------------+---------------------+---------------------+-----------------------+-----------------------+-------------------------------+----------------------+-----------------------------+------------------------+-----------------------+-----------------------+------------------------+-------------+----------------------+---------+----------------+--------------------------+----------------------------+--------------------------+------------------+--------------------------+---------------+---------------+-----------------------+----------------------+----------------------------+
1 row in set (0.00 sec)
kind regards,
Joris Weijters