mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
munin is dead. Long live munin!
Wait, not that.
This commit is contained in:
@@ -47,5 +47,4 @@ WSGIPythonHome /var/lib/awx/venv/tower
|
||||
</IfVersion>
|
||||
</Directory>
|
||||
|
||||
Include conf.d/awx-munin.conf
|
||||
</VirtualHost>
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
Alias /munin /var/www/html/munin/
|
||||
<Directory /var/www/html/munin/>
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
|
||||
AuthUserFile /var/lib/awx/.munin_htpasswd
|
||||
AuthName "Munin"
|
||||
AuthType Basic
|
||||
require valid-user
|
||||
|
||||
</Directory>
|
||||
ScriptAlias /munin-cgi/munin-cgi-graph /var/www/cgi-bin/munin-cgi-graph
|
||||
@@ -1,17 +0,0 @@
|
||||
|
||||
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>
|
||||
@@ -1,11 +0,0 @@
|
||||
Alias /munin /var/www/html/munin/
|
||||
<Directory /var/www/html/munin/>
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
|
||||
AuthUserFile /var/lib/awx/.munin_htpasswd
|
||||
AuthName "Munin"
|
||||
AuthType Basic
|
||||
require valid-user
|
||||
|
||||
</Directory>
|
||||
@@ -1,3 +0,0 @@
|
||||
[tower_jobs]
|
||||
user awx
|
||||
|
||||
Reference in New Issue
Block a user