Performance Metric kcml.x509.expiry
Summary
Warn of SSL certificate expirySend Condition
Overview
Warn if certifcate is nearing its expiry time.Statistics
| Name | Type | Description |
|---|---|---|
| type | string | Client or server cert |
| validto | string | Expiry time |
| subject | string | Subject |
| san | string | Subject Alternative Names |
| issuer | string | Certificate authority |
| path | string | Origin of certificate |
| daysremaining | num | Days until expiry |
| selfsigned | num | Certificate is self-signed |
| peer | num | Certificate is from a connected peer |
Config
| Name | Description |
|---|---|
| x509warndays | How many days before we warn of X509 cert expiry |
General Form
kcml.x509.expiry,type=string,validto=string,subject=string,san=string,issuer=string,path=string,daysremaining=num,selfsigned=num,peer=numSee Also:
Performance Metrics