{ "title": "juniper_link_down", "description": "Juniper mib2d/kernel: SNMP link-down trap - juniper.csv row 7. Built from the provided report, not yet verified against real device output.", "source": "rule \"juniper_link_down\"\nwhen\n contains(to_string($message.message), \"SNMP_TRAP_LINK_DOWN\")\nthen\n set_field(\"vendor\", \"juniper\");\n set_field(\"event_type\", \"link_down\");\n set_field(\"severity_tag\", \"warning\");\nend" }