From 49ab4e26f8ea6d22d52958fc29c8e8908fa8fca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Roncero?= Date: Wed, 12 Apr 2017 20:04:44 +0100 Subject: [PATCH] Nagios plugin documentation fix (#2659) --- docs/DATA_FORMATS_INPUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DATA_FORMATS_INPUT.md b/docs/DATA_FORMATS_INPUT.md index 59287e4a4..8f80b560e 100644 --- a/docs/DATA_FORMATS_INPUT.md +++ b/docs/DATA_FORMATS_INPUT.md @@ -428,13 +428,13 @@ Note: Nagios Input Data Formats is only supported in `exec` input plugin. ```toml [[inputs.exec]] ## Commands array - commands = ["/usr/lib/nagios/plugins/check_load", "-w 5,6,7 -c 7,8,9"] + commands = ["/usr/lib/nagios/plugins/check_load -w 5,6,7 -c 7,8,9"] ## measurement name suffix (for separating different commands) name_suffix = "_mycollector" ## Data format to consume. - ## Each data format has it's own unique set of configuration options, read + ## Each data format has its own unique set of configuration options, read ## more about them here: ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md data_format = "nagios"