Archiv
/
abschlussarbeit
Archiviert
1
0
Fork 0
Dieses Repository wurde am 2021-10-23 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
abschlussarbeit/Dokumentation/sourcecode/icinga/hosts.conf

34 Zeilen
785 B
Plaintext

object Host "hades.literm.local" {
import "generic-host"
address = "10.0.0.3"
vars.os = "Linux"
vars.http_vhosts["fusiondirectory"] = {
http_uri = "/"
http_address = "management.literm.local"
}
vars.http_vhosts["icinga"] = {
http_uri = "/"
http_address = "icinga.literm.local"
}
vars.http_vhosts["SoGo"] = {
http_uri = "/"
http_address = "mail.literm.local"
}
vars.http_vhosts["OpenProject"] = {
http_uri = "/"
http_address = "projekt.literm.local"
}
}
object Host "poseidon.literm.local" {
import "generic-host"
address = "10.0.0.2"
vars.os = "Linux"
}
object Host "zeus.literm.local" {
import "generic-host"
address = "10.0.0.1"
vars.os = "Linux"
}