mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
64faa75bb3
Signed-off-by: Matt Layher <mdlayher@gmail.com>
20 lines
421 B
TOML
20 lines
421 B
TOML
# Configuration for monitnerr-1.
|
|
[[devices]]
|
|
name = "router"
|
|
serial = "Q3245527461"
|
|
baud = 115200
|
|
identities = ["mdlayher"]
|
|
|
|
[[devices]]
|
|
name = "server"
|
|
serial = "A64NMAJS"
|
|
baud = 115200
|
|
identities = ["mdlayher"]
|
|
|
|
[[identities]]
|
|
name = "mdlayher"
|
|
public_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN5i5d0mRKAf02m+ju+I1KrAYw3Ny2IHXy88mgyragBN Matt Layher (mdlayher@gmail.com)"
|
|
|
|
[debug]
|
|
address = ":9288"
|
|
prometheus = true
|