follow the redirect on pkgs monitoring as we want to know if the entire path to src.fedoraproject.org is working anyhow
This commit is contained in:
parent
877215fa7d
commit
71945b4c1d
2 changed files with 6 additions and 1 deletions
|
@ -46,6 +46,11 @@ define command{
|
|||
command_line $USER1$/check_http -w 30 -c 40 -I $HOSTADDRESS$ -H $ARG1$ -u "$ARG2$" -s "$ARG3$"
|
||||
}
|
||||
|
||||
define command{
|
||||
command_name check_website_follow
|
||||
command_line $USER1$/check_http -w 30 -c 40 -I $HOSTADDRESS$ -H $ARG1$ -u "$ARG2$" -s "$ARG3$" -f follow
|
||||
}
|
||||
|
||||
define command{
|
||||
command_name check_website_ppc
|
||||
command_line $USER1$/check_http -w 300 -c 400 -I $HOSTADDRESS$ -H $ARG1$ -u "$ARG2$" -s "$ARG3$"
|
||||
|
|
|
@ -301,7 +301,7 @@ define service {
|
|||
define service {
|
||||
hostgroup_name pkgs
|
||||
service_description http-pkgs-pagure
|
||||
check_command check_website!localhost!/rpms/moreutils!The moreutils rpms
|
||||
check_command check_website_follow!localhost!/rpms/moreutils!The moreutils rpms
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue