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
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