check-opnsense/README.md

13 lines
434 B
Markdown
Raw Normal View History

2022-01-19 17:32:55 +01:00
# check-opnsense
## How to install
2022-01-19 17:36:55 +01:00
SSH into your OPNsense:
2022-01-19 17:32:55 +01:00
```
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
2022-01-19 17:34:34 +01:00
/usr/local/etc/rc.syshook.d/start/99-checkmk_agent
2022-01-19 17:32:55 +01:00
```
2022-01-19 17:36:55 +01:00
Ensure you create a packet filter rule to allow connections from your checkmk server to the firewall on port 6556.