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-10-21 09:18:51 -04:00
**This Module is a Technical-Preview and should **NOT** be used actively in production!**
2018-11-06 11:14:49 -05:00
2019-10-21 09:18:51 -04:00
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.
2018-11-06 11:14:49 -05:00
Before you continue, please take a look on the [installation guide](doc/02-Installation.md)
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.
* [Introduction](doc/01-Introduction.md)
* [Installation Guide](doc/02-Installation.md)
2019-10-21 09:18:51 -04:00
* [Icinga Integration](doc/05-IcingaIntegration.md)
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](doc/04-DeveloperGuide.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!