diff --git a/Resources/doc/index.md b/Resources/doc/index.md index ae7c8ba8..77de62e1 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -114,7 +114,8 @@ jmose_command_scheduler: # receivers for reporting mails monitor_mail: [] # set a custom subject for monitor mails (first placeholder will be replaced by the hostname, second by the date) - monitor_mail_subject: cronjob monitoring %s, %s + # double percentage is used to escape the percentage so they stay parameters + monitor_mail_subject: cronjob monitoring %%s, %%s # to send "everything's all right" emails to receivers for reporting mails set this value to "true" (see monitoring) send_ok: false