From a51e9e79424dd4ec617ff05a7da944cf4415b22b Mon Sep 17 00:00:00 2001 From: Takahiro YAMASHITA Date: Thu, 24 Nov 2016 22:35:12 +0900 Subject: [PATCH] in_health:add explanation of add_host and add_port Signed-off-by: Takahiro YAMASHITA --- input/health.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/input/health.md b/input/health.md index 2f7b71177f3..3d133111821 100644 --- a/input/health.md +++ b/input/health.md @@ -13,6 +13,8 @@ The plugin supports the following configuration parameters: | Interval\_Sec| Interval in seconds between the service checks. Default value is _1_. | | Internal\_Nsec| Specify a nanoseconds interval for service checks, it works in conjuntion with the Interval\_Sec configuration key. Default value is _0_.| | Alert | If enabled, it will only generate messages if the target TCP service is down. By default this option is disabled.| +| Add_Host | If enabled, hostname is appended to each records. Default value is _false_. | +| Add_Port | If enabled, port number is appended to each records. Default value is _false_. | ## Getting Started