After discovering SNMP devices, I would like to create a custom class that segregates the devices based on a custom device type. This device type is stored in content (CSV file) outside of the device itself and SCOM.
Is it possible to create a discovery that will identify the device type by comparing the SNMP device name to its corresponding entry in this CSV file?
For example, if the device MSRTG01 is discovered as an network device. My CSV file has it listed as a ROUTER.
Can I run a script discovery on the management server, pulling the SNMP information and CSV information, comparing/matching details, then inserting that discovered info into a new class?