Skip to content

monitor: Fix config file parsing

Config files are parsed with ConfigParser, and interpolation must be disabled, as otherwise url values containing % characters will be misinsterpreted as interpolations and cause parsing to fail.

Edited by Xavier Thompson

Merge request reports