mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
Installing the Module
|
|
===
|
|
|
|
Installing the module is managed by different ways, depending on the user environment including available possibitilies
|
|
|
|
Instructions
|
|
---
|
|
|
|
* Install the Module with the [Kickstart Script](installation/01-Kickstart-Script.md)
|
|
* Install the Module [manually](installation/02-Manual-Installation.md)
|
|
|
|
Testing the installation
|
|
---
|
|
|
|
Once the module is installed you can try if the installation was successfully by using the command
|
|
|
|
```powershell
|
|
Use-Icinga
|
|
```
|
|
|
|
This command will initialise the entire module and load all available Cmdlets.
|
|
|
|
Whenever you intend to use specific Cmdlets of the framework for Icinga Plugins, Testing or configuration you will require to run this command for each new PowerShell instance to initialise the framework.
|
|
|
|
Service Installation
|
|
---
|
|
|
|
You can install a service which will allow you to run the PowerShell Framework as background daemon. This will add the possibility to register functions to run frequently for collecting data or execute different tasks on the system.
|
|
|
|
To install the service you can either follow the `IcingaAgentInstallWizard` or do it [manually](service/01-Install-Service.md)
|