diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /health/health.d/x509check.conf | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'health/health.d/x509check.conf')
-rw-r--r-- | health/health.d/x509check.conf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/health/health.d/x509check.conf b/health/health.d/x509check.conf deleted file mode 100644 index d05f3ef0f..000000000 --- a/health/health.d/x509check.conf +++ /dev/null @@ -1,26 +0,0 @@ - - template: x509check_days_until_expiration - on: x509check.time_until_expiration - class: Latency - type: Certificates -component: x509 certificates - calc: $expiry - units: seconds - every: 60s - warn: $this < $days_until_expiration_warning*24*60*60 - crit: $this < $days_until_expiration_critical*24*60*60 - summary: x509 certificate expiration for ${label:source} - info: Time until x509 certificate expires for ${label:source} - to: webmaster - - template: x509check_revocation_status - on: x509check.revocation_status - class: Errors - type: Certificates -component: x509 certificates - calc: $revoked - every: 60s - crit: $this != nan AND $this != 0 - summary: x509 certificate revocation status for ${label:source} - info: x509 certificate revocation status (0: revoked, 1: valid) for ${label:source} - to: webmaster |