add more panels for overview

This commit is contained in:
m0duspwnens
2021-07-12 10:17:23 -04:00
parent 0bde69b441
commit 28e33b413c
13 changed files with 1364 additions and 12 deletions
@@ -75,7 +75,7 @@
],
"measurement": "mem_inactive",
"policy": "default",
"query": "SELECT mean(total) as total, mean(used) as used, mean(cached) as cached, mean(free) as free, mean(buffered) as buffered FROM \"mem\" WHERE host =~ /$server$/ AND $timeFilter GROUP BY time($interval), host ORDER BY asc",
"query": "SELECT mean(total) as total, mean(used) as used, mean(cached) as cached, mean(free) as free, mean(buffered) as buffered FROM \"mem\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($interval), host ORDER BY asc",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series",