Share via

SCOM SNMP Create new class using CSV contents

NealeOKB 1 Reputation point
2020-12-21T14:54:05.55+00:00

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?

System Center Operations Manager
System Center Operations Manager

A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.

0 comments No comments

1 answer

Sort by: Most helpful
  1. CyrAz 5,181 Reputation points
    2020-12-21T15:07:48.97+00:00

    This is absolutely doable, but will require a fair amount of knlowedge in authoring :

    • Create your custom class
    • Create a scripted discovery targeted at the network Node class. The script will run on management servers because the Node class is unhosted.
    • Done.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.