I can’t find any details what the Source Type “CoreApi” can do. Can someone directy me to the right page?
Browsing and searching Icinga Docu nor Google provided any results…
What I’m trying to achieve is to import the status of my application via it’s provided REST API.
My current evaluation is, I could import the JSON or XML response via “Fileshipper” or with the “check_json” module…
Perhaps I don’t need that as “CoreApi” already provides that functionality?
you can do this at least in the UI under director -> Health Status or add a service with director-cli and check there the health status. See health check plugin
seems i read wrong. Thought you want to monitor your imports into director.
For (external) , you can create a pssive service and use the rest api of icinga2 (core) to submit the results.