Installation/configuration de Munin

This commit is contained in:
VC
2019-12-31 15:25:24 +01:00
parent 79c54a22c3
commit fddbc1c9b4
11 changed files with 327 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
server {
{% include './header.conf.j2' %}
location / {
root /var/cache/munin/www;
}
}