mirror of
https://github.com/bashclub/check-nextcloud.git
synced 2025-08-06 23:45:01 +02:00
Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -20,3 +20,19 @@ After running once, the script will create the config file `/etc/check_mk/nextco
|
|||||||
```
|
```
|
||||||
Please adjust the settings to your needs.
|
Please adjust the settings to your needs.
|
||||||
You can also add multiple instances.
|
You can also add multiple instances.
|
||||||
|
|
||||||
|
Example config with multiple instances (e.g. on ISPconfig):
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"nextcloud.zmb.rocks": {
|
||||||
|
"nc_path": "/var/www/nextcloud.zmb.rocks",
|
||||||
|
"nc_php_version": "7.4",
|
||||||
|
"nc_www_user": "web001"
|
||||||
|
},
|
||||||
|
"nextcloud.bashclub.org": {
|
||||||
|
"nc_path": "/var/www/nextcloud.bashclub.org",
|
||||||
|
"nc_php_version": "8.0",
|
||||||
|
"nc_www_user": "web001"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user