Icinga PowerShell - Monitoring Windows
Find a file
Lord Hepipud aa764061da
Merge pull request #325 from Icinga:fix/msi_reader_windows2012r2
Fix: MSI package reader not working on Windows 2012 R2

On Windows 2012 R2, the current implementation for `Read-IcingaMSIMetadata` is not working, as we require to do it on a more complicated way.
2021-08-13 22:48:27 +02:00
.github/ISSUE_TEMPLATE Updates framework to use new WMI/Cim wrapper 2020-07-27 11:45:02 +02:00
cache Enforces Framework code caching 2021-08-06 16:08:24 +02:00
custom Added proper support for custom plugins / lib elements 2019-10-07 00:04:30 +02:00
doc Adds repository management 2021-08-13 22:06:22 +02:00
lib Fixes MSI package reader on Windows 2012 R2 2021-08-13 22:46:56 +02:00
.gitattributes Adding gitattributes file 2019-12-17 17:58:45 +01:00
.gitignore Enforces Framework code caching 2021-08-06 16:08:24 +02:00
icinga-powershell-framework.psd1 Fix framework loading instead of cache 2021-08-06 16:45:29 +02:00
icinga-powershell-framework.psm1 Adds rebuild cache switch to icinga cmd 2021-08-07 14:37:39 +02:00
LICENSE Create LICENSE 2019-11-04 16:16:04 +01:00
PSScriptAnalyzerSettings.psd1 Disable OnSameLine & don't check space before open brace 2020-11-05 13:34:14 +01:00
README.md Adds first knowledge base entries 2020-11-18 16:39:17 +01:00

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!