From f759b8bb1e3d9f455a752ca39e21ee6326eea0f6 Mon Sep 17 00:00:00 2001 From: Fredrik Eriksson Date: Sun, 14 Jul 2024 16:12:30 +0200 Subject: [PATCH] add example config for service specific override --- config/sysalert.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/sysalert.ini b/config/sysalert.ini index 937edb1..ec295e4 100644 --- a/config/sysalert.ini +++ b/config/sysalert.ini @@ -29,3 +29,10 @@ alert_method=sysalert.email #mail_to=root smtp_host=localhost +# Specific services can have their own configuration +# If you have an unstable service that sometimes fails three times +# before it recovers you can override max_failures for this service +# by adding a section named after that service: +# +#[unstable.service] +#max_failures=3