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:
Stephen Smoogen 2022-11-18 15:11:38 -05:00
parent 7da090f98e
commit 6a6f5c0c75

View file

@ -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
}