apps/status: correct gatus option formatting
This commit is contained in:
parent
cbb0bdcc00
commit
005f5d191a
|
@ -33,12 +33,12 @@ data:
|
||||||
username: "${outgoing_mail_smtp_user}"
|
username: "${outgoing_mail_smtp_user}"
|
||||||
password: "${outgoing_mail_smtp_password}"
|
password: "${outgoing_mail_smtp_password}"
|
||||||
host: "${outgoing_mail_smtp_host}"
|
host: "${outgoing_mail_smtp_host}"
|
||||||
port: "${outgoing_mail_smtp_port}"
|
port: ${outgoing_mail_smtp_port}
|
||||||
to: "${outgoing_mail_from_address}"
|
to: "${outgoing_mail_from_address}"
|
||||||
client:
|
client:
|
||||||
insecure: false
|
insecure: false
|
||||||
default-alert:
|
default-alert:
|
||||||
enabled: "${outgoing_mail_enabled}"
|
enabled: ${outgoing_mail_enabled}
|
||||||
description: "health check failed"
|
description: "health check failed"
|
||||||
send-on-resolved: true
|
send-on-resolved: true
|
||||||
failure-threshold: 9
|
failure-threshold: 9
|
||||||
|
|
Loading…
Reference in New Issue