I had a few errors in the upgrade process, but able to work thru most them until this issue! If I click on the Icon for Scedule page I receive the following error.
The requested URL /nagiosxi//includes/components/scheduledreporting/schedulereport.php was not found on this server.
on the server I see
[act@server components]# pwd
/usr/local/nagiosxi/html/includes/components
[act@server components]# ls
autodiscovery componenthelper.inc.php customlogo jpgraph nagioscore nagiosql perfdata profile xicore
ccm cp highcharts latestalerts nagioscorecfg pchart pnp response
no scheduledreporting directory
So Iam not sure if the upgrade fully worked or not
\Upgrade to Nagios xi 2012R1.0
-
- Former Nagios Staff
- Posts: 13589
- Joined: Mon May 23, 2011 12:15 pm
Re: \Upgrade to Nagios xi 2012R1.0
It seems your upgrade didn't go like it was supposed to. Try running the "./upgrade" again, and post what is on the screen (the last output) after the upgrade is done.
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
- Posts: 87
- Joined: Wed Nov 09, 2011 9:53 am
Re: \Upgrade to Nagios xi 2012R1.0
Things look okay - No serious problems were detected during the pre-flight check
RET: 0
Running configuration check...done.
Stopping nagios: .done.
Starting nagios: done.
Archive: sourceguardian/ixed4.lin.x86-64.zip
inflating: /usr/lib64/php/modules/ixed.5.3.lin
Sourceguardian extension found for PHP version 5.3
Sourceguardian extension already in php.ini
==================
UPGRADE COMPLETED!
==================
Logout of the Nagios xi interface and log back in as 'nagiosadmin' to complete the upgrade.
You can access the Nagios xi web interface by visiting:
http://xxx.xxx.xxx.xxx/nagiosxi/
RET: 0
Running configuration check...done.
Stopping nagios: .done.
Starting nagios: done.
Archive: sourceguardian/ixed4.lin.x86-64.zip
inflating: /usr/lib64/php/modules/ixed.5.3.lin
Sourceguardian extension found for PHP version 5.3
Sourceguardian extension already in php.ini
==================
UPGRADE COMPLETED!
==================
Logout of the Nagios xi interface and log back in as 'nagiosadmin' to complete the upgrade.
You can access the Nagios xi web interface by visiting:
http://xxx.xxx.xxx.xxx/nagiosxi/
-
- Former Nagios Staff
- Posts: 13589
- Joined: Mon May 23, 2011 12:15 pm
Re: \Upgrade to Nagios xi 2012R1.0
Do you have more components now, or there is no change?
What are the permissions on the components directory? Run the following command and show us the output:
What are the permissions on the components directory? Run the following command and show us the output:
Code: Select all
ls -ld /usr/local/nagiosxi/html/includes/components
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
- Posts: 87
- Joined: Wed Nov 09, 2011 9:53 am
Re: \Upgrade to Nagios xi 2012R1.0
after running the command
results
drwxr-x--- 51 nagios nagios 4096 Oct 17 13:43 /usr/local/nagiosxi/html/includes/components
components are now there at least the schedule page is now displayed correctly
results
drwxr-x--- 51 nagios nagios 4096 Oct 17 13:43 /usr/local/nagiosxi/html/includes/components
components are now there at least the schedule page is now displayed correctly
-
- Former Nagios Staff
- Posts: 13589
- Joined: Mon May 23, 2011 12:15 pm
Re: \Upgrade to Nagios xi 2012R1.0
I'm glad I could help. 

Be sure to check out our Knowledgebase for helpful articles and solutions!