Page 1 of 1

Nagios Core without (i)frames

Posted: Mon May 04, 2015 3:33 am
by Mapienator
is it possible to install and use Nagios Core without the use of any Framesets or Iframes?

I am using javascript right now but i'm having trouble with the links.

Code: Select all

/nagios/cgi-bin/status.cgi?host=all
This works and is made for framesets. But now i have the problem that its linking to.

Code: Select all

/nagios/status.cgi?host=all
I can edit every single file to manually point to the right file, but that's really something I dont want to do.... :(

Any help is really appreciated ;)

Re: Nagios Core without (i)frames

Posted: Mon May 04, 2015 10:50 am
by abrist
It is really hard to say without seeing the code. To me, it looks like your paths are incorrect as the cgis are configured by the apache vhost file to be in /nagios/cgi-bin.
You could also give vshell a try:
exchange.nagios.org/directory/Tutorials/Nagios-Core-Tutorials/Nagios-V-2DShell-Quick-Tour/details
https://github.com/NagiosEnterprises/nagiosvshell

Re: Nagios Core without (i)frames

Posted: Tue Jun 02, 2015 7:32 am
by Mapienator
I poek too soon...
I found my solution

Also, Shell works really nice a simple. Thanks!

Re: Nagios Core without (i)frames

Posted: Tue Jun 02, 2015 9:13 am
by tmcdonald
I'll be closing this thread now, but feel free to open another if you need anything in the future!