Jan Dittberner
022e34449a
- add basic service and host templates - add service groups - define a few services - add beholder host
14 lines
258 B
Text
14 lines
258 B
Text
// vim: set ft=icinga2 et sw=2 ts=2 si ai:
|
|
object Host "beholder" {
|
|
import "debian-host"
|
|
|
|
address = "127.0.0.1"
|
|
address6 = "::1"
|
|
|
|
vars.disks["/"] = {
|
|
disk_partitions = "/"
|
|
}
|
|
vars.disks["/boot/efi"] = {
|
|
disk_partitions = "/boot/efi"
|
|
}
|
|
}
|