designet-inc-oss / netbox-certchecker

1 stars 1 forks source link

netbox-certchecker-plugin

overview

Netbox Cert Checker is a Netbox plugin that helps you monitor SSL certificates and websites that use them.

Key Features:

install

  1. Get the latest release from this repository

  2. install plugin

$ pip install netbox_certchecker.tar.gz
  1. Add netbox configuration
PLUGINS = ['netbox_certchecker']
  1. Restart netbox service

  2. Enjoy plugin!