diff options
author | sem <sem@FreeBSD.org> | 2006-01-10 18:56:39 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-01-10 18:56:39 +0000 |
commit | bcc1c0853da438d21c2471e937ed993ba14b2885 (patch) | |
tree | 4e456d608e5ec8a803987ce43d19ffdd311932c4 /net-mgmt/nagios2 | |
parent | f36b53009e2224e3c4f593404662195b1dc64a8f (diff) | |
download | FreeBSD-ports-bcc1c0853da438d21c2471e937ed993ba14b2885.zip FreeBSD-ports-bcc1c0853da438d21c2471e937ed993ba14b2885.tar.gz |
Recent changes to the default installation path of the net-mgmt/nagios port
may result in logos being incorrectly searched for by lingering definition
of physical_html_path in cgi.cfg. A note about this and where to check for
correct value mentioned in pkg-message.
Kudos to Kristof Meers <kristof.meers@psy.kuleuven.be> for alerting me to the
problem.
PR: ports/91592
Submitted by: maintainer
Diffstat (limited to 'net-mgmt/nagios2')
-rw-r--r-- | net-mgmt/nagios2/files/pkg-message.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-mgmt/nagios2/files/pkg-message.in b/net-mgmt/nagios2/files/pkg-message.in index 9d0c4ea..41b08b6 100644 --- a/net-mgmt/nagios2/files/pkg-message.in +++ b/net-mgmt/nagios2/files/pkg-message.in @@ -27,3 +27,10 @@ Alias %%NAGIOSHTMURL%%/ %%PREFIX%%/%%NAGIOSWWWDIR%%/ ********************************************************************** + + Users experiencing troubles with logos used in the Status Map CGI + should first check the value of the physical_html_path variable + defined in %%PREFIX%%/etc/nagios/cgi.cfg. Refer to the example in + %%PREFIX%%/etc/nagios/cgi.cfg-sample for the correct value. + +********************************************************************** |