add sample messages
This commit is contained in:
14
data/sample_messages/downtime.json
Normal file
14
data/sample_messages/downtime.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"topic": "_",
|
||||
"title": "Downtime detected for service https://example.com",
|
||||
"message": "More than 1 minute of downtime detected",
|
||||
"actions": [
|
||||
{
|
||||
"action": "view",
|
||||
"label": "Open Dashboard",
|
||||
"url": "https://example.com"
|
||||
}
|
||||
],
|
||||
"priority": 5,
|
||||
"tags": ["arrow_down_small"]
|
||||
}
|
||||
Reference in New Issue
Block a user