I'm not sure about the wording of this, so apologies in advance if this is something previously asked. I did search for this but had no luck...
We have a file transfer scripting process on a server that we want to monitor. There is a custom EXE that reads a config file and at certain specified times, wakes up, starts an FTP transfer, writes some log files etc. then sleeps until the next specified transfer time.
This custom EXE does not show up in the process list for some reason, so we can't just add a simple process monitor for that. Looking at the process list, either the FTP program is active (when a transfer is taking place) or SLEEP.EXE is running. Either one, not both.
If I create separate component monitors to track either executable then one will be down when the other is up. In either case, there will be a red circle on the node showing this. Is there a way to create a component/application monitor that shows green when either of two things are up and not show red when either is down?
I know the real longterm solution is to either rewrite the custom EXE for better behavior, or otherwise re-engineer the process, etc. That's in the works but we need a solution short-term.
Thanks in advance!