git-svn-id: svn://192.168.202.10@2888 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
object CheckCommand "http-check" {
|
||||
import "plugin-check-command"
|
||||
command = [ PluginDir + "/check_http" ]
|
||||
arguments = {
|
||||
"-I" = "$web_address$"
|
||||
"-p" = "$web_port$"
|
||||
"-u" = "$web_url$"
|
||||
"-t" = "$web_timeout$"
|
||||
"-w" = "$web_warning$"
|
||||
"-c" = "$web_critical$"
|
||||
}
|
||||
vars.web_address = "$address$"
|
||||
vars.web_timeout = "5"
|
||||
vars.web_warning = "2"
|
||||
vars.web_critical = "3"
|
||||
vars.web_port = "$web_port$"
|
||||
vars.web_url = "$web_uri$"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user