system: make gateway alarm a bit more prominent

This commit is contained in:
Franco Fichtner 2018-06-14 12:55:57 +02:00
parent 4fe4d8aab5
commit 6c2432a4c7

View File

@ -39,7 +39,7 @@ fi
"rfc2136 reload ${GATEWAY}"
if [ ${#} -gt 1 ]; then
/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}ms RTTd: ${5}ms Loss: ${6}%)"
fi
exit 0