Ad Widget

Collapse

Attempting to show a screen of windows updates - Windows 10

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ragedberserker
    Junior Member
    • Apr 2019
    • 2

    #1

    Attempting to show a screen of windows updates - Windows 10

    Good evening all,

    I am wondering how I would go about something like this.

    Essentially, I just want to capture the contents of win32_quickfixengineering and output the data as a table in a zabbix screen.

    I am sending the following JSON object to the zabbix server:

    {
    "data":[

    { "{#DESCRIPTION}":"Update","{#HOTFIXID}":"KB4489192 ","{#INSTALLEDON}":"04/12/2019 00:00:00"},
    { "{#DESCRIPTION}":"Security Update","{#HOTFIXID}":"KB4493478","{#INSTALLEDON}" :"04/12/2019 00:00:00"},
    { "{#DESCRIPTION}":"Security Update","{#HOTFIXID}":"KB4493510","{#INSTALLEDON}" :"04/12/2019 00:00:00"},
    { "{#DESCRIPTION}":"Security Update","{#HOTFIXID}":"KB4493509","{#INSTALLEDON}" :"04/12/2019 00:00:00"},
    { "{#DESCRIPTION}":"filtro","{#HOTFIXID}":"","{#INST ALLEDON}":""}
    ]
    }

    I have an item prototype that has this key:

    discovery.Winupdate[{#DESCRIPTION},{#HOTFIXID},{#INSTALLEDON}] as text

    My envision here is to be able to take this data, and display it as such in a screen:

    Description Hotfixid InstalledOn
    Update KB324234 04/12/2019 00:00:00
    Security Update KB234232 03/12/2019 00:00:00

    I have attached what I have so far, however, it is only showing the history of one instance of Windows Update...

    Please help lol.

    Thanks,
    Ragedberserker
Working...