Hi Team,
We would like to monitor the reboot pending status of windows hosts using zabbix , means if there is any windows hosts that pending reboot it should trigger an alert.
We tried creating an item with registry.get[HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations] , but is says not supported/system cannot find file specified.
We tried using powershell system.run[powershell -Command "(Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager').PendingFileRenameOperations"]
, but no luck.
We are running zabbix_agentd Win64 (service) (Zabbix) 7.2.6 Revision 9e15a0eb7a0 23 April 2025, compilation time: Apr 25 2025 14:23:58. There exists a proxy between zabbix main server and windows hosts. We have the configuration file in target windows host contains : AllowKey=registry.get[*].
Please advise how to proceed with this.
Thanks
Eldho
We would like to monitor the reboot pending status of windows hosts using zabbix , means if there is any windows hosts that pending reboot it should trigger an alert.
We tried creating an item with registry.get[HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations] , but is says not supported/system cannot find file specified.
We tried using powershell system.run[powershell -Command "(Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager').PendingFileRenameOperations"]
, but no luck.
We are running zabbix_agentd Win64 (service) (Zabbix) 7.2.6 Revision 9e15a0eb7a0 23 April 2025, compilation time: Apr 25 2025 14:23:58. There exists a proxy between zabbix main server and windows hosts. We have the configuration file in target windows host contains : AllowKey=registry.get[*].
Please advise how to proceed with this.
Thanks
Eldho
Comment