Module: check_mk
Branch: master
Commit: d101585b5ef00921ae1fd72b1c810a53650a8b38
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=d101585b5ef009…
Author: Bernd Stroessenreuther <bs(a)mathias-kettner.de>
Date: Thu Aug 8 10:29:39 2013 +0200
beautifying and optimizing code
---
agents/special/agent_emcvnx | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/agents/special/agent_emcvnx b/agents/special/agent_emcvnx
index a18c2ce..6354192 100755
--- a/agents/special/agent_emcvnx
+++ b/agents/special/agent_emcvnx
@@ -83,16 +83,16 @@ except getopt.GetoptError, err:
sys.stderr.write("%s\n" % err)
sys.exit(1)
-opt_debug = False
-opt_timeout = 60
+opt_debug = False
+opt_timeout = 60
-g_profile = None
-g_profile_path = "emcvnx_profile.out"
+g_profile = None
+g_profile_path = "emcvnx_profile.out"
-host_address = None
-user = None
-password = None
-mortypes = [ 'all' ]
+host_address = None
+user = None
+password = None
+mortypes = [ 'all' ]
naviseccli_options = {
"disks" : {"cmd_option" : "-disk",
"active" : False},
@@ -143,8 +143,6 @@ for module in naviseccli_options.keys():
except ValueError:
pass
- #print naviseccli_options[module]
-
#############################################################################
# fetch information by calling naviseccli