Search found 6 matches

by paulfoel
Tue Nov 14, 2017 5:49 am
Forum: Nagios XI
Topic: Running another web site on same server as nagios
Replies: 9
Views: 2228

Re: Running another web site on same server as nagios

OK thanks. If you're interested the only way I could get the netbox app working was to use a different port 8080 with apache.
by paulfoel
Mon Nov 13, 2017 6:14 am
Forum: Nagios XI
Topic: Running another web site on same server as nagios
Replies: 9
Views: 2228

Re: Running another web site on same server as nagios

BTW - even if I add netbox.conf into the conf.d directory and enter virtualhost details there it not defaults to the netbox stuff. Only way to get it work at moment is to set netbox to use port 8080. It seems any virtual host entry I add on port 80 overwrites any nagios on the same port (Although I ...
by paulfoel
Mon Nov 13, 2017 5:30 am
Forum: Nagios XI
Topic: Running another web site on same server as nagios
Replies: 9
Views: 2228

Re: Changing Nagios web front end "hostname"?

Nope. Why would I reference nagios in a netbox.conf file?

I have the apache config I need for netbox its just getting it working with nagios.
by paulfoel
Thu Nov 02, 2017 4:33 am
Forum: Nagios XI
Topic: Running another web site on same server as nagios
Replies: 9
Views: 2228

Re: Changing Nagios web front end "hostname"?

Sorry I dont think thats right....

There are many directories under /usr/local/
by paulfoel
Thu Nov 02, 2017 3:37 am
Forum: Nagios XI
Topic: Running another web site on same server as nagios
Replies: 9
Views: 2228

Re: Changing Nagios web front end "hostname"?

Hello, paulfoel . If you go to /usr/local/ you'll see the folder called nagiosxi. That folder corresponds to your http://actualservername/nagiosxi .So technically all you need to do is put netbox folder with html files to /usr/local/ .After that please run service httpd restart . Now you should be ...
by paulfoel
Wed Nov 01, 2017 4:51 am
Forum: Nagios XI
Topic: Running another web site on same server as nagios
Replies: 9
Views: 2228

Running another web site on same server as nagios

Nagios XI installed on Red Hat Server. At the moment, we access Nagios using http://"actual server name" Which wouldn't be a problem but we want to run another web app (something called Netbox) on the same server. Looking at httpd.conf I can see no entries for Nagios. But I am able to add ...