Closed dennypradipta closed 5 months ago
This PR handles CERT_HAS_EXPIRED error #1298
Use this config:
probes: - id: '1' name: 'Coding Horror' description: 'Probe to check Coding Horror blog' interval: 10 # in seconds (every 10 minutes) requests: - method: GET url: 'https://expired.badssl.com' alerts: - assertion: response.status != 200 message: Status not 200
Monika Pull Request (PR)
What feature/issue does this PR add
This PR handles CERT_HAS_EXPIRED error #1298
How did you implement / how did you fix it
How to test
Use this config: