git-svn-id: svn://192.168.202.10@2888 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apply Service "sip" {
|
||||
import "service-1minhigh"
|
||||
check_command = "sip-check"
|
||||
vars.sip_address = host.vars.externip
|
||||
assign where host.vars.servertype == "sips"
|
||||
}
|
||||
|
||||
apply Service "sip" {
|
||||
import "service-1minhigh"
|
||||
check_command = "sip-check"
|
||||
vars.sip_address = host.vars.externip
|
||||
assign where host.vars.checksip == "1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user