mirror of
https://github.com/bashclub/check-nextcloud.git
synced 2024-11-07 23:01:58 +01:00
Update README.md
This commit is contained in:
parent
7df0b538f6
commit
4a02ea082c
19
README.md
19
README.md
@ -1,5 +1,6 @@
|
||||
# check-nextcloud
|
||||
CheckMK local check plugin to check Nextcloud installations
|
||||
CheckMK local check plugin to check Nextcloud installations.
|
||||
Multiple instances or checks inside docker containers are supported.
|
||||
|
||||
Install it into /usr/lib/check_mk_agent/local/ your Nextcloud Host
|
||||
```
|
||||
@ -18,10 +19,9 @@ After running once, the script will create the config file `/etc/check_mk/nextco
|
||||
}
|
||||
}
|
||||
```
|
||||
Please adjust the settings to your needs.
|
||||
You can also add multiple instances.
|
||||
|
||||
Example config with multiple instances (e.g. on ISPconfig):
|
||||
|
||||
### Multiple instances example
|
||||
```
|
||||
{
|
||||
"nextcloud.zmb.rocks": {
|
||||
@ -36,3 +36,14 @@ Example config with multiple instances (e.g. on ISPconfig):
|
||||
}
|
||||
}
|
||||
```
|
||||
### Docker example:
|
||||
```
|
||||
{
|
||||
"nextcloud.zmb.rocks": {
|
||||
"nc_path": "/var/www/html",
|
||||
"nc_php_version": "",
|
||||
"nc_www_user": "www-data",
|
||||
"docker_container": "composestack-nextcloud-fpm"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user