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 metric "ssl certificate expiration" #848

Merged
merged 1 commit into from
Jun 13, 2017

Conversation

gianrubio
Copy link
Contributor

@gianrubio gianrubio commented Jun 13, 2017

  • Instrument nginx to expose metric "ssl certficate expiration time "
  • Add a console warning message 10 days before the certificate expire.

Alert example:

ALERT NginxSSLCertExpire
  IF ingress_controller_ssl_expire_time_seconds < (time() + (10 * 24 * 3600))
  LABELS {service="nginx", severity="critical"}
  ANNOTATIONS {description="SSL certificate for host {{ $labels.host }} 
will expire in 10 days. Please renew!", summary="SSL Certificate is about to expire!!"}

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jun 13, 2017
@k8s-reviewable
Copy link

This change is Reviewable

Add a console warning message 10 days before the certificate expire
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling d9cf043 on gianrubio:ssl-expire-metric into ** on kubernetes:master**.

@aledbf aledbf self-assigned this Jun 13, 2017
@aledbf
Copy link
Member

aledbf commented Jun 13, 2017

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 13, 2017
@aledbf
Copy link
Member

aledbf commented Jun 13, 2017

@gianrubio thanks!

@aledbf aledbf merged commit 2ebd98f into kubernetes:master Jun 13, 2017
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants