remove old files
This commit is contained in:
parent
ff0b9c9275
commit
a06ab16bd8
@ -1,6 +0,0 @@
|
|||||||
# Checkmk active check for Hitachi SVP
|
|
||||||
|
|
||||||
Tested on models x, x but according to API should work with VSP G130 G/F350
|
|
||||||
G/F370 G/F700 G/F900
|
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
@ -87,7 +87,7 @@ def query(url):
|
|||||||
|
|
||||||
output_lines = []
|
output_lines = []
|
||||||
def output(line):
|
def output(line):
|
||||||
if type(line) not in [str, unicode]:
|
if type(line) not in [str]:
|
||||||
output_lines.append(pprint.pformat(line))
|
output_lines.append(pprint.pformat(line))
|
||||||
else:
|
else:
|
||||||
output_lines.append(line)
|
output_lines.append(line)
|
||||||
@ -228,11 +228,11 @@ def main():
|
|||||||
# Get stores info
|
# Get stores info
|
||||||
process_stores_info()
|
process_stores_info()
|
||||||
|
|
||||||
process_servicesets_teaming()
|
process_servicesets_teaming()
|
||||||
process_stores_info_teaming()
|
process_stores_info_teaming()
|
||||||
|
|
||||||
sys.stdout.write("\n".join(output_lines) + "\n")
|
sys.stdout.write("\n".join(output_lines) + "\n")
|
||||||
except Exception, e:
|
except Exception as e:
|
||||||
sys.stderr.write("Connection error: %s" % e)
|
sys.stderr.write("Connection error: %s" % e)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user