early-errors: also include critical messages

This commit is contained in:
Christian Hesse 2020-04-24 23:16:00 +02:00
parent 940c1e9381
commit 7c288c6203

View file

@ -9,7 +9,7 @@
:global SendNotification;
:local Errors [ / log find where topics~"error" ];
:local Errors [ / log find where topics~"error" or topics~"critical" ];
:local ErrCount [ :len $Errors ];
:if ($ErrCount > 0) do={
:local Message ("The log on " . $Identity . " contains " . $ErrCount . \