initial(ish) commit
This commit is contained in:
commit
b744693f0e
88 changed files with 4925 additions and 0 deletions
31
data/monitoring.toml
Normal file
31
data/monitoring.toml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
[master]
|
||||
hostname = "ds9"
|
||||
ip = "10.0.0.2"
|
||||
|
||||
[hostOverrides]
|
||||
wormhole = "10.0.0.1"
|
||||
picard = "ragon.xyz"
|
||||
|
||||
[exporters.nginx]
|
||||
hosts = [
|
||||
"ds9",
|
||||
"wormhole"
|
||||
]
|
||||
|
||||
[exporters.node]
|
||||
hosts = [ "ds9", "wormhole" ]
|
||||
|
||||
[exporters.smartctl]
|
||||
hosts = [ "ds9" ]
|
||||
|
||||
[exporters.dnsmasq]
|
||||
hosts = [ "wormhole" ]
|
||||
|
||||
[exporters.wireguard]
|
||||
hosts = [ "wormhole"]
|
||||
|
||||
[exporters.smokeping]
|
||||
hosts = [ "wormhole"]
|
||||
|
||||
[promtail]
|
||||
hosts = [ "wormhole", "ds9" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue