Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 439 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 439 Bytes

check_cert

check_cert is a Check_MK agent plug-in that checks the expiration date of a certificate somewhere in the file-system.

# Installation
sudo make install

Configuring the check plug-in is easy:

# Create a file with one path to a certificate file per line.
mkdir -p /etc/check_mk/agent/cert
echo '/etc/letsencrypt/live/example.com/cert.pem' > /etc/check_mk/agent/cert

Sponsored by Blunix GmbH.