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 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
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.