summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-04-01 16:03:04 -0400
committerKenny Woodson <kwoodson@redhat.com>2015-04-01 16:03:04 -0400
commitfe878255f5ac57e75a87bc2af58cedbd21d43501 (patch)
tree7f95f5254e9e9c2ed6adf4ba96e18bf23d7e288e /library
parent058832184a7e5b23b7c398e443bc961af0ff3b5f (diff)
downloadopenshift-fe878255f5ac57e75a87bc2af58cedbd21d43501.tar.gz
openshift-fe878255f5ac57e75a87bc2af58cedbd21d43501.tar.bz2
openshift-fe878255f5ac57e75a87bc2af58cedbd21d43501.tar.xz
openshift-fe878255f5ac57e75a87bc2af58cedbd21d43501.zip
Cleaned up space and commented code
Diffstat (limited to 'library')
-rwxr-xr-xlibrary/zbxapi.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/zbxapi.py b/library/zbxapi.py
index 94b48ed61..f4f52909b 100755
--- a/library/zbxapi.py
+++ b/library/zbxapi.py
@@ -215,8 +215,7 @@ def main():
server=dict(default='https://localhost/zabbix/api_jsonrpc.php', type='str'),
user=dict(default=None, type='str'),
password=dict(default=None, type='str'),
- zbx_class=dict( choices=ZabbixAPI.classes.keys()),
- #zbx_class=dict(type='str', require=True),
+ zbx_class=dict(choices=ZabbixAPI.classes.keys()),
action=dict(default=None, type='str'),
params=dict(),
debug=dict(default=False, type='bool'),