is it possible to create a Alert Dashboard and scope to multiple classes? I tried to edit the json file and manually add my Class ID’s but it doesn’t work. Maybe the syntax should be different?Anyone familiar with this?
That’s not possible - You can add multiple objects in list scope, but only a single class or group.
A workaround would be to create a group in SCOM that has objects for the two classes and add this to the alert tile, or just have two tiles for the classes.
A real nightmare of a way, would be to use Advanced Scope and criteria that contains a list of all the alert names you want:
Name = “logical Disk space low” OR Name = “SQL DB log file low” etc.
Would be prettier with multiple classes I worked with the Advanced scope and criteria earlier but it’s a hell of a string to select only the relevant ones. I will create the group in SCOM with the corresponding objects, thanks.