Go to file
Björn Neumann dc46f1c2df plugin-gateway: also allow other characters than [a-zA-Z0-9_]
w in the regular expression only allows [a-zA-Z0-9_] but not e.g. -
2024-01-12 19:43:18 +01:00
opnsense_checkmk_agent.py plugin-gateway: also allow other characters than [a-zA-Z0-9_] 2024-01-12 19:43:18 +01:00
README.md Update README.md 2022-01-19 17:36:55 +01:00

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.