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
2.2.0b1 Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.1.0p11 Checkmk Enterprise (CEE), Checkmk MSP (CME)

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.

To the list of all Werks