We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f01a5 commit bc3ae9dCopy full SHA for bc3ae9d
routertools
@@ -41,7 +41,7 @@ trap 'trap_ctl' SIGINT SIGTERM
41
42
# Initialize variables and language setting for compatibility
43
LANG=C
44
-version="1.2.16"
+version="1.2.17"
45
error_count=0
46
crit_count=0
47
crit_add=0
@@ -1830,7 +1830,7 @@ get_inet_status(){
1830
sleep .1
1831
done
1832
1833
- local inetcheck=$(cat /dev/shm/routertools.netrec.inet 2>/dev/null | grep -Ei "unreachable|temporary" | wc -l)
+ local inetcheck=$(cat /dev/shm/routertools.netrec.inet 2>/dev/null | grep -Ei "unreachable|temporary|100% packet loss" | wc -l)
1834
1835
if [[ $elapsed -eq $inet_check_timeout ]] && [[ ! -s /dev/shm/routertools.netrec.inet ]]; then
1836
local inetcheck=1
0 commit comments