mirror of
https://github.com/bashclub/check-opnsense.git
synced 2025-01-27 04:39:59 +01:00
Ulrich Baumann
2a96e472b4
repair _certificate_parser
_certificate_parser expected _config_reader().get("cert") to always return a list, but this will not happen if there is only one cert. Fixed this.
check-opnsense
How to install
SSH into your OPNsense:
fetch -o /usr/local/etc/rc.syshook.d/start/99-checkmk_agent https://github.com/bashclub/check-opnsense/raw/main/opnsense_checkmk_agent.py
chmod +x /usr/local/etc/rc.syshook.d/start/99-checkmk_agent
/usr/local/etc/rc.syshook.d/start/99-checkmk_agent
Ensure you create a packet filter rule to allow connections from your checkmk server to the firewall on port 6556.
Description
Languages
Python
100%