Nagios Core without (i)frames

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.
Locked
Mapienator
Posts: 17
Joined: Thu Mar 26, 2015 10:09 am

Nagios Core without (i)frames

Post 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 ;)
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios Core without (i)frames

Post 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
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Mapienator
Posts: 17
Joined: Thu Mar 26, 2015 10:09 am

Re: Nagios Core without (i)frames

Post by Mapienator »

I poek too soon...
I found my solution

Also, Shell works really nice a simple. Thanks!
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios Core without (i)frames

Post by tmcdonald »

I'll be closing this thread now, but feel free to open another if you need anything in the future!
Former Nagios employee
Locked