add ipmi information to hosts which have ipmi
This commit is contained in:
parent
8135e4160f
commit
7a5ca524b4
5 changed files with 18 additions and 13 deletions
|
@ -2,6 +2,12 @@ hostname = "172.19.138.22"
|
|||
groups = ["debian-bookworm"]
|
||||
bundles = ["docker-engine", "nginx", "redis"]
|
||||
|
||||
#[ipmi]
|
||||
#hostname = "172.19.138.23"
|
||||
#username = "root"
|
||||
#password = "calvin"
|
||||
#interface = "lanplus"
|
||||
|
||||
[metadata]
|
||||
icinga_options.exclude_from_monitoring = true
|
||||
backups.exclude_from_backups = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue