With Nagios we had it setup to use SNMP to see if a process was running or not on a linux server. How do we do that with Orion? Nothing fancy, just a yes/no is it running.
If you have the Application Performance Monitor module, you can monitor the SNMP process and alert if it isn't up (or doesn't come back up). I am assuming you don't have this module though?
Correct, I do not have that module.
without that module you will have to make a custom poller that looks for the SNMP process on the server.
the trigger will be to see if it exists and if it does not then to alert you.
Good luck