basic monitoring for proxmox-backupstorage
This commit is contained in:
parent
7dc0afe299
commit
95c5b28469
1 changed files with 10 additions and 1 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue