icinga-powershell-framework/doc/04-Developer-Guide.md

27 lines
1.1 KiB
Markdown
Raw Normal View History

2019-10-21 09:18:51 -04:00
Developer Guide for Custom Plugins
===
This PowerShell Framework provides a wide collection of Cmdlets and Tools to allow an easy extension and developing of custom Check Plugins for Icinga.
To ensure the overall functionality of the framework is supported by your custom Plugins, we would advice you to cover all topics of this Developer guide.
Functions
---
A detailed overview of functions can be found below
2019-11-04 09:53:05 -05:00
* [New-IcingaCheck](developerguide/01-New-IcingaCheck.md)
* [New-IcingaCheckPackage](developerguide/02-New-IcingaCheckPackage.md)
* [New-IcingaCheckResult](developerguide/03-New-IcingaCheckResult.md)
2020-06-02 07:07:24 -04:00
Example Usage
---
To get started easier you can find detailed examples for developing modules/integrations/best practices in the following categories:
* [Custom Daemons](developerguide/10-Custom-Daemons.md)
2020-03-31 11:45:41 -04:00
* [Custom Plugins](developerguide/11-Custom-Plugins.md)
* [Custom API-Endpoints](developerguide/12-Custom-API-Endpoints.md)
* [Using Console Outputs](developerguide/20-Using-Console-Outputs.md)
* [Using EventLog Output](developerguide/20-Using-EventLog-Outputs.md)