Dear Reader/Community,
Checkmk Raw Edition 2.1.0p11
NO Error message:
The powershell script:
…
$ServerVersionResponse = Invoke-RestMethod -Uri $ServerVersionUrl -Headers $headers -Method Get
Write-Host “0 ““CustomApplication Dep-Test Server”” Version=$ServerVersionResponse”
Output of the local powershell script is:
<<local:sep(0)>>
0 “CustomApplication Dep-Test Server” Version=11.70.5.2258
In the gui in checkMK for that specific host, it renders it as 10.70
![]()
I’d like the output in the GUI to match what is in the output of the script.
Wim