Creating user accounts for different support units
Posted: Thu Oct 28, 2010 8:30 am
Hello,
I have searched this forum and could not find anything relevant.
We have Windows, Unix and Networks teams and we have created users for all three groups so they can only the devices they are responsible for.
In Nagios core, when we add a user to contacts for some host he can automatically see that host but in Nagios XI it doesn't seem to work or may be I am missing something.
I have a host dc1.example.com that I want only Windows team to see
I have added tscwindows user in contacts but when I login as user tscwindows I don't see any hosts.
User tscwindows has only "read only access" in Security settings.
Does that feature not work with Nagios XI or I am missing something.
Thanks.
I have searched this forum and could not find anything relevant.
We have Windows, Unix and Networks teams and we have created users for all three groups so they can only the devices they are responsible for.
In Nagios core, when we add a user to contacts for some host he can automatically see that host but in Nagios XI it doesn't seem to work or may be I am missing something.
I have a host dc1.example.com that I want only Windows team to see
Code: Select all
###############################################################################
#
# Host configuration file
#
# Created by: Nagios QL Version 3.0.3
# Date: 2010-10-28 06:25:42
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios QL will overwite all manual settings during the next update
#
###############################################################################
define host {
host_name dc1.example.com
use xiwizard_windowsserver_host
address dc1.example.com
parents core-router.example.com
max_check_attempts 5
check_interval 5
retry_interval 1
contacts nagiosadmin,servicedesk,tscwindows
notification_interval 60
icon_image windowsxp.png
statusmap_image windowsxp.png
_xiwizard windows_server
register 1
}
###############################################################################
#
# Host configuration file
#
# END OF FILE
#
###############################################################################
User tscwindows has only "read only access" in Security settings.
Does that feature not work with Nagios XI or I am missing something.
Thanks.