add nrpe checks to some few cloud instances
This commit is contained in:
parent
013021a57a
commit
f30b5dcb38
4 changed files with 18 additions and 0 deletions
|
@ -42,3 +42,8 @@ copr_hostbase: copr-be
|
||||||
|
|
||||||
host_backup_targets: ['/var/lib/copr/public_html/results']
|
host_backup_targets: ['/var/lib/copr/public_html/results']
|
||||||
_copr_be_conf: copr-be.conf
|
_copr_be_conf: copr-be.conf
|
||||||
|
|
||||||
|
nagios_Check_Services:
|
||||||
|
nrpe: true
|
||||||
|
sshd: true
|
||||||
|
httpd: true
|
||||||
|
|
|
@ -30,3 +30,7 @@ dbs_to_backup:
|
||||||
# Backup db dumps in /backups
|
# Backup db dumps in /backups
|
||||||
host_backup_targets: ['/backups']
|
host_backup_targets: ['/backups']
|
||||||
|
|
||||||
|
nagios_Check_Services:
|
||||||
|
nrpe: true
|
||||||
|
sshd: true
|
||||||
|
httpd: true
|
||||||
|
|
|
@ -24,3 +24,7 @@ datacenter: cloud
|
||||||
|
|
||||||
# Copr vars
|
# Copr vars
|
||||||
copr_hostbase: copr-keygen
|
copr_hostbase: copr-keygen
|
||||||
|
|
||||||
|
nagios_Check_Services:
|
||||||
|
nrpe: true
|
||||||
|
sshd: true
|
||||||
|
|
|
@ -21,3 +21,8 @@ extra_enablerepos: ''
|
||||||
cloud_networks:
|
cloud_networks:
|
||||||
# persistent-net
|
# persistent-net
|
||||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
||||||
|
|
||||||
|
nagios_Check_Services:
|
||||||
|
nrpe: true
|
||||||
|
sshd: true
|
||||||
|
httpd: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue