From 86a8d5bf3b9a03bc6ce5b0d968a983c69feab2f0 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Sat, 9 May 2015 21:16:35 +0300 Subject: [PATCH] Renamed node to initiator in the arguments a monitor calls the script. --- monitors/MySQL-Monitor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitors/MySQL-Monitor.md b/monitors/MySQL-Monitor.md index ca04d5ae8..be8a7b20c 100644 --- a/monitors/MySQL-Monitor.md +++ b/monitors/MySQL-Monitor.md @@ -84,7 +84,7 @@ script=/home/user/script.sh This script will be called with the following command line arguments. ``` - --event= --node= --nodelist= + --event= --initiator= --nodelist= ``` Here is a table of all possible event names and their descriptions.