Skip to content

Icinga/icinga-powershell-restapi

Repository files navigation

Deprecation Notice

This repository is deprecated and no longer required, as starting with Icinga for Windows v1.7.0 the REST-Api is a core module of the icinga-powershell-framework and natively included.

If you have Icinga for Windows v1.7.0 or later installed, you can uninstall the component by using

Uninstall-IcingaComponent -Name 'restapi'

Icinga PowerShell RESTApi

This repository provides a REST-Api module for the Icinga PowerShell Framework. In combination with other PowerShell Modules you can register endpoints to fetch information, to execute checks or trigger additional actions.

Before you continue, please take a look on the installation guide

Documentation

Please take a look on the following content for installation and documentation:

Contributing

The Icinga for Windows solution 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 already exists on our Issue Tracker
  • Send a Pull Request
  • The master branch shall never be corrupt!