Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #14562: Prometheus: allow specifying a path prefix

Component Checks & agents
Title Prometheus: allow specifying a path prefix
Date Oct 5, 2022
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.2.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.1.0p15 Checkmk Community, Checkmk Pro, Checkmk Ultimate MT

Previously, the Prometheus special agent would use the path prefix as a URL base prefix. For example, specifying the use of the host IP address, e.g. 1.2.3.4, together with a prefix, e.g., my_prefix would result in an API call to

https://my_prefix1.2.3.4/api/v1/status/buildinfo

In particular, this behaviour deviated from the description in the Prometheus rule. With this werk, the path prefix is prepended to the API calls instead, e.g.,

https://1.2.3.4/my_prefix/api/v1/status/buildinfo

Users, which have specified a path prefix, are migrated to the new option Custom URL base prefix, which has the same behaviour as the old path prefix option.

To the list of all Werks