Fixed code type for documentation

This commit is contained in:
Lord Hepipud 2019-09-10 09:37:27 +02:00
parent 075ec98758
commit d3c6255896

View file

@ -19,7 +19,7 @@ Use-Icinga;
before each function call. An example on the PowerShell would be this: before each function call. An example on the PowerShell would be this:
``` ```powershell
Use-Icinga; Invoke-IcingaCheckCPU; Use-Icinga; Invoke-IcingaCheckCPU;
``` ```
@ -30,7 +30,7 @@ Check-Command definition for Icinga
A example Check-Command for Icinga could look like this: A example Check-Command for Icinga could look like this:
``` ```icinga
object CheckCommand "Windows Check CPU" { object CheckCommand "Windows Check CPU" {
import "plugin-check-command" import "plugin-check-command"
command = [ command = [