2019-10-29 05:53:23 +02:00
|
|
|
object Host "nocsw.openfest.org" {
|
|
|
|
import "generic-host"
|
|
|
|
|
|
|
|
address = "nocsw"
|
|
|
|
vars.groups = [ "ciscosw" ]
|
2019-10-30 00:33:44 +02:00
|
|
|
vars.parent = "f0sw.openfest.org"
|
2019-10-29 05:53:23 +02:00
|
|
|
|
|
|
|
# check_command = "xxx_health"
|
|
|
|
# vars.extra_port_check = ""
|
|
|
|
# vars.specification = "vocsw"
|
|
|
|
|
2019-10-30 03:42:48 +02:00
|
|
|
vars.snmp_uptime = "true"
|
2019-10-29 05:53:23 +02:00
|
|
|
}
|