I have created and assigned a series of custom pollers that collect information about running processes on a server (I don't have APM). I now want to create an alert that will email me when a particular process is NOT running. If I understand the descriptions of the OIDs correctly:
hrSWRunIndex - gives a unique value for each piece of running software
hrSWRunStatus - shows a value of 1 for each piece of software that is currently running
Therefore, I was thinking that the following trigger conditions would fire if the software with an index of 1368 is NOT running. However, when I test it, I cannot get the email to work (I tested other alerts with an email action and they work fine).
Do you see any issues with the Trigger conditions?
Any help would be appreciated.