[ZBXNEXT-5707] Add template Windows updates check (Windows registry monitoring) Created: 2020 Jan 22 Updated: 2025 Jun 12 Resolved: 2025 Jun 12 |
|
Status: | Closed |
Project: | ZABBIX FEATURE REQUESTS |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature Request | Priority: | Major |
Reporter: | Ivan Degtyarev | Assignee: | Zabbix Development Team |
Resolution: | Duplicate | Votes: | 24 |
Labels: | None | ||
Σ Remaining Estimate: | Not Specified | Remaining Estimate: | Not Specified |
Σ Time Spent: | Not Specified | Time Spent: | Not Specified |
Σ Original Estimate: | Not Specified | Original Estimate: | Not Specified |
Attachments: |
![]() |
|||||||||||||||
Issue Links: |
|
|||||||||||||||
Sub-Tasks: |
|
|||||||||||||||
Team: | ||||||||||||||||
Sprint: | Sprint 86 (Mar 2022), Sprint 87 (Apr 2022) |
Description |
Create linked template (Template OS Windows by Zabbix agent and Template OS Windows by Zabbix agent active) to check the date of the last update installation on Windows. In Zabbix Roadmap: Security and compliance monitoring
Example item key: system.run["PowerShell.exe [int][double]::Parse((Get-Date((Get-ItemProperty -Path Registry::'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\Results\Install').LastSuccessTime) -UFormat %s))"] |
Comments |
Comment by Ivan Degtyarev [ 2020 Jan 22 ] |
In Inherited and template macros, create Macro with Effective value for redefine the number of days without installing updates |
Comment by Alexei Vladishev [ 2020 Jan 31 ] |
It sounds like a great idea, let us check if it can be implemented without use of system.run. |
Comment by Alexei Vladishev [ 2022 Apr 08 ] |
Just a quick status update. We are about to start development of this functionality, aiming for Zabbix 6.2. |
Comment by Dmitrijs Goloscapovs [ 2022 May 19 ] |
Development of new metrics (without template changes) for monitoring of Windows registry was moved to Monitoring of Windows updates using registry seems not to provide real latest info about updates. Sources other than registry should be considered. Windows registry monitoring metrics are available in:
|
Comment by dimir [ 2023 Dec 18 ] |
While implementing registry monitoring was mentioned above this is not what was asked for (Windows Update monitoring). Keeping this open. |