NagVis: Disable authentication for users
Posted: Tue Oct 07, 2014 9:52 pm
Hello. I have Nagios Core 3.5 and NagVis 1.7.10 (on CentOS 6.5). I need disable authentication for user "operator" (read-only user) and save authentication for user "admin". is it possible?
I try edit config /etc/httpd/conf.d/nagvis.conf:
But it disable authenticatioin for all users, which connect to nagvis-server.
Help, please!
I try edit config /etc/httpd/conf.d/nagvis.conf:
Code: Select all
RewriteEngine on
RewriteLock var/log/rewrite.lck
RewriteLog /dev/null
RewriteLogLevel 0
RewriteRule /nagvis/ - [E=REMOTE_USER:operator]
Help, please!