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 support for cert lifetime percentage based thresholds #789

Open
atc0005 opened this issue Feb 26, 2024 · 0 comments
Open

Add support for cert lifetime percentage based thresholds #789

atc0005 opened this issue Feb 26, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Feb 26, 2024

Add support for specifying thresholds using a percentage of a certificate's total lifetime.

For example, instead of specifying 18 days for WARNING and 7 days for CRITICAL (when the total lifetime could be any value), allow specifying 20% for WARNING and 8% for CRITICAL.

Rounding to the nearest day would be applied with 8% of 90 days being 7.2. Rounded down, a certificate with 7 days remaining would be considered in a CRITICAL state.

@atc0005 atc0005 added the enhancement New feature or request label Feb 26, 2024
@atc0005 atc0005 added this to the Future milestone Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant