I want to create some user accounts, each user has its own hostgroup. When they login to their account, they can only view and manage the hosts in their group. How do I do this? Is there a tool to easily mange? I am new to Nagios. Thank you.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
define a contact
define a group containing the contact
when you define a host, include the contact_group
create a password for this user:
(/etc/nagios3 might not be the right directory depending on your install) |
|||
|
|