{{ template "myhead" .}} {{template "prom_content_head" .}}

Monitored servers

{{ range query "up{job='node'}" | sortByLabel "instance" }} {{ else }} {{ end }}
Hostname CPU Memory Swap Network interfaces Disks Storage size Uptime
{{ .Labels.instance }} {{ template "prom_query_drilldown" (args (printf "collectd_cpu_count{job='node',instance='%s'}" .Labels.instance)) }} {{ template "prom_query_drilldown" (args (printf "sum(collectd_memory{job='node',instance='%s'})" .Labels.instance) "B" "humanize1024") }} {{ template "prom_query_drilldown" (args (printf "sum(collectd_swap{job='node',instance='%s'})" .Labels.instance) "B" "humanize") }} {{ range printf "collectd_interface_if_octets_rx_total{job='node',instance='%s'}" .Labels.instance | query | sortByLabel "interface" }} {{ .Labels.interface }} {{end}} {{ range printf "collectd_disk_disk_octets_read_total{job='node',instance='%s'}" .Labels.instance | query | sortByLabel "disk" }} {{ .Labels.disk }} {{end}} {{ range printf "sum (collectd_df_df_complex{job='node',instance='%s'})" .Labels.instance | query }} {{ .Value | humanize }} {{end}} {{ template "prom_query_drilldown" (args (printf "collectd_uptime{job='node',instance='%s'}" .Labels.instance) "" "humanizeDuration" ) }}
No devices found.
{{template "prom_content_tail" .}} {{template "tail"}}