can't find NagVis options menu?!
Posted: Tue Feb 11, 2020 11:18 am
can't find NagVis options menu?!
Support for Nagios products and services
https://support.nagios.com/forum/
but the user account(nagios.pic) was already assigned as administrators role?!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
Code: Select all
grep -i 'nagios.pic' /usr/local/nagios/etc/cgi.cfgCode: Select all
grep backend\= /usr/local/nagvis/etc/nagvis.ini.php|grep -v ^\;
grep CONST_VERSION /usr/local/nagvis/share/server/core/defines/global.phplmiltchev 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:
Also, what is the output of the following commandsCode: Select all
grep -i 'nagios.pic' /usr/local/nagios/etc/cgi.cfgCode: 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
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?
Great!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?!