Werk #14556: mk_postgres: support Latin-1 and SQL_ASCII server encodings

Component Checks & agents
Title mk_postgres: support Latin-1 and SQL_ASCII server encodings
Date Sep 5, 2022
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 2.1.0p29 2.2.0b1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

Previously, any Postgresgl server with encoding Latin-1 or SQL_ASCII would be rejected by the agent mk_postgres.py. This is because some of the SQL queries sent by the agent contained utf-8 only characters. With this werk, the agent supports these encodings.

To the list of all Werks