Hey everyone,
I am diving into custom modules for Icinga & could use some guidance. I am trying to build something that integrates with a third-party API and pushes alerts directly into our system, but I am facing some issue.
So far, I have managed to get the module running but the data being pulled is not showing up as expected and I am not sure where things are going wrong. I have double-checked the API calls and the module’s config files but I am still missing something.
I am also thinking of using python to help automate the data retrieval but I am not sure the best way to go about it within the Icinga framework. If anyone has any tips or troubleshooting steps, I would be super grateful. Also if there are any debugging tools I should try or examples I can look at, that would be a huge help too.
Also i have check this Sending alerts from Icinga to third party services through webhook witch is good.
Thank you…