diff --git a/scripts/heartbeat.ps1 b/scripts/heartbeat.ps1 index 54d3ed1..6e6bc7c 100644 --- a/scripts/heartbeat.ps1 +++ b/scripts/heartbeat.ps1 @@ -59,6 +59,7 @@ function Get-Token { function Send-Heartbeat($token, $ip) { while ($true) { $heartbeat = @{ + branch_name = $branchName hostname = $env:COMPUTERNAME ip = $ip cpu = [math]::Round((Get-Counter '\Processor(_Total)\% Processor Time').CounterSamples.CookedValue, 2)