Files
vicinoc_1-X/icinga2/conf.d/commands/apache-status.conf
T

16 lines
369 B
Plaintext

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"
}