can't find NagVis options menu?!

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

can't find NagVis options menu?!

Post by xpertech »

can't find NagVis options menu?!
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: can't find NagVis options menu?!

Post by scottwilkerson »

Is the user you are logged in as in the bottom image set as a Nagvis Administrator?

to find out/change it, login as the nagiosadmin
Go to NagVis
Upper right click User menu -> Manage Users
In the Modify user section select the user who couldn't see the options menu, click
Add Administrators role if not present
Click Save

Now when that user is logged in the Options menu should appear
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

Re: can't find NagVis options menu?!

Post by xpertech »

scottwilkerson wrote:Is the user you are logged in as in the bottom image set as a Nagvis Administrator?

to find out/change it, login as the nagiosadmin
Go to NagVis
Upper right click User menu -> Manage Users
In the Modify user section select the user who couldn't see the options menu, click
Add Administrators role if not present
Click Save

Now when that user is logged in the Options menu should appear
but the user account(nagios.pic) was already assigned as administrators role?!
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: can't find NagVis options menu?!

Post by lmiltchev »

I would like to try recreating the issue in house.

Can you go to Admin > Manage Users > nagios.pic > Edit, and show us a screenshot of the Security Settings section?

Also, run the following command from the CLI and show the output:

Code: Select all

grep -i 'nagios.pic' /usr/local/nagios/etc/cgi.cfg
Also, what is the output of the following commands

Code: Select all

grep backend\= /usr/local/nagvis/etc/nagvis.ini.php|grep -v ^\;
grep CONST_VERSION /usr/local/nagvis/share/server/core/defines/global.php
Be sure to check out our Knowledgebase for helpful articles and solutions!
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

Re: can't find NagVis options menu?!

Post by xpertech »

lmiltchev wrote:I would like to try recreating the issue in house.

Can you go to Admin > Manage Users > nagios.pic > Edit, and show us a screenshot of the Security Settings section?

Also, run the following command from the CLI and show the output:

Code: Select all

grep -i 'nagios.pic' /usr/local/nagios/etc/cgi.cfg
Also, what is the output of the following commands

Code: Select all

grep backend\= /usr/local/nagvis/etc/nagvis.ini.php|grep -v ^\;
grep CONST_VERSION /usr/local/nagvis/share/server/core/defines/global.php
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: can't find NagVis options menu?!

Post by lmiltchev »

Try adding a "mixed case" user in NagVis ("Nagios.Pic") in addition to the one you have with lowercase ("nagios.pic"). Make it an admin. Log out, and log in again.

Did this help? Can you view the "Options" menu now?
Be sure to check out our Knowledgebase for helpful articles and solutions!
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

Re: can't find NagVis options menu?!

Post by xpertech »

lmiltchev wrote:Try adding a "mixed case" user in NagVis ("Nagios.Pic") in addition to the one you have with lowercase ("nagios.pic"). Make it an admin. Log out, and log in again.

Did this help? Can you view the "Options" menu now?

Awesome, the "Options" can be viewed now,
but there's another new problem ... there's no "Edit Map" menu(say on the user guide) after a new map being created?!
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: can't find NagVis options menu?!

Post by scottwilkerson »

xpertech wrote:
lmiltchev wrote:Try adding a "mixed case" user in NagVis ("Nagios.Pic") in addition to the one you have with lowercase ("nagios.pic"). Make it an admin. Log out, and log in again.

Did this help? Can you view the "Options" menu now?

Awesome, the "Options" can be viewed now,
but there's another new problem ... there's no "Edit Map" menu(say on the user guide) after a new map being created?!
Great!

As per the directions, the "Edit Map" only show up after you create a new map and you are viewing the map, OR it also shows up if you are viewing an existing map.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked