node: correct syntax for ipmi data
This commit is contained in:
parent
a376d980cb
commit
6d5ae359eb
3 changed files with 12 additions and 15 deletions
|
@ -2,11 +2,10 @@ hostname = "172.19.138.22"
|
||||||
groups = ["debian-bookworm"]
|
groups = ["debian-bookworm"]
|
||||||
bundles = ["docker-engine", "nginx", "redis"]
|
bundles = ["docker-engine", "nginx", "redis"]
|
||||||
|
|
||||||
#[ipmi]
|
#ipmi_hostname = "172.19.138.23"
|
||||||
#hostname = "172.19.138.23"
|
#ipmi_username = "root"
|
||||||
#username = "root"
|
#ipmi_password = "calvin"
|
||||||
#password = "calvin"
|
#ipmi_interface = "lanplus"
|
||||||
#interface = "lanplus"
|
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
icinga_options.exclude_from_monitoring = true
|
icinga_options.exclude_from_monitoring = true
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
hostname = "192.168.100.31"
|
hostname = "192.168.100.31"
|
||||||
dummy = true
|
dummy = true
|
||||||
|
|
||||||
#[ipmi]
|
#ipmi_hostname = "192.168.100.30"
|
||||||
#hostname = "192.168.100.30"
|
#ipmi_username = "root"
|
||||||
#username = "root"
|
#ipmi_password = "!bwpass:192.168.100.30/root"
|
||||||
#password = "!bwpass:192.168.100.30/root"
|
#ipmi_interface = "lanplus"
|
||||||
#interface = "lanplus"
|
|
||||||
|
|
||||||
[metadata.icinga2_api.smartd.services."SMART STATUS CT480BX500SSD1_2314E6C5C695"]
|
[metadata.icinga2_api.smartd.services."SMART STATUS CT480BX500SSD1_2314E6C5C695"]
|
||||||
check_command = "sshmon"
|
check_command = "sshmon"
|
||||||
|
|
|
@ -13,11 +13,10 @@ bundles = [
|
||||||
"zfs",
|
"zfs",
|
||||||
]
|
]
|
||||||
|
|
||||||
#[ipmi]
|
#ipmi_hostname = "192.168.100.27"
|
||||||
#hostname = "192.168.100.27"
|
#ipmi_username = "Administrator"
|
||||||
#username = "Administrator"
|
#ipmi_password = "!bwpass:bw/rottenraptor-server/ipmi"
|
||||||
#password = "!bwpass:bw/rottenraptor-server/ipmi"
|
#ipmi_interface = "lanplus"
|
||||||
#interface = "lanplus"
|
|
||||||
|
|
||||||
[metadata.docker-immich]
|
[metadata.docker-immich]
|
||||||
enable_auto_album_share = true
|
enable_auto_album_share = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue