Update README.md

This commit is contained in:
Thorsten Spille 2022-01-30 16:23:38 +01:00 committed by GitHub
parent eb48b06121
commit 0eaf72ce64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
# check_nextcloud # check-nextcloud
CheckMK local check plugin to check Nextcloud installations CheckMK local check plugin to check Nextcloud installations
Install it into /usr/lib/check_mk_agent/local/ your Nextcloud Host Install it into /usr/lib/check_mk_agent/local/ your Nextcloud Host
``` ```
wget -O /usr/lib/check_mk_agent/local/check_nextcloud https://raw.githubusercontent.com/bashclub/check_nextcloud/main/check_nextcloud wget -O /usr/lib/check_mk_agent/local/check-nextcloud https://raw.githubusercontent.com/bashclub/check-nextcloud/main/check-nextcloud
chmod +X /usr/lib/check_mk_agent/local/check_nextcloud chmod +X /usr/lib/check_mk_agent/local/check-nextcloud
/usr/lib/check_mk_agent/local/check_nextcloud /usr/lib/check_mk_agent/local/check-nextcloud
``` ```
After running once, the script will create the config file `/etc/check_mk/nextcoud.conf` with default settings (JSON Format): After running once, the script will create the config file `/etc/check_mk/nextcoud.conf` with default settings (JSON Format):