Update README.md

This commit is contained in:
Thorsten Spille
2022-01-30 23:19:51 +01:00
committed by GitHub
parent d8d8bac1d9
commit fb1880fa9f

View File

@@ -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"
}
}
```