Ad Widget

Collapse

Tracking Errors Over Time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harclaw75
    Junior Member
    • Jun 2020
    • 5

    #1

    Tracking Errors Over Time

    We have a webhook media-type that creates Remedy tickets and returns an error to the Zabbix log in the form:

    <date> Remedy Failure: Remedy Ticket Failure : Remedy Failure: <error string> EventID: <eventID> HOST: <hostname>

    If the media-type fails it waits one minute before trying to create that ticket again up to 3 times.

    I have a log watcher that extract the eventID from the error and I am trying to wrap my head around how I might track if any given event ID error occurs 3 times over 5 min. I tested using a calculated item check to get the last eventID value and a separate calculated item check to count that item check but that does not seem to be working. Any thoughts on how this might be accomplished?

Working...