Looking for GUI Host creation tool for Nagios

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.
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: Looking for GUI Host creation tool for Nagios

Post by jolson »

In addition to what rhassing stated, is apache2 up and running properly?

Code: Select all

service apache2 status
Does your apache2 user/group have proper permission to read the files in /var/www?

Code: Select all

ls -ld /var/www && ls -ld /var/www/html
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
lsazzad
Posts: 72
Joined: Tue Apr 07, 2015 6:52 am
Location: ​Osnabrück, Deutschland
Contact:

Re: Looking for GUI Host creation tool for Nagios

Post by lsazzad »

Hi Jolson,

Thanks for your query! Please have following data that could help you to identify more easy.

Code: Select all

root@RR-DE-NMS-2:/home/rr-de-nms-2# cd /var/www
root@RR-DE-NMS-2:/var/www# ls -lrt
total 8
drwxr-xr-x  2 root     root     4096 Apr 20 12:29 html
drwxr-xr-x 11 www-data www-data 4096 Apr 20 13:47 nagiosql32
root@RR-DE-NMS-2:/var/www# cd nagiosql32/
root@RR-DE-NMS-2:/var/www/nagiosql32# ls -lrt
total 48
-rw-r--r-- 1 www-data www-data 2230 Mar 14  2012 index.php
-rw-r--r-- 1 www-data www-data 1150 Mar 14  2012 favicon.ico
-rw-r--r-- 1 www-data www-data 1596 Mar 14  2012 admin.php
drwxr-xr-x 3 www-data www-data 4096 Jan 11  2013 config
drwxr-xr-x 2 www-data www-data 4096 Jan 11  2013 doc
drwxr-xr-x 2 www-data www-data 4096 Jan 11  2013 images
drwxr-xr-x 7 www-data www-data 4096 Jan 11  2013 install
drwxr-xr-x 2 www-data www-data 4096 Jan 11  2013 scripts
drwxr-xr-x 3 www-data www-data 4096 Jan 11  2013 libraries
drwxr-xr-x 4 www-data www-data 4096 Jan 11  2013 functions
drwxr-xr-x 4 www-data www-data 4096 Jan 11  2013 templates
drwxr-xr-x 2 www-data www-data 4096 Apr 20 13:47 admin
root@RR-DE-NMS-2:/var/www/nagiosql32# service apache2 status
 * apache2 is running
root@RR-DE-NMS-2:/var/www/nagiosql32# ls -ld /var/www && ls -ld /var/www/html
drwxr-xr-x 4 root root 4096 Apr 20 13:46 /var/www
drwxr-xr-x 2 root root 4096 Apr 20 12:29 /var/www/html
root@RR-DE-NMS-2:/var/www/nagiosql32# 
Expecting your help! 8-)
Regards
Sazzad
lsazzad
Posts: 72
Joined: Tue Apr 07, 2015 6:52 am
Location: ​Osnabrück, Deutschland
Contact:

Re: Looking for GUI Host creation tool for Nagios

Post by lsazzad »

I have followed bellow URL to configure!

http://linoxide.com/monitoring-2/instal ... gios-core/
Regards
Sazzad
User avatar
rhassing
Posts: 416
Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands

Re: Looking for GUI Host creation tool for Nagios

Post by rhassing »

Maybe you should move the nagiosql32 directory in /var/www/html/
Rob Hassing
Image
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: Looking for GUI Host creation tool for Nagios

Post by jolson »

rhassing,

That's what I was thinking as well. lsazzad, could you please try moving your nagiosql32 directory to /var/www/html?
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
Locked