Commit 7ae224cb authored by Thomas Gambier's avatar Thomas Gambier Committed by Thomas Gambier

monitor: the monitor.global.json is under /public directory not /share/public

in https://lab.nexedi.com/nexedi/slapos/blob/master/stack/monitor/templates/monitor-httpd.conf.in there is no such thing as `/share/public/` URL

/reviewed-on nexedi/slapos.toolbox!71
parent 71d30c3c
......@@ -301,7 +301,7 @@ class Monitoring(object):
'global_url': "%s/private/" % self.webdav_url}
for feed_url in feed_url_list:
opml_content += OPML_OUTLINE_FEED % {
'title': self.getMonitorTitleFromUrl(feed_url + "/share/public/"),
'title': self.getMonitorTitleFromUrl(feed_url + "/public"),
'html_url': feed_url + '/public/feed',
'xml_url': feed_url + '/public/feed',
'global_url': "%s/share/private/" % feed_url}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment