The user only reads

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Juanpineda002
Posts: 5
Joined: Tue Sep 17, 2019 4:26 pm

The user only reads

Post by Juanpineda002 »

Good day
I have a statement that someone can help me by telling me how to make a specific user only see the hosts and services of a host group and services group instead of all hosts

with read-only permissions

I'm new to Nagios Core

I will be very grateful

:( :arrow: :D

cgi.cfg
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: The user only reads

Post by scottwilkerson »

Add them to only the following in cgi.cfg

Code: Select all

authorized_for_read_only=
Then, add them as contacts for all the hosts and services configuration definitions for the hosts and services you want them to be able to view.
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Juanpineda002
Posts: 5
Joined: Tue Sep 17, 2019 4:26 pm

Re: The user only reads

Post by Juanpineda002 »

scottwilkerson wrote:Add them to only the following in cgi.cfg

Code: Select all

authorized_for_read_only=
Then, add them as contacts for all the hosts and services configuration definitions for the hosts and services you want them to be able to view.

How can I link a user with a contact in Nagios QL
:roll:
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: The user only reads

Post by scottwilkerson »

Juanpineda002 wrote:How can I link a user with a contact in Nagios QL
A login user has the same username as a contact in Nagios QL
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Juanpineda002
Posts: 5
Joined: Tue Sep 17, 2019 4:26 pm

Re: The user only reads

Post by Juanpineda002 »

scottwilkerson wrote:
Juanpineda002 wrote:How can I link a user with a contact in Nagios QL
A login user has the same username as a contact in Nagios QL


Thank you

Excellent service

;) :)
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: The user only reads

Post by scottwilkerson »

Juanpineda002 wrote:
scottwilkerson wrote:
Juanpineda002 wrote:How can I link a user with a contact in Nagios QL
A login user has the same username as a contact in Nagios QL


Thank you

Excellent service

;) :)
glad to help
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked