Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add riemann-tls-check to monitor TLS certificates #253

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Add riemann-tls-check to monitor TLS certificates #253

merged 1 commit into from
Jul 7, 2024

Commits on Jul 3, 2024

  1. Add riemann-tls-check to monitor TLS resources

    Add a riemann-tls-check that accept a list of URI of resources to check
    TLS certificates. For each URI, resolve the IP addresses that provide
    the service, and for each IP address generate 6 events for:
    
    1. availability: state (reachability + status of all the following
       metrics);
    2. not after: state + metric (number of seconds until the certificate is
       expired);
    3. not before: state + metric (number of seconds since the certificate
       is valid);
    4. identity: state (certificate subject match the URI hostname);
    5. trust: state (validity of the certificate trust chain);
    6. OCSP satus: state (validity of the OCSP status if applicable).
    
    A STARTTLS handshake is automatically done for imap://, ldap:// and
    smtp://; a protocol specific handshake is done for mysql:// and
    postgres:// URI.
    smortex committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    410eaf9 View commit details
    Browse the repository at this point in the history