{ "title": "juniper_qsfp_eeprom_failed", "description": "Juniper: failed to read the QSFP module's ID EEPROM - juniper.csv row 6. Built from the provided report, not yet verified against real device output.", "source": "rule \"juniper_qsfp_eeprom_failed\"\nwhen\n contains(to_string($message.message), \"FAILED to read the QSFP\") && contains(to_string($message.message), \"EEPROM\")\nthen\n set_field(\"vendor\", \"juniper\");\n set_field(\"event_type\", \"qsfp_eeprom_failed\");\n set_field(\"severity_tag\", \"warning\");\nend" }