Bug description
Alert configurations edited through dynamic configurations on the Agent are not immediately synced with the Cloud. The current implementation only triggers configuration sync when an alert transition (escalation/de-escalation) occurs, not when the configuration itself is modified.
Expected behavior
When a user edits an alert configuration through dynamic configurations:
- The configuration change should be detected and synced to Cloud proactively (not waiting for an alert transition)
- Cloud should always have the most up-to-date configuration for any alert, regardless of whether that alert has recently transitioned
Steps to reproduce
Steps to Reproduce:
- Set up a Netdata Agent connected to Netdata Cloud
- Identify an existing alert with a known configuration
- Verify the alert configuration is visible in Cloud
- Edit the alert config through dynamic configurations (e.g., change warning/critical thresholds, summary, etc)
- Observe that the configuration in Cloud does not update
- Wait for the alert to transition (trigger the alert condition)
- Only after the transition does Cloud receive the updated configuration
Screenshots
No response
Error Logs
No response
Desktop
OS: Archlinux
Browser: Brave
Browser Version: v1.86.146 (Jan 28, 2026)
Additional context
No response