Werk #14771: Fix ping endpoint for InfluxDB
Component | Core & setup | ||||
Title | Fix ping endpoint for InfluxDB | ||||
Date | Aug 26, 2022 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
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.