Is it possible (and how) to filter a specific sensor from a specific group in a custom report? I'm trying to get a top 10 from the cpuloadsensor but just for group "hosted". My custom report is based on the stats loop hilo
Below is what I have now, but it doesn't show what I want.
<div><#report type="statstable" filter="filter_tags=@tag(%2bhosted,%2bcpuloadsensor)" columns="device,sensor,average,minimum,maximum" count="10" avg="3600" sortby="-average" showposition="true" clgid="<@clgid>"></div>
Can anyone help me out? Thanks
Add comment