From 2f4ab1c6fbf30939f598b5e68e99bc7e70b26f45 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 9 Mar 2023 13:22:24 +0000 Subject: Update path to ping for latest iputils --- nagios/cgi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios/cgi.cfg b/nagios/cgi.cfg index 03344bf..0f09ee5 100644 --- a/nagios/cgi.cfg +++ b/nagios/cgi.cfg @@ -270,7 +270,7 @@ default_statuswrl_layout=4 # OS and distribution, so you may have to tweak this to # work on your system. -ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$ +ping_syntax=/usr/bin/ping -n -U -c 5 $HOSTADDRESS$ -- cgit v1.2.3