{ "title": "zte_epon_dying_gasp", "description": "ZTE EPON: ONU power loss - zte.csv row 3. Shares the 'dying_gasp' event_type with the BDCOM and ZTE GPON dying-gasp rules for a cross-vendor view. Built from the provided report, not yet verified against real device output.", "source": "rule \"zte_epon_dying_gasp\"\nwhen\n contains(to_string($message.message), \"EPON\") && contains(to_string($message.message), \"onu Power Off\")\nthen\n set_field(\"vendor\", \"zte\");\n set_field(\"pon_type\", \"epon\");\n set_field(\"event_type\", \"dying_gasp\");\n set_field(\"severity_tag\", \"critical\");\nend" }