mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
log-forward: keep the warning in subject for higher severity
This commit is contained in:
parent
b81f3850ae
commit
92b4af7b90
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ $ScriptLock $0;
|
|||
:set Bullet "large-orange-circle";
|
||||
}
|
||||
:if ($MessageVal->"topics" ~ "(emergency|alert|critical|error)") do={
|
||||
:set Warning true;
|
||||
:set Bullet "large-red-circle";
|
||||
}
|
||||
:if ($DupCount < 3) do={
|
||||
|
|
Loading…
Reference in a new issue