This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Best way to monitor many different KPIs

Hi,

said in advance, I am not that experienced with orion / sam / solarwinds but I try my best to adapt and learn everything

So, I need to monitor a (more or less) dynamic list with KPIs.

Like

Value1: 0
Value2: 0
....
Value100: 1

I want to monitor them all.

So I am not able to do this as a application template, because this method is limited to 10 entries.

Those KPIs are Counts and I want to get alerts when those counts are going crazy (more than X)

At some point, this list could add and remove entries.

Since it might be important, this list of KPIs is provided by an c# program I wrote, so I can provide any output format I need.

As I said, I already tried to do this as an powershell component call, but this is limited to 10 entries.

Any suggestions?