Hi
In our Nagios Xi implementation, our entry point is a one of several Nagvis pages... after which we drill down to Nagios Xi host/services when needed.
But: When we are in "Nagvis mode"; is there a way to hide the "Nagios menus" (primarily the left hand side vertical menu, as it occupies a lot of real estate on the screen?)
I have found ways to hide the "page display" of Nagvis (the little blue triangle with the "+") + hide the horizontal Nagios header menu... but is there a similar option somewhere for the main/left hand side vertical Nagios menu?
regards
Håkon
Nagvis: Is there a way to display "Nagvis only"?
Re: Nagvis: Is there a way to display "Nagvis only"?
What page are you going to from Nagvis that is showing the left navigation in XI? Are you clicking on a service or what are you clicking on in Nagvis?
When I login to XI and then click on Nagvis, then click the little blue triangle with the + in it that should hide the top and left XI navigation.
What is the exact URL that you are accessing from your entry point? Are you going to Nagvis (https://YOURXISERVER/nagvis/) or using the home page modification to redirect to the nagvis page?
What XI version are you running?
When I login to XI and then click on Nagvis, then click the little blue triangle with the + in it that should hide the top and left XI navigation.
What is the exact URL that you are accessing from your entry point? Are you going to Nagvis (https://YOURXISERVER/nagvis/) or using the home page modification to redirect to the nagvis page?
What XI version are you running?
Re: Nagvis: Is there a way to display "Nagvis only"?
Hi
>What is the exact URL that you are accessing from your entry point? Are you going to Nagvis (https://YOURXISERVER/nagvis/) or using the home >page modification to redirect to the nagvis page?
To be honest, it did not occur to me that i could go directly to "https://x.y.z.q/nagvis/... I have always selected Nagvis from Nagios XI's main screen. Thanks, the that takes care of a number of my issues!
However, I am still presented with a "Map index" menu + a "Rotation Pool" menu (which I have found how to get rid of in the nagvis.php file)...however, what i want is to go straight to my "Top_level" map. Is there a way to configure an "entry point map" or will I have to start by something like this:
http://x.y.z.q/nagvis/frontend/nagvis-j ... =Top_level
>What XI version are you running?
# systemctl status nagios
● nagios.service - Nagios Core 4.4.6
>What is the exact URL that you are accessing from your entry point? Are you going to Nagvis (https://YOURXISERVER/nagvis/) or using the home >page modification to redirect to the nagvis page?
To be honest, it did not occur to me that i could go directly to "https://x.y.z.q/nagvis/... I have always selected Nagvis from Nagios XI's main screen. Thanks, the that takes care of a number of my issues!
However, I am still presented with a "Map index" menu + a "Rotation Pool" menu (which I have found how to get rid of in the nagvis.php file)...however, what i want is to go straight to my "Top_level" map. Is there a way to configure an "entry point map" or will I have to start by something like this:
http://x.y.z.q/nagvis/frontend/nagvis-j ... =Top_level
>What XI version are you running?
# systemctl status nagios
● nagios.service - Nagios Core 4.4.6
Re: Nagvis: Is there a way to display "Nagvis only"?
You could technically edit this file:
And add these under the [global] section:
NOTE: This is a global change and will make all XI users use that as well when they click on the Nagvis link in XI.
Code: Select all
/usr/local/nagvis/etc/nagvis.ini.phpCode: Select all
startmodule="Map"
startshow="YourMapName"Re: Nagvis: Is there a way to display "Nagvis only"?
Thank you, this did the trick 
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Nagvis: Is there a way to display "Nagvis only"?
Super! We'll go ahead and close this out but feel free to open another if you have any new questions.Thank you, this did the trick![]()
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!