Ad Widget

Collapse

Zabbix Item to get Number of users logged in to Zabbix Platform

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dileep
    Junior Member
    • Apr 2022
    • 8

    #1

    Zabbix Item to get Number of users logged in to Zabbix Platform

    Hi,

    Is there any way to get no.of users logged into zabbix platform??.
    want to get this data
    Click image for larger version

Name:	image.png
Views:	740
Size:	27.8 KB
ID:	479080
  • azyla
    Junior Member
    • Feb 2024
    • 20

    #2
    Hi,

    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

    Comment

    • cyber
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • Dec 2006
      • 4807

      #3
      Originally posted by azyla
      Hi,

      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

      Working...