Hello,
I am monitoring a few metrics about an open source project and would like to make them completely public. I have tried the Guest user, but found no way to prevent guest users from messing with screens or dashboards.
Is there any way to create completely read-only dashboards?...
Search Result
Collapse
5 results in 0.0022 seconds.
Keywords
Members
Tags
-
Public read-only dashboards/graphs
-
Limit Guest account to certain IP addresses
Is there any way for limiting the Guest account for only certain IP addresses?
In my installation, it would be practical to allow Guest account for Intranet (e.g. 192.168.*) addresses, but require the normal account for all other addresses. Intranet based users can of course use also... -
VMware Guests are not discovered (VMware vCenter, Zabbix 3.0)
Hi,
I did a clean install of Zabbix 3.0 on CentOS 7 64-Bit from RPM to test VMware guest discovery.
I adjusted the zabbix_server.conf as following:
...Code:StartVMwareCollectors=2 VMwareFrequency=60 VMwarePerfFrequency=60 VMwareCacheSize=2G
-
VMware discovery not finding all guests
I'm running Zabbix 2.4.4 on Cent 6.6 and recently decided to try the native VMware polling functionality. I was able to point the Virt_VMware template to my vsphere system and it successfully found my hypervisors and cluster fine. It promptly found several guests that I have configured but not ALL... -
Guest user login via API
Hi,
I'm building a custom web application on top of Zabbix to show logged data in special ways. To access Zabbix, I'm using its JSON API.
In my setup, guest user will have permissions on some data, and I'm trying to retrieve those data through the API, but I don't know...