Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5753
blob2831f8a2ee950e99f1da6c0a38714563c6ebe4e2
1 Title: mk_postgres: reduce the amount of psql sessions opened by the plugin
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0b1
7 Date: 1521648160
8 Class: feature
10 Previously, the number of psql sessions scaled linearly with the number of
11 databases. Now the number of psql sessions opened by the plugin is constant.
12 Additionally, the sessions of some sections were combined to further
13 reduce the total number of psql sessions.