add example config for service specific override

This commit is contained in:
Fredrik Eriksson 2024-07-14 16:12:30 +02:00
parent 93f5a9aaad
commit f759b8bb1e
Signed by: feffe
GPG Key ID: E6B5580B853D322B

View File

@ -29,3 +29,10 @@ alert_method=sysalert.email
#mail_to=root <root@localhost> #mail_to=root <root@localhost>
smtp_host=localhost 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