Fix hostname in ping6-ipv6
A host_name in a nagios directive must match one which is defined elsewhere in the hosts tree. For this case we needed to use the host_name noc02-ipv6.fedoraproject.org to match what was in the ipv6 namespace. Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
This commit is contained in:
parent
7da090f98e
commit
6a6f5c0c75
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
define service {
|
||||
host_name nagios-external.fedoraproject.org
|
||||
service_description ICMP-Ping6-check
|
||||
check_command check-host-alive6!fedorapeople.org!1500.0,20%!2500.0,80%
|
||||
use criticaltemplate
|
||||
host_name noc02-ipv6.fedoraproject.org
|
||||
service_description ICMP-Ping6-check
|
||||
check_command check-host-alive6!fedorapeople.org!1500.0,20%!2500.0,80%
|
||||
use criticaltemplate
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue