We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 968ac0e + 022e549 commit ddd6db9Copy full SHA for ddd6db9
Resources/doc/index.md
@@ -114,7 +114,8 @@ jmose_command_scheduler:
114
# receivers for reporting mails
115
monitor_mail: []
116
# set a custom subject for monitor mails (first placeholder will be replaced by the hostname, second by the date)
117
- monitor_mail_subject: cronjob monitoring %s, %s
+ # double percentage is used to escape the percentage so they stay parameters
118
+ monitor_mail_subject: cronjob monitoring %%s, %%s
119
# to send "everything's all right" emails to receivers for reporting mails set this value to "true" (see monitoring)
120
send_ok: false
121
0 commit comments