monitor: Fix config file parsing
requested to merge xavier_thompson/slapos.toolbox:fix/monitor-globalstate-no-interpolation into master
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