diff --git a/Documentation/Monitors/Galera-Monitor.md b/Documentation/Monitors/Galera-Monitor.md index cbafb34de..4f0fc47c1 100644 --- a/Documentation/Monitors/Galera-Monitor.md +++ b/Documentation/Monitors/Galera-Monitor.md @@ -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 diff --git a/Documentation/Monitors/MM-Monitor.md b/Documentation/Monitors/MM-Monitor.md index ad9ee2c07..c2bd5a566 100644 --- a/Documentation/Monitors/MM-Monitor.md +++ b/Documentation/Monitors/MM-Monitor.md @@ -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 diff --git a/Documentation/Monitors/MySQL-Monitor.md b/Documentation/Monitors/MySQL-Monitor.md index e53b7c336..8e5bdeac5 100644 --- a/Documentation/Monitors/MySQL-Monitor.md +++ b/Documentation/Monitors/MySQL-Monitor.md @@ -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 diff --git a/Documentation/Monitors/NDB-Cluster-Monitor.md b/Documentation/Monitors/NDB-Cluster-Monitor.md index 9468ec323..a87ff35a8 100644 --- a/Documentation/Monitors/NDB-Cluster-Monitor.md +++ b/Documentation/Monitors/NDB-Cluster-Monitor.md @@ -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