mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Fixed code type for documentation
This commit is contained in:
parent
075ec98758
commit
d3c6255896
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ Use-Icinga;
|
|||
|
||||
before each function call. An example on the PowerShell would be this:
|
||||
|
||||
```
|
||||
```powershell
|
||||
Use-Icinga; Invoke-IcingaCheckCPU;
|
||||
```
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ Check-Command definition for Icinga
|
|||
|
||||
A example Check-Command for Icinga could look like this:
|
||||
|
||||
```
|
||||
```icinga
|
||||
object CheckCommand "Windows Check CPU" {
|
||||
import "plugin-check-command"
|
||||
command = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue