21 lines
718 B
JSON
21 lines
718 B
JSON
{
|
|
"title": "CRITICAL: Juniper chassis hardware alarm",
|
|
"description": "Chassis-level SNMP trap from Juniper equipment (over temperature, fan, power supply, etc.) - potential hardware failure risk",
|
|
"priority": 3,
|
|
"alert": true,
|
|
"config": {
|
|
"type": "aggregation-v1",
|
|
"query": "event_type:chassis_alarm",
|
|
"streams": ["__NETWORK_STREAM_ID__"],
|
|
"group_by": [],
|
|
"series": [],
|
|
"conditions": {"expression": null},
|
|
"search_within_ms": 60000,
|
|
"execute_every_ms": 60000,
|
|
"event_limit": 100
|
|
},
|
|
"field_spec": {},
|
|
"key_spec": [],
|
|
"notification_settings": {"grace_period_ms": 600000, "backlog_size": 5},
|
|
"notifications": [{"notification_id": "__DISCORD_NOTIFICATION_ID__"}]
|
|
}
|