rico0: configure grafana
This commit is contained in:
parent
46ab9b6881
commit
bba25b0339
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ _: {
|
||||||
http_addr = "127.0.0.1";
|
http_addr = "127.0.0.1";
|
||||||
http_port = 9091;
|
http_port = 9091;
|
||||||
};
|
};
|
||||||
|
analytics = {
|
||||||
|
enable = false;
|
||||||
|
};
|
||||||
|
panels = {
|
||||||
|
disable_sanitize_html = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue