LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to make nagios 3.3.1 to stay on the same page after f5 (https://www.linuxquestions.org/questions/linux-software-2/how-to-make-nagios-3-3-1-to-stay-on-the-same-page-after-f5-4175430408/)

Majed17 10-04-2012 12:24 AM

how to make nagios 3.3.1 to stay on the same page after f5
 
Hello, on the current version of nagios 3.3.1 i am unable to stay on the same page when i hit refresh. on the previous version i read that there is a workaround which involves renaming share/index.php to share/index.html or adding a certain header to index.php but those 2 solutions didn't work out on gentoo, anybody using gentoo and nagios and has this problem?

MensaWater 10-05-2012 09:37 AM

I've not done the work around you're asking about but will note the following as it is how I deal with the issue I think you're describing.

The main Nagios display uses frames so the menu you see is in one frame and the main display you see after making a menu choice is in another frame. When you hit refresh it is reloading the main frame (the one with the menu) so goes back to the default.

In IE8 if you right click on the frame you want to refresh and select refresh there rather than choosing the refresh next to the URL bar at top it will refresh that frame. In Firefox if you right click and do "This Frame -->Reload Frame" it will only reload the frame you are in.

If there is something you need to have permanently up (i.e. you don't need the menu frame) what you can do is simply get the URL the menu item points to then use that in your URL bar so rather than showing it as a frame it is showing what was formerly a secondary frame as the main page and no longer showing the menu frame.

For example the menu button "Hosts" may have properties that show its URL is:
http://nagiosserver/nagios/cgi-bin/s...yle=hostdetail

If you put that in the URL bar it will ONLY show the Hosts information as main page rather than as a frame next to the Menu.

With tabbed browsing you can simply right click on the items and tell them to open in new tab - that will have the same effect as cutting and pasting the URL.

Majed17 10-09-2012 12:43 AM

well thanks for the reply, that seems to work, better than nothing :)


All times are GMT -5. The time now is 09:28 AM.