Added nagios module
This commit is contained in:
parent
eaa42c7398
commit
0f4bbae2e9
8 changed files with 3694 additions and 0 deletions
12
nagios/templates/nagios-httpd.conf.erb
Normal file
12
nagios/templates/nagios-httpd.conf.erb
Normal file
|
@ -0,0 +1,12 @@
|
|||
ScriptAlias <%= scriptalias %> <%= cgibin %>/
|
||||
Alias /nagios <%= htdocs %>
|
||||
|
||||
<Directory "<%= cgibin %>">
|
||||
Options ExecCGI
|
||||
AllowOverride AuthConfig
|
||||
</Directory>
|
||||
|
||||
<Directory "<%= htdocs %>">
|
||||
Options FollowSymLinks
|
||||
AllowOverride AuthConfig
|
||||
</Directory>
|
Loading…
Add table
Add a link
Reference in a new issue