If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Ad Widget
Collapse
Zabbix Item to get Number of users logged in to Zabbix Platform
You can achieve this with system.users.num Key for Zabbix agent Item Type.
This information can be also found in official Zabbix documentation: 1 Zabbix agent
You can achieve this with system.users.num Key for Zabbix agent Item Type.
This information can be also found in official Zabbix documentation: 1 Zabbix agent
Regards,
Arkadiusz
Absoutely not... system.users.num returns number of users logged in to particular server and has nothing to do with amount of users logged in to Zabbix GUI.
I suspect particular number is returned by some DB query in widget, but there is no internal item for it..
Comment