40 lines
628 B
TOML
40 lines
628 B
TOML
# CM Dashboard configuration
|
|
|
|
[hosts]
|
|
# default_host = "srv01"
|
|
|
|
[[hosts.hosts]]
|
|
name = "srv01"
|
|
base_url = "http://srv01.local"
|
|
enabled = true
|
|
# metadata = { rack = "R1" }
|
|
|
|
[[hosts.hosts]]
|
|
name = "labbox"
|
|
base_url = "http://labbox.local"
|
|
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
|
|
|
|
[filesystem]
|
|
# cache_dir = "/var/lib/cm-dashboard/cache"
|
|
# history_dir = "/var/lib/cm-dashboard/history"
|