
| Search plugin: | Or browse by category: |
| Plugin Name: check-ssl-cert |
| Version: 0.0.3 |
| Author: @melezhik |
| Realease Date: 2018-05-31 01:08:42 |
| Short Description: Check if ssl certificates are expired |
| Category: monitoring |
| Plugin web page: https://github.com/melezhik/sparrow-plugins/tree/master/check-ssl-cert |
| Download link: check-ssl-cert-v0.000003.tar.gz |
| Latest version link: https://sparrowhub.org/info/check-ssl-cert |
Check if ssl certificates are expired.
$ sparrow plg install check-ssl-cert
$ sparrow project create monitoring
$ sparrow task add monitoring ssl-check check-ssl-cert
$ sparrow task ini monitoring/ssl-check
hosts:
- google.com
- yandex.ru
# check that certs are expired with 3 days
expiration_date: 3
$ sparrow task run monitoring/ssl-check
Alexey Melezhik