mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
1d35f1df91
Remove escalation functionality from alert management system including: - Remove escalationTime configuration from alert rules - Remove escalation checking and processing logic - Remove escalation UI indicators and notifications - Clean up escalation-related state management - Remove escalation socket events and handlers 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
32 lines
801 B
Plaintext
32 lines
801 B
Plaintext
{
|
|
"_readme": "This is a template file. Custom alert rules will be stored in alert-rules.json (not tracked by git)",
|
|
"_example": {
|
|
"compound_example_123": {
|
|
"id": "compound_example_123",
|
|
"condition": "greater_than",
|
|
"duration": 5000,
|
|
"enabled": true,
|
|
"tags": [],
|
|
"group": "compound_threshold",
|
|
"autoResolve": false,
|
|
"suppressionTime": 300000,
|
|
"notificationChannels": [
|
|
"default"
|
|
],
|
|
"type": "compound_threshold",
|
|
"name": "Example Alert",
|
|
"targetType": "all",
|
|
"specificTarget": "",
|
|
"thresholds": [
|
|
{
|
|
"type": "cpu",
|
|
"operator": ">",
|
|
"value": 80
|
|
}
|
|
],
|
|
"sendEmail": true,
|
|
"sendWebhook": false,
|
|
"createdAt": 1749159848648
|
|
}
|
|
}
|
|
} |