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.
lsazzad
Posts: 72
Joined: Tue Apr 07, 2015 6:52 am
Location: ​Osnabrück, Deutschland
Contact:

Looking for GUI Host creation tool for Nagios

Post 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). 8-) 8-) 8-)
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 »

I am using NagiosQL.
http://www.nagiosql.org/

That works really good (for me)
Rob Hassing
Image
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 »

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
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 »

Which distribution (and version) are you using?
Rob Hassing
Image
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 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::
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 »

I meant which version of Linux are you using?
Ubuntu, CentOS, Debian, Fedora or Something else?
Rob Hassing
Image
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 »

Ubuntu 14.04.2 LTS (GNU/Linux 3.16.0-34-generic x86_64)
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 »

You should check what the default document root is in Ubuntu.
I think it is

Code: Select all

/var/www/
Rob Hassing
Image
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 am following bellow URL::
But When i login through the following steps,
login
login
it shows not foundmessage. What could be the possible reason? It seems my webpage cant discover the nagiosql32 installation web page!! :( :( :(
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 can check your http log files?

I think they are in /var/log/httpd/
Rob Hassing
Image
Locked