Yes. Set them up as a contact and only include them on the hosts you want them to see. Here's an example of one of my host configuration files:
 
# 'acsdb' host definition
define host{
        use                     sunservers
        host_name               acsdb
        alias                   acsdb
        address                 192.168.40.40
        contact_groups          sys-admins,localonline
        }
 
'sys-admins' is setup for everything. 'localonline' only gets a subset of hosts that those folks are concerned with.
 
Todd
 
----- Original Message -----
Sent: Thursday, December 01, 2005 7:18 PM
Subject: [Nagios-users] Limiting Views of Hosts

Hi Everyone,

I am wondering if there is a way to allow people who login to only view a specific set of hosts.  This way I can have one Nagios system checking multiple clients but the clients can only see thier hosts and thier host results.  I am running the newest version 2.0b6.

Thanks in advance.

Joseph

Reply via email to