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 3074ed4 commit ac2e520Copy full SHA for ac2e520
x-pack/plugins/uptime/server/lib/alerts/__tests__/status_check.test.ts
@@ -88,6 +88,10 @@ describe('status check alert', () => {
88
Object {
89
"callES": [MockFunction],
90
"dynamicSettings": Object {
91
+ "certificatesThresholds": Object {
92
+ "errorState": 7,
93
+ "warningState": 30,
94
+ },
95
"heartbeatIndices": "heartbeat-8*",
96
},
97
"locations": Array [],
@@ -131,6 +135,10 @@ describe('status check alert', () => {
131
135
132
136
133
137
138
139
140
141
134
142
143
144
0 commit comments