Hi all ,
I’m trying to create a new Icingaweb2 role with this restriction in the icingadb module:
“This role is not allowed to see the lists of Users and Usergroups in the Overview”.
(For privacy reasons.)
I tried a similar thing for hosts and services, which works quite well with a filter expression like this:
icingadb/filter/objects
: hostgroup.name!=*
or servicegroup.name!=*
( or both with hostgroup.name!=*&servicegroup.name!=*
)
However, a pattern akin to usergroup.name!=*
doesn’t work as expected.
(The users and usergroups still show up.)
Am I using the wrong filter pattern?
Or is there maybe a more elegant solution for my usecase that I’m not aware of?
Your help’s greatly appreciated.
- Barney
- Icinga DB Web version (System - About): 1.0.2
- Icinga Web 2 version (System - About): 2.11.3
- Web browser: Firefox ESR 102.6.0
- Icinga 2 version (
icinga2 --version
): 2.13.6 - Icinga DB version (
icingadb --version
): 1.1.0 - PHP version used (
php --version
): 7.4.33 - Server operating system and version: Debian 11