Skip to content

Instantly share code, notes, and snippets.

@greggyNapalm
Last active August 29, 2015 14:13
Show Gist options
  • Save greggyNapalm/7b9d3068a17f969ff354 to your computer and use it in GitHub Desktop.
Save greggyNapalm/7b9d3068a17f969ff354 to your computer and use it in GitHub Desktop.
object Host "app1.xxx" {
import "generic-host"
address = "192.168.1.1"
vars.os = "Linux"
vars.os_family = "Centos"
vars.placement = "yyy"
vars.placement = "zzz"
vars.operator = "on_call"
vars.sla = "24x7"
vars.disable_ssh_check = "1"
vars.notification["mail"] = {
groups = [ "icingaadmins" ]
}
}
object Host "app2.xxx" {
import "generic-host"
address = "192.168.1.2"
vars.os = "Linux"
vars.os_family = "Centos"
vars.placement = "yyy"
vars.placement = "komus"
vars.operator = "on_call"
vars.sla = "24x7"
vars.disable_ssh_check = "1"
vars.notification["mail"] = {
groups = [ "icingaadmins" ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment