aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-27 16:50:16 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-27 16:50:16 +0300
commit3ababf4edb89be0b164d8e9cb1cad5b009de9778 (patch)
tree9e70971c38ff9b402b02708bbce5a9f9fdeccef3 /etc
parent9dff021e31a300dcd5eda941d9e4992a6a8e465a (diff)
downloadwydawca-3ababf4edb89be0b164d8e9cb1cad5b009de9778.tar.gz
wydawca-3ababf4edb89be0b164d8e9cb1cad5b009de9778.tar.bz2
Replace the "finish" event with "statistics".
Diffstat (limited to 'etc')
-rw-r--r--etc/wydawca.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/wydawca.conf b/etc/wydawca.conf
index bd87c2b..552dd27 100644
--- a/etc/wydawca.conf
+++ b/etc/wydawca.conf
@@ -93,10 +93,10 @@ module-init mailutils {
mail-statistics {
statistics all;
message <<EOT
-Subject: Wydawca stats
+Subject: Wydawca statistics
-This is to notify you that the run of wydawca on ${date}
-caused the following results:
+Please find below the statistics summary of the tasks performed
+by the daemon:
errors ............................. ${stat:errors}
warning ............................ ${stat:warnings}
@@ -306,7 +306,7 @@ EOT;
}
notify-event {
- event finish;
+ event statistics;
module mailutils;
}

Return to:

Send suggestions and report system problems to the System administrator.