Error Message and Logs
Environment
- Coolify version: 4.0.0-beta.471
- OS: Ubuntu 24, aarch64
- Notification: Telegram and Pushover
Description
Container Status Changes notification is enabled in Settings → Notifications → Telegram and Pushover, but no notification is sent when a container crashes or is killed via docker kill.
Notification IS sent when:
- A new deployment succeeds
- A container restarts after a crash (the restart notification arrives, not the crash)
Notification is NOT sent when:
- Container is killed with
docker kill <container_name>
- Container crashes unexpectedly
Steps to Reproduce
Steps to reproduce
- Enable "Container Status Changes" in Telegram and Pushover notification settings
- Run
docker kill <container_name> on any running container managed by Coolify
- No Telegram or Pushover notification received
- Container restarts → notification received for the restart
Expected behavior
Notification should be sent immediately when container goes down, not only when it comes back up.
Example Repository URL
No response
Coolify Version
4.0.0-beta.471
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04.4 LTS (Noble Numbat)
Additional Information
No response
Error Message and Logs
Environment
Description
Container Status Changes notification is enabled in Settings → Notifications → Telegram and Pushover, but no notification is sent when a container crashes or is killed via
docker kill.Notification IS sent when:
Notification is NOT sent when:
docker kill <container_name>Steps to Reproduce
Steps to reproduce
docker kill <container_name>on any running container managed by CoolifyExpected behavior
Notification should be sent immediately when container goes down, not only when it comes back up.
Example Repository URL
No response
Coolify Version
4.0.0-beta.471
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04.4 LTS (Noble Numbat)
Additional Information
No response