zMonitor icon indicating copy to clipboard operation
zMonitor copied to clipboard

Azure Multi-subscription/tenant Monitoring Solution

Results 3 zMonitor issues
Sort by recently updated
recently updated
newest added

the query "Type=Perf CounterName=""% Processor Time"" TimeGenerated>=NOW-1HOURS | measure avg(CounterValue) by Computer interval 30MINUTE" doesn't work. An error occurred

The current sample seems to use the old querys example Type=Alert (AlertSeverity=error or AlertSeverity=critical) TimeGenerated>NOW-24HOUR AlertState!=Closed should now be something like this Alert | where (AlertSeverity =~ "error" or AlertSeverity...