HAMMER TIME

This commit is contained in:
Stephen Smoogen 2020-02-23 18:21:50 +00:00 committed by Pierre-Yves Chibon
parent b4e46bb0e9
commit 48b27fc54e
8 changed files with 82 additions and 12 deletions

View file

@ -170,3 +170,16 @@ exclude_hostgroups:
- retrace_stg_aws
- virt_guest
- virt_host
# Try a way to have a group where we want to define them but we expect them not to ping
no_ping:
- copr_aws
- copr_back_aws
- copr_back_dev_aws
- copr_dev_aws
- copr_dist_git_aws
- copr_dist_git_dev_aws
- copr_front_aws
- copr_front_dev_aws
- copr_keygen_aws
- copr_keygen_dev_aws

View file

@ -24,3 +24,14 @@ cloud_networks:
# Copr vars
copr_hostbase: copr-be-stg
_copr_be_conf: copr-be.conf-stg
nagios_Check_Services:
mail: false
nrpe: false
sshd: false
named: false
dhcpd: false
httpd: false
swap: false
ping: false
raid: false

View file

@ -36,9 +36,13 @@ host_backup_targets: ['/var/lib/copr/public_html/results']
_copr_be_conf: copr-be.conf
nagios_Check_Services:
nrpe: true
sshd: true
httpd: true
mail: false
nrpe: false
sshd: false
named: false
dhcpd: false
httpd: false
swap: false
ping: false
raid: false
# There is no python2 on F30

View file

@ -20,3 +20,14 @@ cloud_networks:
# Copr vars
copr_hostbase: copr-dist-git-stg
nagios_Check_Services:
mail: false
nrpe: false
sshd: false
named: false
dhcpd: false
httpd: false
swap: false
ping: false
raid: false

View file

@ -23,4 +23,14 @@ copr_hostbase: copr-dist-git
host_backup_targets: ['/var/lib/dist-git/git', '/var/lib/dist-git/cache']
nagios_Check_Services:
mail: false
nrpe: false
sshd: false
named: false
dhcpd: false
httpd: false
swap: false
ping: false
raid: false
# There is no python2 on F30

View file

@ -29,15 +29,19 @@ dbs_to_backup:
db_backup_dir: ['/backups']
nagios_Check_Services:
nrpe: true
sshd: true
httpd: true
swap: false
# GDPR SAR variables
sar_script: /usr/share/copr/coprs_frontend/run/copr-gdpr-sar.sh
sar_script_user: copr-fe
sar_output_file: copr.json
nagios_Check_Services:
mail: false
nrpe: false
sshd: false
named: false
dhcpd: false
httpd: false
swap: false
ping: false
raid: false
# There is no python2 on F30

View file

@ -20,3 +20,14 @@ cloud_networks:
# Copr vars
copr_hostbase: copr-keygen-stg
nagios_Check_Services:
mail: false
nrpe: false
sshd: false
named: false
dhcpd: false
httpd: false
swap: false
ping: false
raid: false

View file

@ -26,8 +26,14 @@ datacenter: cloud
copr_hostbase: copr-keygen
nagios_Check_Services:
nrpe: true
sshd: true
mail: false
nrpe: false
sshd: false
named: false
dhcpd: false
httpd: false
swap: false
ping: false
raid: false
# There is no python2 on F30