basic monitoring for proxmox-backupstorage

This commit is contained in:
Franzi 2024-09-16 07:02:27 +02:00
parent 7dc0afe299
commit 95c5b28469
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,5 +1,6 @@
hostname = "2a01:4f9:6b:2d99::c0ff:ee"
dummy = true
#dummy = true
bundles = ["sshmon", "smartd"]
# How to install:
# - Get server at Hetzner (no IPv4)
@ -17,3 +18,11 @@ dummy = true
# - IPv6 only
# - IP from the /64 hetzner gives us
# - Gateway is the host itself, to work around the MAC filter hetzner uses
[metadata.smartd]
disks = [
"/dev/sda",
"/dev/sdb",
"/dev/sdc",
"/dev/sdd",
]