X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnagios%2Ftemplates%2Ficinga-apache2.conf.erb;fp=modules%2Fnagios%2Ftemplates%2Ficinga-apache2.conf.erb;h=f322b019f44f55e055ead337a0777633609baaef;hb=76ca91bce24ecbcbcc4e62a37aa06fd0fb9f96c7;hp=0000000000000000000000000000000000000000;hpb=46cee04ab06b23ab6e9e4baba655cf470d10cfc4;p=mirror%2Fdsa-puppet.git diff --git a/modules/nagios/templates/icinga-apache2.conf.erb b/modules/nagios/templates/icinga-apache2.conf.erb new file mode 100644 index 000000000..f322b019f --- /dev/null +++ b/modules/nagios/templates/icinga-apache2.conf.erb @@ -0,0 +1,35 @@ +# apache configuration for icinga + +ScriptAlias /cgi-bin/icinga /usr/lib/cgi-bin/icinga + +# Where the stylesheets (config files) reside +Alias /icinga/stylesheets /etc/icinga/stylesheets + +# Where the HTML pages live +Alias /icinga /usr/share/icinga/htdocs + + + + Options FollowSymLinks + + DirectoryIndex index.html + + AllowOverride AuthConfig + Order Allow,Deny + Allow From All + + AuthName "Nagios Access" + AuthType Basic + AuthBasicProvider file anon + AuthUserFile /srv/nagios.debian.org/htpasswd + + Anonymous_MustGiveEmail off + Anonymous_LogEmail off + Anonymous dsa-guest + + require valid-user + + + + Options FollowSymLinks MultiViews +