icinga-powershell-framework/doc/01-Introduction.md

14 lines
767 B
Markdown
Raw Normal View History

2018-11-06 11:14:49 -05:00
Introduction
2019-10-21 09:18:51 -04:00
===
2018-11-06 11:14:49 -05:00
2019-10-21 09:18:51 -04:00
This PowerShell Framework will provide a collection of Cmdlets to entirely manage an Icinga 2 Agent setup and provide check plugins to fetch information from Windows hosts.
2018-11-06 11:14:49 -05:00
2019-10-21 09:18:51 -04:00
It will ensure all required Icinga configurations are handled and present and offer an easy way to extend the monitoring with custom plugins. The framework will provide a standardised set of Cmdlets, Tools and Providers to make daily work, integrations and testing available to everyone, regardless if you are a Developer, System Engineer or enthusiast.
2018-11-06 11:14:49 -05:00
The following requirements have to be fullfilled:
* Windows 7 / Windows 2008 R2 or later
2019-10-21 09:18:51 -04:00
* PowerShell Version 4.x or higher
2018-11-06 11:14:49 -05:00
2020-06-02 06:46:08 -04:00
If you are ready to get started, take a look at the [Installation Guide](02-Installation.md).