and we have no bodhost
This commit is contained in:
parent
6228e1c148
commit
06cc8ca030
4 changed files with 1 additions and 25 deletions
|
@ -70,15 +70,6 @@ define servicedependency {
|
||||||
execution_failure_criteria w,c
|
execution_failure_criteria w,c
|
||||||
}
|
}
|
||||||
|
|
||||||
#define servicedependency {
|
|
||||||
# host_name bodhost01
|
|
||||||
# service_description nrpe
|
|
||||||
# dependent_host_name bodhost01
|
|
||||||
# dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
|
|
||||||
# notification_failure_criteria w,c
|
|
||||||
# execution_failure_criteria w,c
|
|
||||||
#}
|
|
||||||
|
|
||||||
define servicedependency {
|
define servicedependency {
|
||||||
host_name sundries01
|
host_name sundries01
|
||||||
service_description nrpe
|
service_description nrpe
|
||||||
|
|
|
@ -347,7 +347,6 @@
|
||||||
- name: Build out nagios host templates (production)
|
- name: Build out nagios host templates (production)
|
||||||
template: src=nagios/hosts/{{item}}.j2 dest=/etc/nagios/hosts/{{item}} mode=0644 owner=root group=root
|
template: src=nagios/hosts/{{item}}.j2 dest=/etc/nagios/hosts/{{item}} mode=0644 owner=root group=root
|
||||||
with_items:
|
with_items:
|
||||||
- bodhost-hosts.cfg
|
|
||||||
- cloud-hosts.cfg
|
- cloud-hosts.cfg
|
||||||
- coloamer-hosts.cfg
|
- coloamer-hosts.cfg
|
||||||
- dedicatedsolutions-hosts.cfg
|
- dedicatedsolutions-hosts.cfg
|
||||||
|
|
|
@ -24,7 +24,7 @@ define hostgroup{
|
||||||
define hostgroup{
|
define hostgroup{
|
||||||
hostgroup_name routers
|
hostgroup_name routers
|
||||||
alias routers
|
alias routers
|
||||||
members phx2-gw, ibiblio-gw, cloud-gw, bodhost-gw, coloamer-gw, dedicated-gw, host1plus-gw, internetx-gw, osuosl-gw, rdu-gw, rdu-cc-gw, tummy-gw
|
members phx2-gw, ibiblio-gw, cloud-gw, coloamer-gw, dedicated-gw, host1plus-gw, internetx-gw, osuosl-gw, rdu-gw, rdu-cc-gw, tummy-gw
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -44,20 +44,6 @@ define host {
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
||||||
define host {
|
|
||||||
host_name bodhost-gw
|
|
||||||
alias bodhost gateway
|
|
||||||
use mincheck
|
|
||||||
check_command check-host-alive4
|
|
||||||
address 174.141.234.1
|
|
||||||
{% if vars['nagios_location'] == 'internal' %}
|
|
||||||
parents phx2-gw
|
|
||||||
{% else %}
|
|
||||||
parents ibiblio-gw
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
define host {
|
define host {
|
||||||
host_name coloamer-gw
|
host_name coloamer-gw
|
||||||
alias coloamerica gateway
|
alias coloamerica gateway
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue