diff options
Diffstat (limited to 'early-errors')
-rw-r--r-- | early-errors | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/early-errors b/early-errors index 36cc23e..f2793fc 100644 --- a/early-errors +++ b/early-errors @@ -9,7 +9,7 @@ :global SendNotification; -:local Errors [ / log find where (topics~"error" or topics~"critical") !(topics~"e-mail") ]; +:local Errors [ / log find where (topics~"error" or topics~"critical") !(topics~"e-mail") !(topics~"dns") ]; :local ErrCount [ :len $Errors ]; :if ($ErrCount > 0) do={ :local Message ("The log on " . $Identity . " contains " . $ErrCount . \ |