Forum Discussion
I just spent a lot of time beating my head on this, and found the problem is that instance groups are not really groups, they are just stored as labels on instances. As such, they themselves have no place to store additional information, like device groups can. In addition to the above desirable features, it should be possible to set alert expressions on instance groups that are persistent (like for device groups). I ended up dealing with the latter issue via the API, so now I can do this:
./lm-set-alertexpr --company mycompany --devicegroup "All Exchange Servers" --datasource "WinVolumeUsage-" --datapoint "PercentUsed" --instancegroup "MailboxDB" --instancegroupop '!:' -v -n --alertexpr "> 90 95 99"
So at least some issues can be resolved via the API, but alert routing via instance group is definitely needed! Anywhere an instance can be used, an instancegroup should be also possible, definitely.
Regards,
Mark
Related Content
- 2 years ago