From 6174f0916873daf720bfc1f7c1f95087e6de4498 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 12:15:57 -0500 Subject: [PATCH] Update defaults.inc --- defaults.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index 6e7a87e..1285e0b 100755 --- a/defaults.inc +++ b/defaults.inc @@ -5,7 +5,7 @@ VERS=2.5.1-06142025 DS_FOLDER=/opt/idssys/dsmon DS_CRONTAB_FOLDER=/opt/idssys/nodemgmt/crontabs -noheader=" gettsip-node get-crontabs get-crontab update report updatenodes runcmd " +noheader=" gettsip-node get-crontabs get-crontab update report updatenodes runcmd runcheck " [ "$(ip route | awk '/default/ { print $5 }')" == "link" ] && RNIP=$(ip addr show $(ip route | awk '/1 dev eth0/ { print $5; exit }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1) || RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)