Development
This commit is contained in:
parent
4be98fd794
commit
ef4bdef838
14 changed files with 780 additions and 1419 deletions
|
|
@ -31,13 +31,6 @@ def _period_selector_html(current_period):
|
|||
|
||||
|
||||
def collect_tokens(cfg):
|
||||
try:
|
||||
new = mod_metrics.collect_metrics(cfg)
|
||||
if new:
|
||||
mod_metrics.update_metrics_db(new)
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
tokens = config_utils.collect_layout_tokens(cfg)
|
||||
dns = cfg.get('upstream_dns', {})
|
||||
servers = dns.get('upstream_servers', [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue