Can someone help me with a check to Monitor the Windows Peripheral Devices?

I am new to Sensu and trying to understand if there’s a way to monitor the USB devices attached to a windows machine. Need checks that can be run on the devices to fetch the required details.

Hello,
There’s almost always a way!

For your windows specifically, if you are able to write a powershell script that does what you want you can use that as a Sensu check.

If you are able to share that powershell script, that might be able to extract the logic from that and write a golang plugin that does something similar that would work cross platform as a Sensu asset.