Refactoring: Moved check parameters from unsorted.py to dedicated modules (CMK-1393)
commite9d162d3f7045f2231d1f347b2251e33c9d07b80
authorKenneth Okoh <ko@mathias-kettner.de>
Thu, 17 Jan 2019 13:37:57 +0000 (17 14:37 +0100)
committerKenneth Okoh <ko@mathias-kettner.de>
Fri, 18 Jan 2019 11:21:15 +0000 (18 12:21 +0100)
tree7280034d3e3a14f1dc08d7fdc1e72207efde8a8c
parent3fb89b559d817205605f6e1f325bbc8aff388d77
Refactoring: Moved check parameters from unsorted.py to dedicated modules (CMK-1393)

Change-Id: Idf018d0639664c8667f0f8b7802cf8070ae511d0
cmk/gui/plugins/wato/check_parameters/asa_svc_sessions.py [new file with mode: 0644]
cmk/gui/plugins/wato/check_parameters/checkpoint_packets.py [new file with mode: 0644]
cmk/gui/plugins/wato/check_parameters/f5_pools.py [new file with mode: 0644]
cmk/gui/plugins/wato/check_parameters/mysql_db_size.py [new file with mode: 0644]
cmk/gui/plugins/wato/check_parameters/oracle_locks.py [new file with mode: 0644]
cmk/gui/plugins/wato/check_parameters/oracle_longactivesessions.py [new file with mode: 0644]
cmk/gui/plugins/wato/check_parameters/oracle_sessions.py [new file with mode: 0644]
cmk/gui/plugins/wato/check_parameters/postgres_instance_sessions.py [new file with mode: 0644]
cmk/gui/plugins/wato/check_parameters/postgres_sessions.py [new file with mode: 0644]
cmk/gui/plugins/wato/check_parameters/postgres_stat_database.py [new file with mode: 0644]
cmk/gui/plugins/wato/check_parameters/unsorted.py