Icinga PowerShell - Monitoring Windows
Find a file
Lord Hepipud 88c12ad240 Fixed and improved Perf Data handling
* Added proper sorting for checks, packages and check results by name
* Fixed perf data formating to be supported by Icinga 2
* Fixed label naming by removing all invalid characters
* Fixed displaying of values by rounding to 2 digits on floats
2019-09-13 20:44:15 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2018-11-17 10:46:23 +01:00
core Used certificate is only printed on debug mode now 2019-07-22 12:42:35 +02:00
doc Fixed code type for documentation 2019-09-10 09:37:27 +02:00
lib Fixed and improved Perf Data handling 2019-09-13 20:44:15 +02:00
modules Fixed variable naming 2019-05-02 16:37:56 +02:00
.gitignore Added missing .gitignore to project 2018-11-22 11:09:07 +01:00
icinga-module-windows.psd1 Reworked entire Lib and Module loading 2019-07-22 12:41:07 +02:00
icinga-module-windows.psm1 Added FreeDiskSpace to Disk Provider, via Performance Counters 2019-07-23 10:50:58 +02:00
README.md Added documentation for Execution Policies 2018-12-06 18:43:11 +01:00

Icinga Module for Windows

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

This repository provides a PowerShell Module to fetch information and data of Windows Hosts, allowing a wide range of integrations

  • Remote Execeution
  • Icinga Web 2 integration
  • Usage with the Icinga 2 Agent
  • ...

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.

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!