We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb38c7c commit aca01e6Copy full SHA for aca01e6
intelmq_monitoring_checkmk/base.py
@@ -85,7 +85,6 @@ def _connect():
85
port=self.intelmq_global.get("statistics_port", 6379),
86
db=self.intelmq_global.get("statistics_database", 3),
87
password=self.intelmq_global.get("statistics_password"),
88
- charset="utf-8",
89
decode_responses=True,
90
)
91
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "intelmq_monitoring_checkmk"
7
-version = "0.6.2"
+version = "0.6.3"
8
description = "Scripts to monitor IntelMQ instances using CheckMK as a report tool"
9
readme = "README.md"
10
requires-python = ">=3.7"
0 commit comments