Updated documentation.
This commit is contained in:
parent
100f8ebd66
commit
5bde03edb1
@ -84,7 +84,7 @@ disable_master_role_setting=true
|
||||
|
||||
### `script`
|
||||
|
||||
This script will be executed when a server changes its state. The parameter should be an absolute path to the script or it should be in the executable path.
|
||||
This script will be executed when a server changes its state. The parameter should be an absolute path to the script or it should be in the executable path. The user which is used to run MaxScale should have execution rights to the file itself and the directory it resides in.
|
||||
|
||||
```
|
||||
script=/home/user/script.sh
|
||||
|
@ -70,7 +70,7 @@ detect_stale_master=true
|
||||
|
||||
### `script`
|
||||
|
||||
This script will be executed when a server changes its state. The parameter should be an absolute path to the script or it should be in the executable path.
|
||||
This script will be executed when a server changes its state. The parameter should be an absolute path to the script or it should be in the executable path. The user which is used to run MaxScale should have execution rights to the file itself and the directory it resides in.
|
||||
|
||||
```
|
||||
script=/home/user/script.sh
|
||||
|
@ -79,7 +79,7 @@ detect_stale_master=true
|
||||
|
||||
### `script`
|
||||
|
||||
This script will be executed when a server changes its state. The parameter should be an absolute path to the script or it should be in the executable path.
|
||||
This script will be executed when a server changes its state. The parameter should be an absolute path to the script or it should be in the executable path. The user which is used to run MaxScale should have execution rights to the file itself and the directory it resides in.
|
||||
|
||||
```
|
||||
script=/home/user/script.sh
|
||||
|
@ -60,7 +60,7 @@ These are optional parameters specific to the MySQL Cluster Monitor.
|
||||
|
||||
### `script`
|
||||
|
||||
This script will be executed when a server changes its state. The parameter should be an absolute path to the script or it should be in the executable path.
|
||||
This script will be executed when a server changes its state. The parameter should be an absolute path to the script or it should be in the executable path. The user which is used to run MaxScale should have execution rights to the file itself and the directory it resides in.
|
||||
|
||||
```
|
||||
script=/home/user/script.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user