Ad Widget

Collapse

How item for Zabbix agent exactly works?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kirin2
    Junior Member
    • Jul 2018
    • 28

    #1

    How item for Zabbix agent exactly works?

    Hi,

    How items for Zabbix agents exactly work?
    For example, for OS Windows Zabbix has template which contain item 'System Information'. How Zabbix know which information it should request from Windows? I suspect that Zabbix defined items mean commands for Windows, like "write in cmd 'systeminfo' and send output to me " .

    Am I right? If no, could someone explain how it works?


  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Each OS metric on Windows is obtained using an API that obtains system information of Windows. systeminfo command is not executed.
    Check the contents of the source for details.

    Source files:
    src/libs/zbxsysinfo/win32/

    Comment

    Working...