[2.4.0] UDMonitor not working?

Just upgraded my dev workstation to 2.4 and i cant get udmonitor to even display a get-random. The -example from help doesn’t work either. Something change or a bug? I am thinking bug, I didn’t see anything in the release notes referencing UDMonitor.

$Dashboard = New-UDDashboard -Title “test” -Content {
New-UDRow -Columns {
New-UDColumn -SmallSize 6 -Content {
New-UDMonitor -Type Line -Title “CPU” -RefreshInterval 1 -DataPointHistory 100 -Endpoint {
Get-Counter ‘\Memory\Available MBytes’ | Select-Object -ExpandProperty CounterSamples | Select -ExpandProperty CookedValue | Out-UDMonitorData
}
}
}
}

1 Like

Yep. Know issue. I’ve fixed it in master. Will get a 2.4.1 early next week. You can always grab latest from the builder: https://dev.azure.com/ironmansoftware/universal-dashboard/_build/results?buildId=691

Yay, thought i was cra cra. First time install was last night and main reason was for polling. Same symtpoms as the post from Nov '18 related to beta1.

@Adam how to download latest build from [https://dev.azure.com/ironmansoftware/universal-dashboard/_build/results?buildId=691

Click the Artifacts button in the top right corner to download the ZIP

{"$id":“1”,“innerException”:null,“message”:“TF400813: The user ‘Windows Live ID\microprofsvoip@gmail.com’ is not authorized to access this resource.”,“typeName”:“Microsoft.TeamFoundation.Framework.Server.UnauthorizedRequestException, Microsoft.TeamFoundation.Framework.Server”,“typeKey”:“UnauthorizedRequestException”,“errorCode”:0,“eventId”:3000}

I’m going to start publishing nightly releases to GitHub: https://github.com/ironmansoftware/universal-dashboard/releases

You can grab the latest there.

Latest enterprise will be here: https://github.com/ironmansoftware/universal-dashboard-enterprise/releases