Icinga PowerShell - Monitoring Windows
Find a file
Lord Hepipud 7a8a138dce
Merge pull request #697 from Icinga:doc/ikwb_scom_uninstall
Docs: Adds IWKB entry `IWKB000017` handling issues with failed checks once SCOM is uninstalled

Adds IWKB entry `IWKB000017` handling issues with failed checks once SCOM is uninstalled as example
2024-03-19 10:53:12 +01:00
cache Fixes recursive loop on first loading of Framework 2023-05-09 12:57:40 +02:00
certificate Fixes certificate folder not present on first installation 2022-08-24 16:59:02 +02:00
custom Added proper support for custom plugins / lib elements 2019-10-07 00:04:30 +02:00
doc Adds IWKB entry IWKB000017 handling issues with failed checks once SCOM is uninstalled 2024-03-19 10:52:04 +01:00
jobs Adds handling to add scheduled task background task 2024-03-12 15:13:34 +01:00
lib Adds security hardening to JEA profiles by always prohibit certain cmdlets 2024-03-19 10:38:25 +01:00
RoleCapabilities Adds support for JEA profiles 2021-09-02 09:23:10 +02:00
templates Adds security hardening to JEA profiles by always prohibit certain cmdlets 2024-03-19 10:38:25 +01:00
.gitattributes Adding gitattributes file 2019-12-17 17:58:45 +01:00
.gitignore Various memory leak fixes and improvements 2024-02-02 10:48:09 +01:00
icinga-powershell-framework.psd1 Adds security hardening to JEA profiles by always prohibit certain cmdlets 2024-03-19 10:38:25 +01:00
icinga-powershell-framework.psm1 Adds feature to not load a new PowerShell instance for command icinga 2023-07-24 22:23:28 +02:00
LICENSE Create LICENSE 2019-11-04 16:16:04 +01:00
PSScriptAnalyzerSettings.psd1 Fixes lots of code styling, spelling and script analyzer 2022-01-14 22:26:53 +01:00
README.md Updates README.md with badges 2023-07-06 17:10:01 +02:00

PowerShell Version GitHub Tag GitHub Issues GitHub Pull Requests

Icinga PowerShell Framework

The Icinga PowerShell Framework provides a wide range of configuration and check possibilities to ensure an easy integration and full monitoring of Windows environments. Each single chapter of this documentation will describe parts of the module and the possibilities.

Before you continue, please take a look at the Installation Guide

Documentation

Please take a look at the following content to get to know the possibilities of the module including examples on how to use it.

Developer Guide

If you wish to extend the Framework by yourself or write custom plugins for your environment, please have a look at the Developer Guide for detailed explanations of functions and code examples.

Contributing

The Icinga PowerShell Framework is an Open Source project and lives from your contributions. No matter whether these are feature requests, issues, translations, documentation or code.

  • Please check whether a related issue alredy exists on our Issue Tracker
  • Send a Pull Request
  • The master branch shall never be corrupt!