Trend web page is not getting displayed [Solved]

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
msachikanta
Posts: 58
Joined: Tue Jan 03, 2012 2:35 am

Trend web page is not getting displayed [Solved]

Post by msachikanta »

Hi,

When I am clicking on Trends page am getting "The webpage cannot be found" error. Can anyone help me to resolve this issue.

Thanks in advance.

Regards,
Sachikanta
Last edited by msachikanta on Fri Jun 22, 2012 5:33 am, edited 1 time in total.
msachikanta
Posts: 58
Joined: Tue Jan 03, 2012 2:35 am

Re: Trend web page is not getting displayed [Solved]

Post by msachikanta »

Hi,

I have resolve this issue. Please follow the below steps to resolve such issues.

Install gd and gd-devel package by yum command.

[root@apl08956pmfbasoa nagios]# yum install gd
[root@apl08956pmfbasoa nagios]# yum install gd-devel

Then go in your nagios source folder and run the following commands:

[root@apl08956pmfbasoa nagios]# ./configure
[root@apl08956pmfbasoa nagios]# make all
[root@apl08956pmfbasoa nagios]# make install-cgis

Thanks,
Sachikanta
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Trend web page is not getting displayed [Solved]

Post by agriffin »

Glad you got things working and thanks for posting the solution!
msachikanta
Posts: 58
Joined: Tue Jan 03, 2012 2:35 am

Re: Trend web page is not getting displayed [Solved]

Post by msachikanta »

Most Welcome... :)

Thanks, Sachikanta
Locked