move cloud to mincheck again now

This commit is contained in:
Kevin Fenzi 2017-05-02 18:32:22 +00:00
parent 30d3002882
commit 013021a57a
2 changed files with 1 additions and 15 deletions

View file

@ -28,20 +28,6 @@ define host {
register 0
}
define host {
name nocheck
check_command check-host-alive
max_check_attempts 8
checks_enabled 0
retain_status_information 0
retain_nonstatus_information 0
notification_interval 15
notifications_enabled 0
notification_options d,r
contact_groups fedora-sysadmin-ircbot
register 0
}
define host {
name autoqatemplate
check_command check-host-alive

View file

@ -4,7 +4,7 @@ define host {
{% if hostvars[host].nagios_Check_Services['nrpe'] == true %}
use defaulttemplate
{% else %}
use nocheck
use mincheck
{% endif %}
host_name {{ host }}
{% if hostvars[host].ansible_hostname is defined %}