Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2026 20:44:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 292357] net-mgmt/nagios4: Update to 4.5.11
Message-ID:  <bug-292357-7788-DWI43TzhHb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-292357-7788@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292357

--- Comment #14 from Fabian Wenk <fabian@wenks.ch> ---
(In reply to hard.egg0918 from comment #10)
Hello Jarrod

You're welcome.

1) I have no 'corewindow' option set in config anywhere. Maybe there is a
difference in parsing the code with the recent update from php82 to php84 I
did. I checked Nagios site after that, but unfortunately can not remember if it
did display the main or tac page. 

2) I did suspect that maybe some browser side caching of .css may have caused
an issue, but even a restart of Apache httpd, forced page reload or trying in a
private browser window did not solve it.

Not sure if that may have an impact or not, but I am running the site as
https://nagios.example.org/ without any sub directory for nagios itself. So in
cgi.conf I have set 'url_html_path=/'.

I did also update to Nagios 4.5.11, which is working as well. But nothing has
changed regarding to 1) or 2). I am using Firefox 147.0.1 (and also tried with
DuckDuckGo, Google Chrome and Safari browser) on macOS.

My config.inc.php looks like this (yes, I did try without the 'theme' line and
also with $cfg['theme']='dark'; as well):

<?php
//

$cfg['cgi_config_file']='/usr/local/etc/nagios/cgi.cfg';
$cfg['cgi_base_url']='/cgi-bin';
$cfg['theme']='light';

// FILE LOCATION DEFAULTS
$cfg['main_config_file']='/usr/local/etc/nagios/nagios.cfg';
$cfg['status_file']='/var/spool/nagios/status.dat';
$cfg['state_retention_file']='/var/spool/nagios/retention.dat';

// utilities
require_once(dirname(__FILE__).'/includes/utils.inc.php');

?>

I will leave it with light theme and adjusted index.php for now, may try again
sometimes.


Best regards,
Fabian

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-292357-7788-DWI43TzhHb>