proxmox-backupstorage: new server, new checks
This commit is contained in:
parent
83730ccb6d
commit
aae1e8397e
2 changed files with 34 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
|||
hostname = "2a01:4f9:6b:2d99::c0ff:ee"
|
||||
#dummy = true
|
||||
bundles = ["sshmon", "smartd"]
|
||||
|
||||
# How to install:
|
||||
# - Get server at Hetzner (no IPv4)
|
||||
# - Install latest proxmox compatible debian
|
||||
# - RAID5
|
||||
# - 50G for system
|
||||
# - leave rest unpartitioned
|
||||
# - install zfs
|
||||
# - create additional partitions for remaining disk space
|
||||
# - create raidz on those partitions
|
||||
# - enable ipv6 forwarding
|
||||
# - install proxmox via apt
|
||||
|
||||
# VM config:
|
||||
# - 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",
|
||||
]
|
34
nodes/proxmox-backupstorage.toml
Normal file
34
nodes/proxmox-backupstorage.toml
Normal file
|
@ -0,0 +1,34 @@
|
|||
hostname = "192.168.100.31"
|
||||
dummy = true
|
||||
|
||||
[metadata.icinga2_api.smartd.services."SMART STATUS CT480BX500SSD1_2314E6C5C695"]
|
||||
check_command = "sshmon"
|
||||
"vars.sshmon_command" = "CT480BX500SSD1_2314E6C5C695"
|
||||
|
||||
[metadata.icinga2_api.smartd.services."SMART STATUS CT480BX500SSD1_2314E6C5C6C8"]
|
||||
check_command = "sshmon"
|
||||
"vars.sshmon_command" = "CT480BX500SSD1_2314E6C5C6C8"
|
||||
|
||||
[metadata.icinga2_api.smartd.services."SMART STATUS ST18000NM0092-3CX103_ZVV0686W"]
|
||||
check_command = "sshmon"
|
||||
"vars.sshmon_command" = "ST18000NM0092-3CX103_ZVV0686W"
|
||||
|
||||
[metadata.icinga2_api.smartd.services."SMART STATUS ST18000NM0092-3CX103_ZVV06JV7"]
|
||||
check_command = "sshmon"
|
||||
"vars.sshmon_command" = "ST18000NM0092-3CX103_ZVV06JV7"
|
||||
|
||||
[metadata.icinga2_api.smartd.services."SMART STATUS ST18000NM0092-3CX103_ZVV06SLR"]
|
||||
check_command = "sshmon"
|
||||
"vars.sshmon_command" = "ST18000NM0092-3CX103_ZVV06SLR"
|
||||
|
||||
[metadata.icinga2_api.smartd.services."SMART STATUS ST8000NM0045-1RL112_ZA1EYQWR"]
|
||||
check_command = "sshmon"
|
||||
"vars.sshmon_command" = "ST8000NM0045-1RL112_ZA1EYQWR"
|
||||
|
||||
[metadata.icinga2_api.smartd.services."SMART STATUS ST8000NM0045-1RL112_ZA1EYZQF"]
|
||||
check_command = "sshmon"
|
||||
"vars.sshmon_command" = "ST8000NM0045-1RL112_ZA1EYZQF"
|
||||
|
||||
[metadata.icinga2_api.smartd.services."SMART STATUS ST8000NM0045-1RL112_ZA1EZ0X5"]
|
||||
check_command = "sshmon"
|
||||
"vars.sshmon_command" = "ST8000NM0045-1RL112_ZA1EZ0X5"
|
Loading…
Add table
Reference in a new issue