Page 1 of 2
Looking for GUI Host creation tool for Nagios
Posted: Mon Apr 20, 2015 1:40 am
by lsazzad
I am looking for a better host creation tool. I have found few in nagios page, but there is no specific
step by step integration documentation. Anyone could help me with this.
I am looking for a open source Host integration tool(Like Lilac) for my Nagios(4.0.8).

Re: Looking for GUI Host creation tool for Nagios
Posted: Mon Apr 20, 2015 2:26 am
by rhassing
I am using NagiosQL.
http://www.nagiosql.org/
That works really good (for me)
Re: Looking for GUI Host creation tool for Nagios
Posted: Mon Apr 20, 2015 3:10 am
by lsazzad
Thanks for your reply! I have checked the the documentation & i think i need your help, as your working on currently in your system.
In the documentation following lines are there:
Download and extract
Download the latest NagiosQL Version from
www.nagiosql.org and extract the nagiosql-*.tar.gz to a directory accessible by your webserver (e.g. /srv/www/htdocs). A subdirectory "nagiosql" will be created:
But in my system there is no such subfolder named www. What should i need to do? Could you suggest!
Code: Select all
root@RR-DE-NMS-2:/home/rr-de-nms-2# cd /srv
root@RR-DE-NMS-2:/srv# cd www
bash: cd: www: No such file or directory
root@RR-DE-NMS-2:/srv# ls -lrt
total 0
Re: Looking for GUI Host creation tool for Nagios
Posted: Mon Apr 20, 2015 3:35 am
by rhassing
Which distribution (and version) are you using?
Re: Looking for GUI Host creation tool for Nagios
Posted: Mon Apr 20, 2015 3:50 am
by lsazzad
I am using nagios 4.0.8 Version.
My Nagios file distribution is as follows:
Code: Select all
root@RR-DE-NMS-2:/usr/local/nagios# ls -lrt
total 28
drwxrwxr-x 2 nagios nagios 4096 Apr 16 11:06 bin
drwxrwxr-x 2 nagios nagios 4096 Apr 16 11:06 sbin
drwxr-xr-x 2 root root 4096 Apr 16 11:14 include
drwxrwxr-x 3 nagios nagios 4096 Apr 16 11:14 libexec
drwxrwxr-x 11 nagios nagios 4096 Apr 16 11:14 share
drwxrwxr-x 3 nagios nagios 4096 Apr 17 11:18 etc
drwxrwxr-x 5 nagios nagios 4096 Apr 20 09:11 var
I have downloaded package from bellow path::
I think bellow info could help you a little bit understand more:
Code: Select all
root@RR-DE-NMS-2:/usr/local/nagios# ls -l /etc/apache2/sites-enabled/
total 4
lrwxrwxrwx 1 root root 35 Apr 16 08:34 000-default.conf -> ../sites-available/000-default.conf
-rw-r--r-- 1 root root 982 Apr 16 11:07 nagios.conf
I have used bellow URL as guideline to install my Nagios::
Re: Looking for GUI Host creation tool for Nagios
Posted: Mon Apr 20, 2015 4:04 am
by rhassing
I meant which version of Linux are you using?
Ubuntu, CentOS, Debian, Fedora or Something else?
Re: Looking for GUI Host creation tool for Nagios
Posted: Mon Apr 20, 2015 4:08 am
by lsazzad
Ubuntu 14.04.2 LTS (GNU/Linux 3.16.0-34-generic x86_64)
Re: Looking for GUI Host creation tool for Nagios
Posted: Mon Apr 20, 2015 5:01 am
by rhassing
You should check what the default document root is in Ubuntu.
I think it is
Re: Looking for GUI Host creation tool for Nagios
Posted: Mon Apr 20, 2015 7:09 am
by lsazzad
I am following bellow URL::
But When i login through the following steps,

- login
it shows
not foundmessage. What could be the possible reason? It seems my webpage cant discover the nagiosql32 installation web page!!

Re: Looking for GUI Host creation tool for Nagios
Posted: Mon Apr 20, 2015 7:29 am
by rhassing
Maybe you can check your http log files?
I think they are in /var/log/httpd/