icinga-powershell-framework/README.md

33 lines
1.5 KiB
Markdown
Raw Normal View History

2018-11-06 11:14:49 -05:00
Icinga Module for Windows
==============
2019-11-03 15:43:00 -05:00
The Icinga PowerShell Framework provides a wide range of configuration and check possibilities to ensure an easy integration and full monitoring of Windows environments.
2019-10-21 09:18:51 -04:00
Each single chapter of this documentation will describe parts of the module and the possibilities.
2018-11-06 11:14:49 -05:00
2019-11-04 02:20:17 -05:00
Before you continue, please take a look at the [installation guide](doc/02-Installation.md)
2018-11-06 11:14:49 -05:00
Documentation
-------------
2019-11-04 02:20:17 -05:00
Please take a look at the following content to get to know the possibilities of the module including examples on how to use it.
2018-11-06 11:14:49 -05:00
* [Introduction](doc/01-Introduction.md)
* [Installation Guide](doc/02-Installation.md)
2020-02-07 05:41:24 -05:00
* [Icinga Integration](doc/05-Icinga-Integration.md)
* [PowerShell as Service](doc/service/01-Install-Service.md)
2020-05-25 02:47:07 -04:00
* [Changelog](CHANGELOG.md)
2019-10-21 09:18:51 -04:00
Developer Guide
------------
2020-01-24 03:12:03 -05:00
If you wish to extend the Framework by yourself or write custom plugins for your environment, please have a look at the [Developer Guide](doc/04-Developer-Guide.md) for detailed explanations of functions and code examples.
2018-11-06 11:14:49 -05:00
Contributing
------------
2018-11-06 11:22:52 -05:00
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.
2018-11-06 11:14:49 -05:00
2019-10-31 12:24:30 -04:00
* Please check whether a related issue alredy exists on our [Issue Tracker](https://github.com/Icinga/icinga-powershell-framework/issues)
* Send a [Pull Request](https://github.com/Icinga/icinga-powershell-framework/pulls)
2019-10-21 09:18:51 -04:00
* The master branche shall never be corrupt!