Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
brablc committed Jul 9, 2024
1 parent 389e525 commit 4123fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-alerter.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def process_events():
"unique_id": calculate_md5(
f"{SWARM_NAME} {service_name} {get_random_str(10)}"
),
"message": f"{SWARM_NAME} service {service_name} failing on {HOSTNAME}",
"message": f"{SWARM_NAME} service {service_name} failing healthcheck on {HOSTNAME}",
"summary": f"There were {actions["failed"]} failed healthchecks within {EVENTS_WINDOW} seconds.",
}
pending_alerts[service_name] = data
Expand Down

0 comments on commit 4123fd2

Please sign in to comment.