I have a two sets of Windows devices to monitor using NPM and SAM
First set I can use SNMP/WMI/Powershell for polling
For this group I need to monitor resource utilization such as HDD/RAM/CPU, Application Monitor and also hardware fault such as fan, HDD failure notification
What should be my polling protocol (SNMP or WMI?) and how can I achieve hardware failure notification.
Second set I can use SNMP/WMI but Powershell installation is not allowed.
For this group same as above but application monitoring is not needed.
What should be my polling protocol (SNMP or WMI?) and how can I achieve hardware failure notification.