I've got some custom mibs () to montior the disks in a dell server.
I'm having some trouble setting up an email alerts if the states changes, any ideas?
Thanks
DThorne,
Just a couple of things to check on your advanced alert setup. One, make sure on the trigger condition tab that you select Custom Node Poller from the drop down list for Type of Property to Monitor. Your trigger alert will key off of Poller Name is equal to the name of your poller. I think you'll use another simple condition where under Custom Poller Nodes you'll select Status. Depending on what the different states are for the state of your disks, you might set Status not equal to online. That way the alert will trigger any time your disks aren't in an online state. The reset condition could be when status is equal to online. The email portion would be just like any other advanced alert email. If Custom Poller Nodes Status is the correct variable to use for your trigger, you can use the ${CustomPollerStatus.Status} variable in the email alert to notify you of the state of your disk.
Hope this helps! If not, let me know and I'll take another stab at it!