diff --git a/scripts/heartbeat.ps1 b/scripts/heartbeat.ps1 index 6e76574..54d3ed1 100644 --- a/scripts/heartbeat.ps1 +++ b/scripts/heartbeat.ps1 @@ -64,7 +64,6 @@ function Send-Heartbeat($token, $ip) { cpu = [math]::Round((Get-Counter '\Processor(_Total)\% Processor Time').CounterSamples.CookedValue, 2) memory = [math]::Round((Get-Counter '\Memory\Available MBytes').CounterSamples.CookedValue, 2) disk = [math]::Round((Get-PSDrive -Name C).Used / 1MB, 2) - status = "online" } | ConvertTo-Json -Depth 3 try {