HEX
Server: nginx/1.24.0
System: Linux prod-btpayments-io 6.14.0-1018-aws #18~24.04.1-Ubuntu SMP Mon Nov 24 19:46:27 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.3.19
Disabled: NONE
Upload Files
File: //usr/lib/netdata/conf.d/health.d/x509check.conf
 template: x509check_days_until_expiration
       on: x509check.time_until_expiration
    class: Latency
     type: Certificates
component: x509 certificates
     calc: $expiry / 86400
    units: days
    every: 60s
     warn: $this < 14
     crit: $this < 7
  summary: SSL cert expiring soon (${label:source} cn:${label:common_name})
     info: SSL cert expiring soon (${label:source} cn:${label:common_name})
       to: webmaster

 template: x509check_revocation_status
       on: x509check.revocation_status
    class: Errors
     type: Certificates
component: x509 certificates
     calc: $revoked
    units: status
    every: 60s
     crit: $this == 1
  summary: SSL cert revoked (${label:source})
     info: SSL cert revoked (${label:source})
       to: webmaster