Files
kener/docs/monitors-ssl.md
Raj Nandan Sharma 99d3a7e046 Adds SQL monitor functionality as asked in #244
Implements the SQL monitor feature, allowing users to monitor database connections and queries.

Adds UI elements for configuring SQL monitor parameters, including connection string, query, and timeout.

Validates user inputs for SQL monitor configuration.
2025-02-26 12:06:05 +05:30

1.7 KiB

title, description
title description
SSL Monitors | Kener Monitor the SSL certificate of a domain

SSL Monitors

SSL monitors are used to monitor the SSL certificate of a domain. You can monitor the SSL certificate of a domain by adding the domain name to the monitor. The SSL monitor will check the SSL certificate of the domain and notify you if the SSL certificate is about to expire.

Monitors SSL

Host

REQUIRED

The host is the domain name of the website you want to monitor. The host should be a valid domain name.

Port

REQUIRED

The port is the ssl port of the website you want to monitor. The default ssl port is 443.

Degraded If

REQUIRED

Set this to the number of hours that still remains for the certificate to expire. If the certificate is about to expire in the given number of hours, the monitor status will be set to degraded. Example if you send the value to be 24, the monitor status will be set to degraded if the certificate is about to expire in 24 hours.

Down If

REQUIRED

Set this to the number of hours that still remains for the certificate to expire. If the certificate is about to expire in the given number of hours, the monitor status will be set to down. Example if you send the value to be 12, the monitor status will be set to down if the certificate is about to expire in 12 hours.

Degraded If should be more than Down If.