dav3860
dav3860
Please try the version I just compiled, v2.6.157 : https://bintray.com/dav3860/generic/vmbix#files/2.6 The log messages should me more verbose.
Hi, what is the version of the vCenter ? How many ESX hosts do you have ?
Hi, It may be related to vSphere 6.5, VmBix was compiled against yavijava 6.0. Can you check if you can query a internal VmBix method, like vmbix.version ? `zabbix_get -s...
I see this issue too with the column layout defined in the config file, which is not replicated in the "stream" view. But I must add that if you manually...
I added a first attempt of support for favorites searches to kibana-ruby-auth. You can have a look at it.
Yes, for role based access control for example. you can define groups and limit views to specific tags for example, letting sysadmins see the servers logs and network admins see...
To me, it's a must-have for enterprise software.
Most of the job is already done in kibana-ruby-auth. I think it lacks a few things but more people would help to fix them if there was only one branch.
@nicovpp : I have added a pull request for code doing an auth and user/group management separation. For example, I now use LDAP only for authentication against Active Directory, and...
Separating identification, authentication and authorization doesn"t mean you can't use LDAP as a source for user authentication and identification/management. You would just have to specify LDAP as "auth_module" and "users_module"....