45 lines
673 B
TOML
45 lines
673 B
TOML
# CM Dashboard configuration template
|
|
|
|
[hosts]
|
|
# default_host = "srv01"
|
|
|
|
[[hosts.hosts]]
|
|
name = "srv01"
|
|
enabled = true
|
|
# metadata = { rack = "R1" }
|
|
|
|
[[hosts.hosts]]
|
|
name = "labbox"
|
|
enabled = true
|
|
|
|
[dashboard]
|
|
tick_rate_ms = 250
|
|
history_duration_minutes = 60
|
|
|
|
[[dashboard.widgets]]
|
|
id = "nvme"
|
|
enabled = true
|
|
|
|
[[dashboard.widgets]]
|
|
id = "services"
|
|
enabled = true
|
|
|
|
[[dashboard.widgets]]
|
|
id = "backup"
|
|
enabled = true
|
|
|
|
[[dashboard.widgets]]
|
|
id = "alerts"
|
|
enabled = true
|
|
|
|
[data_source]
|
|
kind = "zmq"
|
|
|
|
[data_source.zmq]
|
|
endpoints = ["tcp://127.0.0.1:6130"]
|
|
# subscribe = ""
|
|
|
|
[filesystem]
|
|
# cache_dir = "/var/lib/cm-dashboard/cache"
|
|
# history_dir = "/var/lib/cm-dashboard/history"
|