Initial commit

This commit is contained in:
Your Name
2026-04-23 17:07:55 +08:00
commit b7e39e063b
16725 changed files with 1625565 additions and 0 deletions
@@ -0,0 +1,235 @@
{
"leds": [
{
"group": "bmc_booted",
"members": [
{
"Name": "power",
"Action": "Blink",
"DutyOn": 50,
"Period": 1000,
"Priority": "On"
},
{
"Name": "init_ok",
"Action": "On",
"DutyOn": 50,
"Period": 0,
"Priority": "On"
}
]
},
{
"group": "power_on",
"members": [
{
"Name": "power",
"Action": "On",
"DutyOn": 50,
"Period": 0,
"Priority": "On"
}
]
},
{
"group": "enclosure_identify",
"members": [
{
"Name": "identify",
"Action": "On",
"DutyOn": 50,
"Period": 0,
"Priority": "On"
}
]
},
{
"group": "enclosure_identify_blink",
"members": [
{
"Name": "identify",
"Action": "Blink",
"DutyOn": 50,
"Period": 1000,
"Priority": "On"
}
]
},
{
"group": "system_fault_warning",
"members": [
{
"Name": "front_syshealth",
"Action": "Blink",
"DutyOn": 50,
"Period": 1000,
"Priority": "On"
}
]
},
{
"group": "system_fault_critical",
"members": [
{
"Name": "front_syshealth",
"Action": "On",
"DutyOn": 50,
"Period": 0,
"Priority": "On"
}
]
},
{
"group": "dimm_fault_warning",
"members": [
{
"Name": "front_syshealth",
"Action": "Blink",
"DutyOn": 50,
"Period": 1000,
"Priority": "On"
},
{
"Name": "front_memory",
"Action": "Blink",
"DutyOn": 50,
"Period": 1000,
"Priority": "On"
}
]
},
{
"group": "dimm_fault_critical",
"members": [
{
"Name": "front_syshealth",
"Action": "On",
"DutyOn": 50,
"Period": 0,
"Priority": "On"
},
{
"Name": "front_memory",
"Action": "On",
"DutyOn": 50,
"Period": 0,
"Priority": "On"
}
]
},
{
"group": "system_hot_fault_warning",
"members": [
{
"Name": "front_syshealth",
"Action": "Blink",
"DutyOn": 50,
"Period": 1000,
"Priority": "On"
},
{
"Name": "front_syshot",
"Action": "Blink",
"DutyOn": 50,
"Period": 1000,
"Priority": "On"
}
]
},
{
"group": "system_hot_fault_critical",
"members": [
{
"Name": "front_syshealth",
"Action": "On",
"DutyOn": 50,
"Period": 0,
"Priority": "On"
},
{
"Name": "front_syshot",
"Action": "On",
"DutyOn": 50,
"Period": 0,
"Priority": "On"
}
]
},
{
"group": "fan_fault_warning",
"members": [
{
"Name": "front_syshealth",
"Action": "Blink",
"DutyOn": 50,
"Period": 1000,
"Priority": "On"
},
{
"Name": "front_fan",
"Action": "Blink",
"DutyOn": 50,
"Period": 1000,
"Priority": "On"
}
]
},
{
"group": "fan_fault_critical",
"members": [
{
"Name": "front_syshealth",
"Action": "On",
"DutyOn": 50,
"Period": 0,
"Priority": "On"
},
{
"Name": "front_fan",
"Action": "On",
"DutyOn": 50,
"Period": 0,
"Priority": "On"
}
]
},
{
"group": "powersupply_fault_warning",
"members": [
{
"Name": "front_syshealth",
"Action": "Blink",
"DutyOn": 50,
"Period": 1000,
"Priority": "On"
},
{
"Name": "front_psu",
"Action": "Blink",
"DutyOn": 50,
"Period": 1000,
"Priority": "On"
}
]
},
{
"group": "powersupply_fault_critical",
"members": [
{
"Name": "front_syshealth",
"Action": "On",
"DutyOn": 50,
"Period": 0,
"Priority": "On"
},
{
"Name": "front_psu",
"Action": "On",
"DutyOn": 50,
"Period": 0,
"Priority": "On"
}
]
}
]
}