Search found 12 matches

by lxf4610
Tue Jul 08, 2014 7:11 pm
Forum: Nagios XI
Topic: Force HTTPs access in NagiosXI 2014R1.2
Replies: 6
Views: 2289

Re: Force HTTPs access in NagiosXI 2014R1.2

Thanks guys to point out this! The grep command give me a duplicated entry for $cfg['use_https'], one set to true and one set to false. After remove this, the issue be fixed.... $cfg['use_https']=true; $cfg['use_https']=false; // determines whether cron jobs and other scripts will force the use of H...
by lxf4610
Fri Jul 04, 2014 5:21 am
Forum: Nagios XI
Topic: Force HTTPs access in NagiosXI 2014R1.2
Replies: 6
Views: 2289

Re: Force HTTPs access in NagiosXI 2014R1.2

Here is the error I got during upgrade if the server do HTTP to HTTPs redirection. Turn off redirection bypass the error and finish the upgrade, but experience the issue I mentioned if I turn on the redirection again. Installing new PNP templates... Updating init script... Enabling large install twe...
by lxf4610
Fri Jul 04, 2014 4:43 am
Forum: Nagios XI
Topic: Force HTTPs access in NagiosXI 2014R1.2
Replies: 6
Views: 2289

Re: Force HTTPs access in NagiosXI 2014R1.2

Yes, I check the configuration /usr/local/nagiosxi/html/config.inc.php and Manage System Config --> System Config, they all be set to enable HTTPs. In version 2012, I come with the following article to setup HTTPS. http://assets.nagios.com/downloads/nagiosxi/docs/Configuring_SSL_with_Nagios_XI.pdf T...
by lxf4610
Wed Jul 02, 2014 1:51 am
Forum: Nagios XI
Topic: Force HTTPs access in NagiosXI 2014R1.2
Replies: 6
Views: 2289

Force HTTPs access in NagiosXI 2014R1.2

Have a question regarding force HTTPs access in NagiosXI 2014R1.2...I use the following redirection in /etc/httpd/conf.d/nagiosxi.conf and it works for previous NagiosXi 2012 version. #NameVirtualHost *:443 <VirtualHost *:80> <Directory "/usr/local/nagiosxi/html"> RewriteEngine On RewriteC...
by lxf4610
Thu May 08, 2014 8:37 pm
Forum: Nagios XI
Topic: Core Config Manager show sync missed
Replies: 6
Views: 1593

Re: Core Config Manager show sync missed

That's the article I followed, but obviously I missed at some points. I reapply all the steps and it's good now. Thanks for the reply !
by lxf4610
Thu May 08, 2014 12:29 pm
Forum: Nagios XI
Topic: Core Config Manager show sync missed
Replies: 6
Views: 1593

Re: Core Config Manager show sync missed

here is the out put [root@den-nagmo-001 ~]# grep "date.time" /etc/php.ini ; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone date.timezone = America/Denver [root@den-nagmo-001 ~]# php -r 'echo date("D M j G:i:s T Y"). "\n";' Thu May 8 11:27:50 M...
by lxf4610
Thu May 08, 2014 12:09 pm
Forum: Nagios XI
Topic: Core Config Manager show sync missed
Replies: 6
Views: 1593

Re: Core Config Manager show sync missed

BTW, time zone in /etc/php.ini already set ...
by lxf4610
Thu May 08, 2014 11:59 am
Forum: Nagios XI
Topic: Core Config Manager show sync missed
Replies: 6
Views: 1593

Core Config Manager show sync missed

Hi all,

I have a general question on a new Nagios XI I have.... Core Config Manager always show sync missed even if the configuration be written to local files.

Any suggestion on how to troubleshoot? :(
by lxf4610
Thu May 01, 2014 2:36 am
Forum: Nagios Fusion
Topic: Fusion performance graph dashlet doesn't pull data from XI
Replies: 8
Views: 6384

Re: Fusion performance graph dashlet doesn't pull data from

BTW, a small question, looks even if with the new version of Time Stacked Performance Graph, it doesn't allow choose time period. Always be 3 days.
by lxf4610
Thu May 01, 2014 2:32 am
Forum: Nagios Fusion
Topic: Fusion performance graph dashlet doesn't pull data from XI
Replies: 8
Views: 6384

Re: Fusion performance graph dashlet doesn't pull data from

Thanks, looks it fix the issue in my side with the new version :lol: