Page 1 of 1
Hide some services for specific user in Nagios core
Posted: Tue Feb 20, 2018 1:43 am
by anusha
Moderator Edit: This thread has been moved from the Nagios Core Development section as it does not pertain to the ongoing development of the software.
Hi Team,
Can you please let me know the process to hide some services to specific user in Nagios.
Re: Hide some services for specific user in Nagios core
Posted: Tue Feb 20, 2018 2:29 pm
by mcapra
Check out the CGI authentication documentation:
https://assets.nagios.com/downloads/nag ... iauth.html
It's pretty comprehensive and offers setups by which you can authenticate specific users to specific objects. Essentially, you configure a contact with the exact same name as your basic authentication user. Objects with that matching contact assigned will show up in the GUI for that user.
Re: Hide some services for specific user in Nagios core
Posted: Tue Feb 20, 2018 5:15 pm
by tmcdonald
Thanks for the assist,
@mcapra!