mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
Change dpinger syslog message to reflect correct RTT and RTTd unit (#4456)
Dpinger actually reports RTT and RTTd in µs.
This commit is contained in:
parent
d992cfc2a2
commit
2c888dadfc
@ -32,7 +32,7 @@ if [ -z "${GATEWAY}" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
/usr/bin/logger -t dpinger "GATEWAY ALARM: ${GATEWAY} (Addr: ${2} Alarm: ${3} RTT: ${4}ms RTTd: ${5}ms Loss: ${6}%)"
|
||||
/usr/bin/logger -t dpinger "GATEWAY ALARM: ${GATEWAY} (Addr: ${2} Alarm: ${3} RTT: ${4}us RTTd: ${5}us Loss: ${6}%)"
|
||||
|
||||
echo -n "Reloading filter: "
|
||||
configctl filter reload gateway
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user