Dear Reader/Community,
Checkmk Raw Edition 2.1.0p11
NO Error message:
The powershell script:
…
$usersResponse = Invoke-RestMethod -Uri $usersUrl -Headers $headers -Method Get
$totalUsers = $usersResponse.paging.total
Write-Output “0 ““Server Users”” Users=$totalUsers”
Output of the local powershell script is:
<local:sep(0)>
0 “Server Users” Users=27
In the gui in checkMK for that specific host, it renders it as 27.00
How can I get rid of the .00 at the end ?
I could not find it in the documentation or I looked over it.
Regards,
Wim