From e5631dc6330fe4e3a8d579a1817a9e69f821a0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=20Uy=C3=AAn=20Dang?= Date: Tue, 13 Feb 2018 17:25:37 +0100 Subject: [PATCH] Typo and format fixes of Lua Outputs section (#6052) --- doc/en/administration_guide/02l.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/en/administration_guide/02l.rst b/doc/en/administration_guide/02l.rst index 93fd98fbeb3..cd178207be1 100644 --- a/doc/en/administration_guide/02l.rst +++ b/doc/en/administration_guide/02l.rst @@ -545,24 +545,25 @@ Instance timeout Default is 300 seconds. =========== -LUA Outputs +Lua Outputs =========== -LUA *Outputs* send metrics information into a script by a key-value system. The LUA script should be - on your server. +Lua *Outputs* send metrics information into a script by a key-value system. +The Lua script should be on your server. Path - The path of the lua script in your server. + The path of the Lua script in your server. Filter category The categories of events accepted by this Output. If empty, no restriction on events accepted. - If filled, only events of the given type will be processed. Output that accept data from - Centreon Engines’ Broker module should be set to accept only ‘Neb’ events. + If filled, only events of the given type will be processed. Outputs that accept data from + Centreon Engine's Broker module should be set to accept only ‘Neb’ events. + +*Lua parameter* -*metric lua Type - Type of the value of the metric. + Type of the metric value. Name/Key - Name of the value of the metric. + Name of the metric value. Value Value of the metric.