30 lines
540 B
Plaintext
30 lines
540 B
Plaintext
|
object Host "ap-ws-noc.openfest.org" {
|
||
|
import "generic-host"
|
||
|
|
||
|
address = "ap-ws-noc"
|
||
|
vars.groups = [ "openwrt" ]
|
||
|
|
||
|
vars.parent = "nocsw.openfest.org"
|
||
|
|
||
|
vars.os = "Linux"
|
||
|
|
||
|
# check_command = "xxx_health"
|
||
|
# vars.extra_port_check = ""
|
||
|
vars.by_ssh_port = "22"
|
||
|
vars.by_ssh_logname = "root"
|
||
|
vars.by_ssh_identity = "/var/lib/nagios/.ssh/id_rsa"
|
||
|
|
||
|
# vars.specification = "ap"
|
||
|
|
||
|
vars.net_interfaces = [ "eth0", "eth1" ]
|
||
|
|
||
|
vars.ifaces[ "wlan1" ] = {
|
||
|
interface = "wlan1"
|
||
|
}
|
||
|
|
||
|
vars.notification["slack"] = {
|
||
|
groups = [ "icingaadmins" ]
|
||
|
}
|
||
|
}
|
||
|
|