12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
|
object Host "nocsw.openfest.org" {
|
||
|
import "generic-host"
|
||
|
|
||
|
address = "nocsw"
|
||
|
vars.groups = [ "ciscosw" ]
|
||
|
|
||
|
# check_command = "xxx_health"
|
||
|
# vars.extra_port_check = ""
|
||
|
# vars.specification = "vocsw"
|
||
|
|
||
|
}
|