I'm working with my Unix team on migrating some of their alerting functions over to Solarwinds APM. I'm really weak in the Unix world...so could use some help please.
They want to watch a server to verify the existence of a Java bridge application. To do this today they run this command:
ps -ef | grep -v grep | grep -c java
And have a perl expression of this:
/^([0-9]+)/
That is completly greek to me...how to I make Solarwinds do something like this in APM? ? ?