Update README.md

This commit is contained in:
Thorsten Spille 2022-01-19 17:32:55 +01:00 committed by GitHub
parent 1f6c3cb557
commit 4f8800fbbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,9 @@
# check-opnsense
# check-opnsense
## How to install
```
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 start
```