Is there any way to setup the advanced alerts to trigger based on a row label and value combination?
Specifically, we're using the logMatch table form the UCD-net MIB. It imports a table that ends up looking like:
log1Warn 0
log1Err 5
log2Warn 3
log2Err 0
And we'd like to setup a rule like "if label contains "Err" and Status> 0 then send email to pager" and a second rule "if label contains "Warn" and Status > 0 then send email to list"
I've found the RowID field, but its just numeric ID's. Is it possible to put custom SQL in the trigger check? I know you can in the alert message but couldn't find an easy way to do so. I might also be missing more of the detailed documentation for the Advanced Alert configuration - what I found in the main manual was useful but didn't seem to help much with the really advanced settings.