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
d8d8bac1d9
commit
fb1880fa9f
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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user