{ "title": "juniper_optical_low_power", "description": "Juniper: SFP receive power low alarm - juniper.csv row 6. Shares the 'optical_low_power' event_type with zte_optical_low_power and the D-Link optical rule for a cross-vendor view. Built from the provided report, not yet verified against real device output.", "source": "rule \"juniper_optical_low_power\"\nwhen\n contains(to_string($message.message), \"SFP receive power low alarm\")\nthen\n set_field(\"vendor\", \"juniper\");\n set_field(\"event_type\", \"optical_low_power\");\n set_field(\"severity_tag\", \"warning\");\nend" }