We are a script for telegraf, the default should be for telegraf

This commit is contained in:
Thomas Gebert 2024-12-09 13:34:29 +01:00
parent cb042301c5
commit c115a9e38e

View File

@ -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 = '')