add nrpe checks to some few cloud instances

This commit is contained in:
Kevin Fenzi 2017-05-02 19:00:04 +00:00
parent 013021a57a
commit f30b5dcb38
4 changed files with 18 additions and 0 deletions

View file

@ -42,3 +42,8 @@ copr_hostbase: copr-be
host_backup_targets: ['/var/lib/copr/public_html/results']
_copr_be_conf: copr-be.conf
nagios_Check_Services:
nrpe: true
sshd: true
httpd: true

View file

@ -30,3 +30,7 @@ dbs_to_backup:
# Backup db dumps in /backups
host_backup_targets: ['/backups']
nagios_Check_Services:
nrpe: true
sshd: true
httpd: true

View file

@ -24,3 +24,7 @@ datacenter: cloud
# Copr vars
copr_hostbase: copr-keygen
nagios_Check_Services:
nrpe: true
sshd: true

View file

@ -21,3 +21,8 @@ extra_enablerepos: ''
cloud_networks:
# persistent-net
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
nagios_Check_Services:
nrpe: true
sshd: true
httpd: true