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
|
||||
}
|
||||
|
||||
define host {
|
||||
name autoqatemplate
|
||||
check_command check-host-alive
|
||||
max_check_attempts 8
|
||||
checks_enabled 1
|
||||
failure_prediction_enabled 0
|
||||
retain_status_information 1
|
||||
retain_nonstatus_information 1
|
||||
notification_interval 480
|
||||
notifications_enabled 1
|
||||
notification_options d,r
|
||||
contact_groups sysadmin-qa-email
|
||||
register 0
|
||||
}
|
||||
#define host {
|
||||
# name autoqatemplate
|
||||
# check_command check-host-alive
|
||||
# max_check_attempts 8
|
||||
# checks_enabled 1
|
||||
# failure_prediction_enabled 0
|
||||
# retain_status_information 1
|
||||
# retain_nonstatus_information 1
|
||||
# notification_interval 480
|
||||
# notifications_enabled 1
|
||||
# notification_options d,r
|
||||
# contact_groups sysadmin-qa-email
|
||||
# register 0
|
||||
#}
|
||||
|
||||
define host {
|
||||
name ppc-secondarytemplate
|
||||
|
|
|
@ -14,12 +14,12 @@ define service {
|
|||
# max_check_attempts 12
|
||||
#}
|
||||
|
||||
define service {
|
||||
hostgroup_name autoqa
|
||||
service_description SSH
|
||||
check_command check_ssh
|
||||
use autoqatemplate
|
||||
}
|
||||
#define service {
|
||||
# hostgroup_name autoqa
|
||||
# service_description SSH
|
||||
# check_command check_ssh
|
||||
# use autoqatemplate
|
||||
#}
|
||||
|
||||
define service {
|
||||
hostgroup_name retrace
|
||||
|
|
|
@ -108,19 +108,19 @@ define service {
|
|||
register 0
|
||||
}
|
||||
|
||||
define service {
|
||||
name autoqatemplate
|
||||
max_check_attempts 3
|
||||
normal_check_interval 10
|
||||
retry_check_interval 1
|
||||
check_period 24x7
|
||||
notification_interval 360
|
||||
notification_period 24x7
|
||||
notification_options w,u,c,r
|
||||
contact_groups sysadmin-qa-email
|
||||
|
||||
register 0
|
||||
}
|
||||
#define service {
|
||||
# name autoqatemplate
|
||||
# max_check_attempts 3
|
||||
# normal_check_interval 10
|
||||
# retry_check_interval 1
|
||||
# check_period 24x7
|
||||
# notification_interval 360
|
||||
# notification_period 24x7
|
||||
# notification_options w,u,c,r
|
||||
# contact_groups sysadmin-qa-email
|
||||
#
|
||||
# register 0
|
||||
#}
|
||||
|
||||
define service {
|
||||
name ppc-secondarytemplate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue