Draft: 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.
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.