Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/xavi06/ssl-exporter

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/xavi06/ssl-exporter

  • v0.0.0-20190712073444-314f87ccec0d
  • Source
  • Go
  • Socket score

Version published
Created
Source

ssl-exporter

Monitor kubernetes, etcd certificates expired dates

Deploy

docker build tag and push

make release

kubectl install (DaemonSet)

make install

Prometheus

config

- job_name: 'ssl-exporter'
  kubernetes_sd_configs:
    - role: pod
  relabel_configs:
    - source_labels: [__meta_kubernetes_namespace]
      regex: ops
      action: keep
    - source_labels: [__meta_kubernetes_pod_name]
      regex: ssl-exporter-(.+)
      action: keep

alert rules

- name: ssl.rules
  rules:
    - alert: CertExpiredDaysLeft
      expr: certs_expired_days_left < 30
      labels:
        severity: warning
      annotations:
        summary: "kubernetes certs_expired_days_left < 30 days"
        description: "certs_expired_days_left is {{ $value }}"

FAQs

Package last updated on 12 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc