gatus icon indicating copy to clipboard operation
gatus copied to clipboard

Getting same alert description in alert triggered as well as alert resolved

Open 221bshashank opened this issue 2 years ago • 1 comments

Describe the bug

I am using email alerting system and configured something like this:

alerting:
  email:
    from: "[email protected]"
    password: ""
    host: "example.net"
    port: 55
    to: "[email protected]"
    default-alert:
      description: "Health check has failed"
      send-on-resolved: true
      failure-threshold: 2
      success-threshold: 2
    client:
      insecure: true

What do you see?

I am seeing same description for triggered as well as resolved email

What do you expect to see?

I want to see dynamic descriptions

List the steps that must be taken to reproduce this issue

configure email alerting system

Version

latest

Additional information

No response

221bshashank avatar Oct 17 '23 13:10 221bshashank

Are you sure you're using latest? Because #572 should have fixed this issue, which was released in v5.6.0

TwiN avatar Oct 17 '23 23:10 TwiN