{ "title": "bdcom_epon_onu_info_failed", "description": "BDCOM EPON: failed to read basic ONU information - bdcom.csv row 5. Built from the provided report, not yet verified against real device output.", "source": "rule \"bdcom_epon_onu_info_failed\"\nwhen\n contains(to_string($message.message), \"Get ONU basic information failed\")\nthen\n set_field(\"vendor\", \"bdcom_epon\");\n set_field(\"event_type\", \"onu_info_failed\");\n set_field(\"severity_tag\", \"critical\");\nend" }