hi
The icinga setup architecture:
I have icinga2 HA cluster setup, in which the primary master has configs in zones.d master & directories. Secondary master uses checker module to sync zones.d from primary master.
The satellite node has both masters defined in zones.conf.
But the issue i am getting here is on icingaweb check source for remote nodes checks is blank and they are shown as pending, while same node some checks are workinh with check source as their hostname.
referred this link : https://monitoring-portal.org/woltlab/index.php?thread/40804-successful-ping-pending-indefinitely/
and used
curl -k -s -u root:icinga -H 'Accept: application/json' -H 'X-HTTP-Method-Override: GET' -X POST 'https://localhost:5665/v1/objects/services' -d '{ "filter": "regex(pattern, service.name)", "filter_vars": { "pattern": "^disk" }, "attrs": [ "__name", "last_check_result" ] }' | python -m json.tool
The output here is correct i.e checks are working, I could see the last check status as OK.
Then why is the icingaweb2 showing checks in Pending. Please suggest.
Below are the screenshots of issue