Hi, I am in the process of converting all our Icinga1 config to Icinga2 and
I'm running into a problem when trying to get user permissions setup right.
We have many departments accessing our Icinga console, and we don't want
them to necessarily see all hosts/services that we monitor.
Here is an example of our Icinga1 config (removing unnecessary lines for
the example)
define host{
name poe1
contact_groups host_poe
}
define contactgroup{
contactgroup_name host_poe
contactgroup_members noc
}
define contactgroup{
contactgroup_name noc
alias noc
}
define contactgroup{
contactgroup_name ops
alias ops
}
In this example above, only the users in the 'noc' group would be able to
see the host 'poe1' in the classic ui, I believe these are the flag I set
for this to happen in cgi.cfg is:
show_partial_hostgroups=1
So now I'm trying out how to replicate something like this in Icinga2.
For now I'm not at the point of doing notifications as those will all go to
an ITOM solution which will do the proper filtering.
>From what I can see you can't assign hosts into UserGroups in Icinga2? Am
I missing something?
- Zac
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users