icinga-powershell-framework
icinga-powershell-framework copied to clipboard
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 infra...
In the management console from the framework you've got the menu point "Reconfigure", but this is not available as icinga command in the powershell like `Use-Icinga`. my idea: `Reconfigure-Icinga`
Maybe it's a bug or a feature request for you - your decision :-) : We set some individual settings to the icinga service, like if the icinga service is...
In some cases it might be helpful to keep the console output for the IMC, especially on rolled out setups with provisioning tools. This feature will allow to keep the...
The syncing of repositories should be configureable for latest versions. Maybe provide /latest path to sync from? Could this be possible to implement?
The Performance Counter handling works flawless on static environments. However, in case modifications have been made to the system, like adding a new hardddrive, the system is unable to fetch...
We should make it easier for local Windows machines to communicate with the Icinga 2 API by using certain Cmdlets. This should cover the following: * General communcation for custom...
Hi, just a small thing - the warning level as percentage currently can't be higher then the critical level. ``` PS C:\Windows\system32> Invoke-IcingaCheckPartitionSpace -Warning 10%: -Critical 5GB: [UNKNOWN] Free Partition...
We should write the summary of the Icinga for Windows installation process into the EventLog
The current handling for compiling Icinga for Windows checks causes various issues in certain situations. These include: * Wrongly detected units and therefor wrong conversion of values * Negative thresholds...