Unable to open Configuration snapshots
Unable to open Configuration snapshots
HI Team,
When I try to view/download the configuration snapshots(Configure->Core Config Manager->Configuration Snapshots) on nagios I get a message 'Internet Explorer Cannot display the webpage' Please suggest.
When I try to view/download the configuration snapshots(Configure->Core Config Manager->Configuration Snapshots) on nagios I get a message 'Internet Explorer Cannot display the webpage' Please suggest.
Re: Unable to open Configuration snapshots
Have you tried it with a different browser?
Former Nagios employee
Re: Unable to open Configuration snapshots
I have tried it on firefox and I cant view the file there as well. I get a message saying page cant be displayed. We are using Nagios XI 2012R2.8c
Re: Unable to open Configuration snapshots
Okay, go try to view a snapshot again and right after you do run the following on the server command line:
tail -20 /var/log/httpd/error_log
Be sure to censor any sensitive information.
tail -20 /var/log/httpd/error_log
Be sure to censor any sensitive information.
Former Nagios employee
Re: Unable to open Configuration snapshots
This is all I see when I run that command.
Please suugest the path of this config snapshot on the nagios server as we have a config error now and without the info in the file we cant move forward. Please help.
Please suugest the path of this config snapshot on the nagios server as we have a config error now and without the info in the file we cant move forward. Please help.
You do not have the required permissions to view the files attached to this post.
Re: Unable to open Configuration snapshots
i Have done the required changes and it is still the same..!!
we have the run the command - tail -20 /var/log/httpd/error_log - again. results in attched file
we have the run the command - tail -20 /var/log/httpd/error_log - again. results in attched file
You do not have the required permissions to view the files attached to this post.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Unable to open Configuration snapshots
What is the output of:
Code: Select all
cat /etc/php.ini | grep 'timezone'Re: Unable to open Configuration snapshots
This is the Output I get
; Defines the default timezone used by the date functions
; http://www.php.net/manual/en/datetime.c ... e.timezone
date.timezone = UTC
; Defines the default timezone used by the date functions
; http://www.php.net/manual/en/datetime.c ... e.timezone
date.timezone = UTC
Re: Unable to open Configuration snapshots
I would recommend disabling selinux by running the following command:
Next, open the "/etc/php.ini" file and enter the correct timezone on the following line:
You can view the available timezones here:
http://us3.php.net/timezones
You can also review this document:
http://assets.nagios.com/downloads/nagi ... m_Time.pdf
Restart apache:
Code: Select all
setenforce 0Code: Select all
date.timezone =http://us3.php.net/timezones
You can also review this document:
http://assets.nagios.com/downloads/nagi ... m_Time.pdf
Restart apache:
Code: Select all
service httpd restartBe sure to check out our Knowledgebase for helpful articles and solutions!