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