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.
1 parent 3d067c2 commit dfb6d3bCopy full SHA for dfb6d3b
services/observability/v1/observability.json
@@ -4759,7 +4759,11 @@
4759
"data": {
4760
"global": {
4761
"resolveTimeout": "5m",
4762
- "smtpFrom": "alertmanager@example.org"
+ "smtpAuthIdentity": "*****",
4763
+ "smtpAuthPassword": "*****",
4764
+ "smtpAuthUsername": "*****",
4765
+ "smtpFrom": "alertmanager@example.org",
4766
+ "smtpSmarthost": "*****"
4767
},
4768
"inhibitRules": [
4769
{
@@ -4913,6 +4917,8 @@
4913
4917
"example": {
4914
4918
4915
4919
4920
+ "resolveTimeout": "5m",
4921
+ "smtpAuthIdentity": "alertmanager@example.org",
4916
4922
"smtpAuthPassword": "password",
4923
"smtpAuthUsername": "alertmanager",
4924
"smtpFrom": "alertmanager@example.org",
0 commit comments