From 25ffc261fd262446b67c3c4ca437a4789ff34c24 Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Fri, 22 Nov 2019 19:58:34 +1000 Subject: [PATCH] Add notifyvar_varname to readme --- README.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 74725f3..548900b 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -601,6 +601,10 @@ The following options can be overridden on a per-instance basis: `notifyMsgServerTerminated`:: Message to be sent when server has crashed and is being restarted. Use `-` to disable. +`notifyvar_`: + Extra variables to be used to replace `{}` replacement parameters in notify message. + e.g. `notifyvar_instancename="My Instance"` will replace `{instancename}` with `My Instance` in the notify message. + `noNotifyWarn`:: Disable notification at start of shutdown warning period