nagios_server: missed a phx2-gw in mgmt hosts.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9d9d7f6c5c
commit
e7edf9ef55
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ define host {
|
||||||
alias {{ host }}
|
alias {{ host }}
|
||||||
use mincheck
|
use mincheck
|
||||||
address {{ host }}
|
address {{ host }}
|
||||||
parents phx2-gw
|
parents iad2-gw
|
||||||
}
|
}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ define host {
|
||||||
alias {{ host }}
|
alias {{ host }}
|
||||||
use mincheck
|
use mincheck
|
||||||
address {{ host }}
|
address {{ host }}
|
||||||
parents phx2-gw
|
parents iad2-gw
|
||||||
}
|
}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue