Been playing around with the AIX template. Noticed that there is a way to examine the "Top 10 active processes". This is encouraging, because what I'd like to do is count the instances of a specific process.
We have some AIX boxes which run a specific daemon. If it ends up starting more than one of these specific daemon processes, it confuses the .DLL running on windows when it attempts to connect.
Is there a way to create a script which looks for instances of a specific process, then counts instances of it, and when there is more than one instance of it will set off an alarm?