]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/zabbix: use "uint" for type of discovery_interval
authorKefu Chai <kchai@redhat.com>
Wed, 27 Jan 2021 04:31:13 +0000 (12:31 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 27 Jan 2021 11:22:05 +0000 (19:22 +0800)
commitaaaa321d127e82b833efe679f829aa2b93e893f7
tree8540fbc62c1f2de246d1ef839d5d1278256339e9
parentc9513f8bf42a004ff812792aac2eb5897243cc96
mgr/zabbix: use "uint" for type of discovery_interval

we only support following types:

'uint', 'int', 'str', 'float', 'bool', 'addr', 'addrvec', 'uuid',
'size', 'secs',

see also str_to_type()

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/zabbix/module.py