Icinga / icinga-powershell-framework

This PowerShell module will allow to fetch data from Windows hosts and use them for inventory and monitoring solutions. Together with the Icinga Web 2 module, a detailed overview of your Windows infrastructure will be drawn.
MIT License
74 stars 33 forks source link

Docs: Add basic installation templates without Icinga Director #712

Open LordHepipud opened 5 months ago

LordHepipud commented 5 months ago

We should add basic documentation for installing Icinga for Windows without the Icinga Director, by using endpoints configuration for different communication options.

johannesst commented 5 months ago

This would indeed be phantastic. We have several subnets without direct connection to the director. The agents communicates via a satelite with the icinga master nodes. While this works quite well with Linux and good enough for normal checks (check_disk.exe, check_load.exe etc) it leads to issues with custom checks depending on the powershell framework. My guess is, that we did something wrong during the manual setup without the self-service API. So it would be extremely helpful to know, how to deploy IcingaForWindows without the API or alternatively how to relay the API via the satelites.

If you need a beta tester or reader I'm happy to help out.