Hi,
I'm trying to configure BackupExec event log triggers, i've tried so many alternative ways i can think of maybe someone else has a better idea or has done it but here is my triggers.
({TRIGGER.VALUE}=0 and ({BackupExec:eventlog[Application,,,Backup Exec,34114,,].logeventid(34114)} and {BackupExec:eventlog[Application,,,Backup Exec,34113,,].logeventid(34113)})) or
({TRIGGER.VALUE}=1 and ({BackupExec:eventlog[Application,,,Backup Exec,34112,,].logeventid(34112)} and {BackupExec:eventlog[Application,,,Backup Exec,57755,,].logeventid(57755)}))
So the event log id's i want is
Event ID: 34114 & 34113 is a failure & 34112 & 57755 indicates the job is OK.
I'm trying to configure BackupExec event log triggers, i've tried so many alternative ways i can think of maybe someone else has a better idea or has done it but here is my triggers.
({TRIGGER.VALUE}=0 and ({BackupExec:eventlog[Application,,,Backup Exec,34114,,].logeventid(34114)} and {BackupExec:eventlog[Application,,,Backup Exec,34113,,].logeventid(34113)})) or
({TRIGGER.VALUE}=1 and ({BackupExec:eventlog[Application,,,Backup Exec,34112,,].logeventid(34112)} and {BackupExec:eventlog[Application,,,Backup Exec,57755,,].logeventid(57755)}))
So the event log id's i want is
Event ID: 34114 & 34113 is a failure & 34112 & 57755 indicates the job is OK.
Comment