mirror of
https://github.com/bashclub/check-opnsense.git
synced 2024-11-07 16:31:58 +01:00
Update README.md
This commit is contained in:
parent
aa8cdb0dae
commit
e8e1d9022d
@ -2,8 +2,11 @@
|
|||||||
|
|
||||||
## How to install
|
## 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
|
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
|
chmod +x /usr/local/etc/rc.syshook.d/start/99-checkmk_agent
|
||||||
/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.
|
||||||
|
Loading…
Reference in New Issue
Block a user