Icinga / icingaweb2-module-nagvis

NagVis integration into Icinga web 2
GNU General Public License v2.0
39 stars 22 forks source link

Nagvis integration "nagvis/map/filter" #27

Closed cripsisxyz closed 6 years ago

cripsisxyz commented 7 years ago

Hi all,

I'm trying to limit the view of each user on my platform, so they can see only their own objects on Nagvis. I'm using the Nagvis integrated module for icingaweb2.

But, im not able to use the "nagvis/map/filter" on Roles configuration. I tried multiple filters.

How does it work?

32547055-43a0fc36-c481-11e7-9c26-5b4c0a4b720e

I have the only_permitted_objects directive enabled on nagvis.ini.php

Thanks

lazyfrosch commented 7 years ago

Docs say:

Comma-separated set of case insensitive map name patterns (wildcard: *) a role is allowed to view

That should work.

Limiting data inside Nagvis is another issue.

only_permitted_objects is meant for the old contact authorization behavior. So your username needs to be a contact for host or service to be able to see it.

Does that help?