Nagios requires hosts files to be in major groups. For aws this is in the inventory/cloud file.
This commit is contained in:
parent
cc79e327dc
commit
a42ce2bf28
1 changed files with 11 additions and 1 deletions
|
@ -901,45 +901,55 @@ bvirthost
|
|||
buildvmhost
|
||||
#virthost_cloud
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_front_aws]
|
||||
copr-fe.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_back_aws]
|
||||
copr-be.aws.fedoraproject.org
|
||||
copr-be-temp.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_dist_git_aws]
|
||||
copr-dist-git.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_front_dev_aws]
|
||||
# stg machine in AWS
|
||||
copr-fe-dev.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_back_dev_aws]
|
||||
copr-be-dev.aws.fedoraproject.org
|
||||
copr-be-dev-temp.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_keygen_aws]
|
||||
copr-keygen.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_keygen_dev_aws]
|
||||
copr-keygen-dev.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_dist_git_dev_aws]
|
||||
copr-dist-git-dev.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_aws:children]
|
||||
copr_front_aws
|
||||
copr_back_aws
|
||||
copr_dist_git_aws
|
||||
copr_keygen_aws
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_dev_aws:children]
|
||||
copr_front_dev_aws
|
||||
copr_back_dev_aws
|
||||
copr_dist_git_dev_aws
|
||||
copr_keygen_dev_aws
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_all_instances_aws:children]
|
||||
copr_aws
|
||||
copr_dev_aws
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue