aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios4/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagios4/files/pkg-message.in')
-rw-r--r--net-mgmt/nagios4/files/pkg-message.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/net-mgmt/nagios4/files/pkg-message.in b/net-mgmt/nagios4/files/pkg-message.in
new file mode 100644
index 000000000000..b3c5257d37e9
--- /dev/null
+++ b/net-mgmt/nagios4/files/pkg-message.in
@@ -0,0 +1,32 @@
+**********************************************************************
+
+ Enable Nagios in /etc/rc.conf with the following line:
+
+ nagios_enable="YES"
+
+ Configuration templates are available in %%PREFIX%%/etc/nagios as
+ *.cfg-sample files. Copy them to *.cfg files where required and
+ edit to suit your needs. Documentation is available in HTML form
+ in %%PREFIX%%/%%NAGIOSWWWDIR%%/docs.
+
+ If you don't already have a web server running, you will need to
+ install and configure one to finish off your Nagios installation.
+ When used with Apache, the following should be sufficient to publish
+ the web component of Nagios (modify the allow list to suit):
+
+ <Directory %%PREFIX%%/%%NAGIOSWWWDIR%%>
+ Order deny,allow
+ Deny from all
+ Allow from 127.0.0.1
+ php_flag engine on
+ php_admin_value open_basedir %%PREFIX%%/%%NAGIOSWWWDIR%%/:%%NAGIOSDIR%%/
+ </Directory>
+
+ <Directory %%PREFIX%%/%%NAGIOSWWWDIR%%/cgi-bin>
+ Options ExecCGI
+ </Directory>
+
+ ScriptAlias %%NAGIOSCGIURL%%/ %%PREFIX%%/%%NAGIOSWWWDIR%%/cgi-bin/
+ Alias %%NAGIOSHTMURL%%/ %%PREFIX%%/%%NAGIOSWWWDIR%%/
+
+**********************************************************************