Usage and Health Data Collection Proxy Stopped
Problem
Usage and Health Data Collection Proxy is Stopped and you need to restart it.
Solution
Run SharePoint Management Shell and issue the following powershell commands:
$uhdc = Get-SPServiceApplicationProxy | where-object {$_.TypeName -eq “Usage and Health Data Collection Proxy”}
$uhdc.Provision()