From: Sage Weil Date: Wed, 19 Dec 2018 22:52:33 +0000 (-0600) Subject: mgr/telegraf: specify option types X-Git-Tag: v14.1.0~532^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3ad7ac259a4b23ca8bf3eb60fa5b00ddcc026abd;p=ceph.git mgr/telegraf: specify option types Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/telegraf/module.py b/src/pybind/mgr/telegraf/module.py index 736cf1f7c4ce..8283dc0a5b12 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 } ]