14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
object CheckCommand "sip-check" {
|
|
import "plugin-check-command"
|
|
command = [ PluginDir + "/check_sip" ]
|
|
arguments = {
|
|
"-u" = "sip:$sip_address$"
|
|
"-H" = "$sip_address$"
|
|
"-p" = "$sip_port$"
|
|
"-s" = ""
|
|
}
|
|
vars.sip_address = "$address$"
|
|
vars.sip_port = "5060"
|
|
}
|
|
|