Werk #14771: Fix ping endpoint for InfluxDB
Komponente | Core & setup |
Titel | Fix ping endpoint for InfluxDB |
Datum | 26.08.2022 |
Checkmk-Edition | Checkmk Enterprise (CEE) |
Checkmk-Version | 2.2.0b1 2.1.0p11 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
The InfluxDB connector checks whether a connection is possible over the "ping" endpoint.
Before, the connector erroneously used the /api/v2/ping endpoint, which has stopped working in recent versions of the API. Now, it correctly uses the documented /ping endpoint.