Give munin access to some statistics.
This commit is contained in:
parent
df8cd4a7b2
commit
73a0953627
1 changed files with 8 additions and 0 deletions
|
@ -228,5 +228,13 @@ http {
|
||||||
text/x-cross-domain-policy xml;
|
text/x-cross-domain-policy xml;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Give munin access to some statistics
|
||||||
|
location /server-status {
|
||||||
|
stub_status on;
|
||||||
|
access_log off;
|
||||||
|
allow 127.0.0.1;
|
||||||
|
deny all;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue