Hello again everybody,
so we created a vbscript which measures time needed for a specific process inside a program.
Now we made a rule for getting this data inside SCOM. Alerting and Health-Monitoring works fine.
For example, we made "if TimeNeeded>5" critical Health state, works like a charm.
But now, we want to view the data (the script runs every 30 seconds) inside a Performance view.
- We checked if the rule works as intended. Check
- Set the rule to "Performance Collection". Check
- Set the right target group. Check
- Override for specific target. Check
- Created a perf.monitor "collected by specific rules" (added our rule) with right targeting. Check
But the performance-view keeps unpopulated.
What now?