Imported Debian patch 0.6.24+dfsg1-4~bpo80+1
This commit is contained in:
committed by
Mario Fetka
parent
32a360eca6
commit
69f960eb4a
2
debian/icinga/config.icinga.php
vendored
Normal file
2
debian/icinga/config.icinga.php
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$conf['nagios_base'] = "/cgi-bin/icinga";
|
||||
15
debian/icinga/npcdmod.cfg
vendored
Normal file
15
debian/icinga/npcdmod.cfg
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# Icinga configuration for PNP4Nagios's npcdmod
|
||||
#
|
||||
# In order to enable the npcdmod event broker module in Icinga, you'll have to
|
||||
# put a file similar to this one into /etc/icinga/modules/.
|
||||
#
|
||||
# ATTENTION: DO NOT load the same module here AND via broker_module in
|
||||
# icinga.cfg. This can lead to problems with races on ressources.
|
||||
#
|
||||
|
||||
define module{
|
||||
module_name npcdmod
|
||||
module_type neb
|
||||
path /usr/lib/pnp4nagios/npcdmod.o
|
||||
args config_file=/etc/pnp4nagios/npcd.cfg
|
||||
}
|
||||
24
debian/icinga/pnp4nagios.conf
vendored
Normal file
24
debian/icinga/pnp4nagios.conf
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
Alias /pnp4nagios "/usr/share/pnp4nagios/html"
|
||||
|
||||
<Directory "/usr/share/pnp4nagios/html">
|
||||
AllowOverride None
|
||||
|
||||
AuthName "Icinga Access"
|
||||
AuthType Basic
|
||||
AuthUserFile /etc/icinga/htpasswd.users
|
||||
Require valid-user
|
||||
<IfModule mod_rewrite.c>
|
||||
# Turn on URL rewriting
|
||||
RewriteEngine On
|
||||
Options symLinksIfOwnerMatch
|
||||
# Installation directory
|
||||
RewriteBase /pnp4nagios/
|
||||
# Protect application and system files from being viewed
|
||||
RewriteRule "^(?:application|modules|system)/" - [F]
|
||||
# Allow any files or directories that exist to be displayed directly
|
||||
RewriteCond "%{REQUEST_FILENAME}" !-f
|
||||
RewriteCond "%{REQUEST_FILENAME}" !-d
|
||||
# Rewrite all other URLs to index.php/URL
|
||||
RewriteRule "^.*$" "index.php/$0" [PT]
|
||||
</IfModule>
|
||||
</Directory>
|
||||
Reference in New Issue
Block a user