git-svn-id: svn://192.168.202.10@2888 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
object CheckCommand "apache-status2" {
|
||||
import "plugin-check-command"
|
||||
command = [ PluginDir + "/check_apachestatus.pl" ]
|
||||
arguments = {
|
||||
"-H" = "$web_address$"
|
||||
"-t" = "$web_timeout$"
|
||||
"-w" = "$web_warning$"
|
||||
"-c" = "$web_critical$"
|
||||
}
|
||||
vars.web_address = "$address$"
|
||||
vars.web_timeout = "3"
|
||||
vars.web_warning = "150"
|
||||
vars.web_critical = "100"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user