From c115a9e38e08532f730a2cf12270c4bf86dfd78d Mon Sep 17 00:00:00 2001 From: Thomas Gebert Date: Mon, 9 Dec 2024 13:34:29 +0100 Subject: [PATCH] We are a script for telegraf, the default should be for telegraf --- ioping/telegraf-ioping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ioping/telegraf-ioping.py b/ioping/telegraf-ioping.py index 1a3afda..5e49341 100644 --- a/ioping/telegraf-ioping.py +++ b/ioping/telegraf-ioping.py @@ -99,7 +99,7 @@ def get_parser(): default = '/tmp') parser.add_argument('-m', '--mode', help = 'Which output mode to use: shell|telegraf', - default = 'shell') + default = 'telegraf') parser.add_argument('-o', '--options', help = 'Arbitary options from the ioping options, like -read-write', default = '')