Hi!
Out of pure curiosity, do the Icinga satellites in config sync mode use the process-check-result API endpoint to report their check results, or do they have a dedicated way to do this?
Cheers,
Yann
Hi!
Out of pure curiosity, do the Icinga satellites in config sync mode use the process-check-result API endpoint to report their check results, or do they have a dedicated way to do this?
Cheers,
Yann
This is done via the cluster connection and does not need extra configuration like process-check-result
.
As you are curious, the internal communication happens via the Icinga 2 JSON RPC - this is not (!) the REST API -, which is the internal protocol Icinga 2 nodes speak with each other. In this case, an even::CheckResult
message should be sent.