Ad Widget

Collapse

Windows Event Log

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Retour
    Junior Member
    • Jul 2015
    • 1

    #1

    Windows Event Log

    Hi,

    I need to monitor a software that write information in windows event log.

    I am able to monitor the event windows without problem.

    The thought part is that the software trap 4 events and if those 4 events are not generated correctly, i want the trigger to send an email.

    Each step as it's own even like.

    1. Start
    2. Begin Commit
    3. Commit Success
    4. End successfully

    i am able to do trigger for each message. with something like this.

    .str(Start)}=1

    the hard part for me, is that i want to have an alert only if the 4 step, are not completed correctly.

    exemple:

    1. Start
    2. Begin Commit
    "software crash" or "software is not ending and not able to write more log"

    i want to have a trigger

    I'am looking for a trigger if a sequence is broken

    Or may be with dependencies, but not sure if it's the best way to do it.

    Or may be a trigger .str(successfully)}=1 with fuzzytime since the execution don't take the same time each time but the software run a the same time each day.

    Thanks for your help
Working...