From f3ce00529d4fa52490c809510ebcfddcf5c113f9 Mon Sep 17 00:00:00 2001 From: Mya Date: Wed, 3 Aug 2022 06:42:22 -0600 Subject: [PATCH] docs(inputs.exec): clarify parsing for ints (#11597) --- plugins/inputs/exec/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/inputs/exec/README.md b/plugins/inputs/exec/README.md index b01455b73..a590099c8 100644 --- a/plugins/inputs/exec/README.md +++ b/plugins/inputs/exec/README.md @@ -43,7 +43,8 @@ scripts that match the pattern will cause them to be picked up immediately. ## Example This script produces static values, since no timestamp is specified the values -are at the current time. +are at the current time. Ensure that int values are followed with `i` for proper +parsing. ```sh #!/bin/sh