Dashboard refresh

This commit is contained in:
John Mitchell
2015-05-21 21:57:53 -04:00
parent f4e3126c43
commit 12af62f671
55 changed files with 1066 additions and 1205 deletions

View File

@@ -1,12 +1,17 @@
Alias /munin /var/www/html/munin/
<Directory /var/www/html/munin/>
Alias /munin /var/cache/munin/www
<Directory /var/cache/munin/www>
Order Allow,Deny
Allow from all
Options FollowSymLinks
AuthUserFile /var/lib/awx/.munin_htpasswd
AuthName "Munin"
AuthType Basic
require valid-user
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault M310
</IfModule>
</Directory>
ScriptAlias /munin-cgi/munin-cgi-graph /var/www/cgi-bin/munin-cgi-graph