More autoqa pruning.
This commit is contained in:
parent
669b7650b5
commit
0e6078980b
3 changed files with 33 additions and 33 deletions
|
@ -30,20 +30,20 @@ define host {
|
||||||
register 0
|
register 0
|
||||||
}
|
}
|
||||||
|
|
||||||
define host {
|
#define host {
|
||||||
name autoqatemplate
|
# name autoqatemplate
|
||||||
check_command check-host-alive
|
# check_command check-host-alive
|
||||||
max_check_attempts 8
|
# max_check_attempts 8
|
||||||
checks_enabled 1
|
# checks_enabled 1
|
||||||
failure_prediction_enabled 0
|
# failure_prediction_enabled 0
|
||||||
retain_status_information 1
|
# retain_status_information 1
|
||||||
retain_nonstatus_information 1
|
# retain_nonstatus_information 1
|
||||||
notification_interval 480
|
# notification_interval 480
|
||||||
notifications_enabled 1
|
# notifications_enabled 1
|
||||||
notification_options d,r
|
# notification_options d,r
|
||||||
contact_groups sysadmin-qa-email
|
# contact_groups sysadmin-qa-email
|
||||||
register 0
|
# register 0
|
||||||
}
|
#}
|
||||||
|
|
||||||
define host {
|
define host {
|
||||||
name ppc-secondarytemplate
|
name ppc-secondarytemplate
|
||||||
|
|
|
@ -14,12 +14,12 @@ define service {
|
||||||
# max_check_attempts 12
|
# max_check_attempts 12
|
||||||
#}
|
#}
|
||||||
|
|
||||||
define service {
|
#define service {
|
||||||
hostgroup_name autoqa
|
# hostgroup_name autoqa
|
||||||
service_description SSH
|
# service_description SSH
|
||||||
check_command check_ssh
|
# check_command check_ssh
|
||||||
use autoqatemplate
|
# use autoqatemplate
|
||||||
}
|
#}
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
hostgroup_name retrace
|
hostgroup_name retrace
|
||||||
|
|
|
@ -108,19 +108,19 @@ define service {
|
||||||
register 0
|
register 0
|
||||||
}
|
}
|
||||||
|
|
||||||
define service {
|
#define service {
|
||||||
name autoqatemplate
|
# name autoqatemplate
|
||||||
max_check_attempts 3
|
# max_check_attempts 3
|
||||||
normal_check_interval 10
|
# normal_check_interval 10
|
||||||
retry_check_interval 1
|
# retry_check_interval 1
|
||||||
check_period 24x7
|
# check_period 24x7
|
||||||
notification_interval 360
|
# notification_interval 360
|
||||||
notification_period 24x7
|
# notification_period 24x7
|
||||||
notification_options w,u,c,r
|
# notification_options w,u,c,r
|
||||||
contact_groups sysadmin-qa-email
|
# contact_groups sysadmin-qa-email
|
||||||
|
#
|
||||||
register 0
|
# register 0
|
||||||
}
|
#}
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
name ppc-secondarytemplate
|
name ppc-secondarytemplate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue