From 3ad7ac259a4b23ca8bf3eb60fa5b00ddcc026abd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 19 Dec 2018 16:52:33 -0600 Subject: [PATCH] mgr/telegraf: specify option types Signed-off-by: Sage Weil --- src/pybind/mgr/telegraf/module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/telegraf/module.py b/src/pybind/mgr/telegraf/module.py index 736cf1f7c4c..8283dc0a5b1 100644 --- a/src/pybind/mgr/telegraf/module.py +++ b/src/pybind/mgr/telegraf/module.py @@ -43,6 +43,7 @@ class Module(MgrModule): }, { 'name': 'interval', + 'type': 'secs', 'default': 15 } ] -- 2.39.5