Werk #5753: mk_postgres: reduce the amount of psql sessions opened by the plugin

Component Checks & agents
Title mk_postgres: reduce the amount of psql sessions opened by the plugin
Date Mar 21, 2018
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
1.5.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

Previously, the number of psql sessions scaled linearly with the number of databases. Now the number of psql sessions opened by the plugin is constant. Additionally, the sessions of some sections were combined to further reduce the total number of psql sessions.

To the list of all Werks