hyperjumptech/monika

Make TLS Probe Independent

haricnugraha opened this issue · 0 comments

The TLS checker requires the HTTP probe configuration to run, as demonstrated in the documentation example.

probes:
  - requests:
      - url: http://example.com
certificate:
  domains:
    - example.com
    - expired.badssl.com
    - domain: example.com
      options:
        path: '/foo'
  reminder: 30

It should be capable of running independently with the following configuration.

 certificate:
   domains:
     - example.com
     - expired.badssl.com
     - domain: example.com
       options:
         path: '/foo'
   reminder: 30