Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 6116
blob8213177589cfde931ac4bf963b82a279eb24161b
1 Title: mk_db2.linux: major refactoring of the plugin to solve different issues
2 Level: 1
3 Component: checks
4 Compatible: incomp
5 Edition: cre
6 Version: 1.5.0i2
7 Date: 1530088203
8 Class: fix
10 The refactoring solves the following known issues:
12 1. Here documents are avoided which should resolve wrong output due to quoting problems.
13 2. Fix the calculation of the number of database connections.
14 3. Use a more accurate method to calculate the latency for a database connection.
15 4. The structure of the plugin was improved for better maintainability.
16 5. The plugin now ignores inactive databases, i.e. it will only collect data for
17    databases which are in the "LIST ACTIVE DATABASES" command.
19 To use the new version of the plugin it has to be deployed to to the affected hosts.
20 Futhermore, the script is now required to be accessible and executable by the
21 instance users to work properly.