Icinga PowerShell - Monitoring Windows
Find a file
2019-10-29 10:18:20 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2018-11-17 10:46:23 +01:00
cache Added cache folder to repository 2019-10-07 00:56:19 +02:00
core Added proper support for custom plugins / lib elements 2019-10-07 00:04:30 +02:00
custom Added proper support for custom plugins / lib elements 2019-10-07 00:04:30 +02:00
doc Typos & wordings in IcingaIntegration docs 2019-10-22 10:02:23 +02:00
lib Set default for Warning, Critical; Change Verbose to Verbosity with default and ValidateSet, Add ValidateSet for ServiceStatus, Fixed CPU-Check 2019-10-29 10:18:20 +01:00
modules Fixed variable naming 2019-05-02 16:37:56 +02:00
.gitignore Added cache folder to repository 2019-10-07 00:56:19 +02:00
icinga-module-windows.psd1 Added proper support for custom plugins / lib elements 2019-10-07 00:04:30 +02:00
icinga-module-windows.psm1 Code cleanup 2019-10-28 17:03:19 +01:00
README.md Add first draft of new documentation 2019-10-21 15:18:51 +02:00

Icinga Module for Windows

This Module is a Technical-Preview and should NOT be used actively in production!

The Icinga PowerShell Framework provides a wide range of configurarion 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 on the installation guide

Documentation

Please take a look on 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 on the Developer Guide for detailed explanations of functions and code examples.

Contributing

The Icinga Windows Module 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 branche shall never be corrupt!