Planning for VELOS Guide Source |
Montoring VELOS Health & Alert Status¶
VELOS has many components and subsystems which can be monitored via CLI, webUI, API, and SNMP. It may be difficult to sift through all the end points to determine which are the key ones that can quicky provide health of the chassis. This section will provide guidance on how to quickly get health and alert status of the VELOS system, while other sections will focus on getting deeper detail.
Active Alerts¶
The VELOS system has an alerting system where certain known issues will raise alerts when the occur, and will be be cleared when they are addressed or self-heal.
Checking Active Alerts via CLI¶
The show system alarms CLI command will display any active alarms on the VELOS system if any exist. If the system is healthy then no entries will be found:
syscon-1-active# show system alarms
% No entries found.
syscon-1-active#
To see past events use the command show system events.
syscon-1-active# show system events
LOG
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
66048 controller-2 arbitration-state EVENT NA "Deasserted: peer arbitration health state" "2021-05-24 15:53:18.820164630 UTC"
66048 controller-2 arbitration-state EVENT NA "Deasserted: peer arbitration request-active state" "2021-05-24 15:53:19.967579072 UTC"
66048 controller-2 arbitration-state EVENT NA "Deasserted: peer arbitration grant-active state" "2021-05-24 15:53:19.978854195 UTC"
65545 fan-controller-1 power-fault ASSERT NOTICE "Power fault detected in hardware" "2021-05-24 15:53:21.049898161 UTC"
66048 controller-2 arbitration-state EVENT NA "Asserted: local arbitration health state" "2021-05-24 15:53:26.015915252 UTC"
66048 controller-2 arbitration-state EVENT NA "Asserted: local arbitration request-active state" "2021-05-24 15:53:27.966554138 UTC"
66048 controller-2 arbitration-state EVENT NA "Asserted: local arbitration grant-active state" "2021-05-24 15:53:28.856929312 UTC"
65546 blade-2 thermal-fault ASSERT WARNING "Thermal fault detected in hardware" "2021-05-24 15:53:36.609780988 UTC"
65546 blade-1 thermal-fault ASSERT WARNING "Thermal fault detected in hardware" "2021-05-24 15:53:40.490642113 UTC"
66048 controller-2 arbitration-state EVENT NA "Asserted: peer arbitration health state" "2021-05-24 15:53:40.497334043 UTC"
66048 controller-1 arbitration-state EVENT NA "Asserted: peer arbitration health state" "2021-05-24 15:53:26.746574994 UTC"
66048 controller-2 arbitration-state EVENT NA "Asserted: peer arbitration request-active state" "2021-05-24 15:53:40.509161929 UTC"
66048 controller-1 arbitration-state EVENT NA "Asserted: peer arbitration request-active state" "2021-05-24 15:53:28.706752103 UTC"
66048 controller-1 arbitration-state EVENT NA "Asserted: peer arbitration grant-active state" "2021-05-24 15:53:28.715491054 UTC"
66048 controller-1 arbitration-state EVENT NA "Deasserted: local arbitration health state" "2021-05-24 15:53:30.717324742 UTC"
66048 controller-1 arbitration-state EVENT NA "Deasserted: local arbitration request-active state" "2021-05-24 15:53:30.855158278 UTC"
66048 controller-1 arbitration-state EVENT NA "Deasserted: local arbitration grant-active state" "2021-05-24 15:53:30.866478756 UTC"
66048 controller-1 arbitration-state EVENT NA "Asserted: local arbitration health state" "2021-05-24 15:53:32.702577376 UTC"
66048 controller-1 arbitration-state EVENT NA "Asserted: local arbitration request-active state" "2021-05-24 15:53:34.604942495 UTC"
66048 controller-1 arbitration-state EVENT NA "Deasserted: local arbitration request-active state" "2021-05-24 15:53:42.172936771 UTC"
65546 blade-3 thermal-fault ASSERT WARNING "Thermal fault detected in hardware" "2021-05-24 15:53:44.108120781 UTC"
66048 controller-2 arbitration-state EVENT NA "Deasserted: peer arbitration request-active state" "2021-05-24 15:53:44.763209737 UTC"
65550 controller-1 firmware-update-status EVENT NA "Firmware update is running for sirr " "2021-05-24 15:53:50.355583264 UTC"
65550 controller-1 firmware-update-status EVENT NA "Firmware update completed for sirr " "2021-05-24 15:53:54.860605432 UTC"
131073 chassis nebsDisabled EVENT NA "Chassis is operating with non-NEBS temperature thresholds" "2021-05-24 15:53:54.959361073 UTC"
65550 controller-2 firmware-update-status EVENT NA "Firmware update is running for sirr " "2021-05-24 15:53:55.977932249 UTC"
65550 controller-2 firmware-update-status EVENT NA "Firmware update completed for sirr " "2021-05-24 15:53:56.004017282 UTC"
65546 blade-2 thermal-fault CLEAR WARNING "Thermal fault detected in hardware" "2021-05-24 19:02:25.967760976 UTC"
65546 blade-2 thermal-fault EVENT NA "Deasserted: VQF hot" "2021-05-24 19:02:25.967814413 UTC"
65546 blade-1 thermal-fault CLEAR WARNING "Thermal fault detected in hardware" "2021-05-24 19:02:25.984620974 UTC"
65546 blade-1 thermal-fault EVENT NA "Deasserted: VQF hot" "2021-05-24 19:02:25.984658200 UTC"
65546 blade-3 thermal-fault CLEAR WARNING "Thermal fault detected in hardware" "2021-05-24 19:02:26.005916081 UTC"
65546 blade-3 thermal-fault EVENT NA "Deasserted: VQF hot" "2021-05-24 19:02:26.005953590 UTC"
Checking Active Alerts via webUI¶
In the system controller webUI you can go to the System Events > Alarms & Events page to see if there are any known alerts for the system. The alerting page is focused on Active alerts, and not issues that have cleared. If for example the temperature rises beyond an acceptable threshold then a temperature alert will be raised. It will be seen in this page. If the temperature then falls back into a safe range then the alert will be removed. Each of these alerts will also generate a corresponding SNMP Trap. Please see the the VELOS F5OS SNMP Monitoring and Alerting section.

Checking Active Alerts via API¶
Recent system level alerts can be accessed via the API. Below is an API call to see all the system events that have occured for a particular chassis:
GET https://{{System-Controller-IP}}:8888/restconf/data/openconfig-system:system/f5-event-log:events
Below are examples of events from a chassis in a test lab.Note there are ASSERT and Deasserted messages that clear them.
{
"f5-event-log:events": {
"event": [
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Deasserted: peer arbitration health state\" \"2021-05-24 15:53:18.820164630 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Deasserted: peer arbitration request-active state\" \"2021-05-24 15:53:19.967579072 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Deasserted: peer arbitration grant-active state\" \"2021-05-24 15:53:19.978854195 UTC\""
},
{
"log": "65545 fan-controller-1 power-fault ASSERT NOTICE \"Power fault detected in hardware\" \"2021-05-24 15:53:21.049898161 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Asserted: local arbitration health state\" \"2021-05-24 15:53:26.015915252 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Asserted: local arbitration request-active state\" \"2021-05-24 15:53:27.966554138 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Asserted: local arbitration grant-active state\" \"2021-05-24 15:53:28.856929312 UTC\""
},
{
"log": "65546 blade-2 thermal-fault ASSERT WARNING \"Thermal fault detected in hardware\" \"2021-05-24 15:53:36.609780988 UTC\""
},
{
"log": "65546 blade-1 thermal-fault ASSERT WARNING \"Thermal fault detected in hardware\" \"2021-05-24 15:53:40.490642113 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Asserted: peer arbitration health state\" \"2021-05-24 15:53:40.497334043 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Asserted: peer arbitration health state\" \"2021-05-24 15:53:26.746574994 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Asserted: peer arbitration request-active state\" \"2021-05-24 15:53:40.509161929 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Asserted: peer arbitration request-active state\" \"2021-05-24 15:53:28.706752103 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Asserted: peer arbitration grant-active state\" \"2021-05-24 15:53:28.715491054 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Deasserted: local arbitration health state\" \"2021-05-24 15:53:30.717324742 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Deasserted: local arbitration request-active state\" \"2021-05-24 15:53:30.855158278 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Deasserted: local arbitration grant-active state\" \"2021-05-24 15:53:30.866478756 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Asserted: local arbitration health state\" \"2021-05-24 15:53:32.702577376 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Asserted: local arbitration request-active state\" \"2021-05-24 15:53:34.604942495 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Deasserted: local arbitration request-active state\" \"2021-05-24 15:53:42.172936771 UTC\""
},
{
"log": "65546 blade-3 thermal-fault ASSERT WARNING \"Thermal fault detected in hardware\" \"2021-05-24 15:53:44.108120781 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Deasserted: peer arbitration request-active state\" \"2021-05-24 15:53:44.763209737 UTC\""
},
{
"log": "65550 controller-1 firmware-update-status EVENT NA \"Firmware update is running for sirr \" \"2021-05-24 15:53:50.355583264 UTC\""
},
{
"log": "65550 controller-1 firmware-update-status EVENT NA \"Firmware update completed for sirr \" \"2021-05-24 15:53:54.860605432 UTC\""
},
{
"log": "131073 chassis nebsDisabled EVENT NA \"Chassis is operating with non-NEBS temperature thresholds\" \"2021-05-24 15:53:54.959361073 UTC\""
},
{
"log": "65550 controller-2 firmware-update-status EVENT NA \"Firmware update is running for sirr \" \"2021-05-24 15:53:55.977932249 UTC\""
},
{
"log": "65550 controller-2 firmware-update-status EVENT NA \"Firmware update completed for sirr \" \"2021-05-24 15:53:56.004017282 UTC\""
},
{
"log": "65546 blade-2 thermal-fault CLEAR WARNING \"Thermal fault detected in hardware\" \"2021-05-24 19:02:25.967760976 UTC\""
},
{
"log": "65546 blade-2 thermal-fault EVENT NA \"Deasserted: VQF hot\" \"2021-05-24 19:02:25.967814413 UTC\""
},
{
"log": "65546 blade-1 thermal-fault CLEAR WARNING \"Thermal fault detected in hardware\" \"2021-05-24 19:02:25.984620974 UTC\""
},
{
"log": "65546 blade-1 thermal-fault EVENT NA \"Deasserted: VQF hot\" \"2021-05-24 19:02:25.984658200 UTC\""
},
{
"log": "65546 blade-3 thermal-fault CLEAR WARNING \"Thermal fault detected in hardware\" \"2021-05-24 19:02:26.005916081 UTC\""
},
{
"log": "65546 blade-3 thermal-fault EVENT NA \"Deasserted: VQF hot\" \"2021-05-24 19:02:26.005953590 UTC\""
},
{
"log": "65550 blade-1 firmware-update-status EVENT NA \"Firmware update is running for vqf 0\" \"2021-05-24 19:27:26.907130040 UTC\""
},
{
"log": "65550 blade-1 firmware-update-status EVENT NA \"Firmware update completed for vqf 0\" \"2021-05-24 19:27:32.909166793 UTC\""
},
{
"log": "65550 blade-1 firmware-update-status EVENT NA \"Firmware update is running for atse 0\" \"2021-05-24 19:27:32.918458222 UTC\""
},
{
"log": "65550 blade-2 firmware-update-status EVENT NA \"Firmware update is running for atse 0\" \"2021-05-24 19:27:33.225942722 UTC\""
},
{
"log": "65550 blade-1 firmware-update-status EVENT NA \"Firmware update completed for atse 0\" \"2021-05-24 19:27:40.575885860 UTC\""
},
{
"log": "65550 blade-2 firmware-update-status EVENT NA \"Firmware update completed for atse 0\" \"2021-05-24 19:27:40.699221495 UTC\""
},
{
"log": "66049 controller-1 switch-fault EVENT NA \"data plane switch port hg14 (blade2/bp0) has uncorrected errors, value={fecUncorrected}\" \"2021-05-24 19:27:45.296321858 UTC\""
},
{
"log": "66049 controller-1 switch-fault EVENT NA \"data plane switch port hg0 (blade1/bp0) has uncorrected errors, value={fecUncorrected}\" \"2021-05-24 19:27:45.351543047 UTC\""
},
{
"log": "66049 controller-2 switch-fault EVENT NA \"data plane switch port hg14 (blade2/bp1) has uncorrected errors, value={fecUncorrected}\" \"2021-05-24 19:27:46.473379078 UTC\""
},
{
"log": "66049 controller-2 switch-fault EVENT NA \"data plane switch port hg0 (blade1/bp1) has uncorrected errors, value={fecUncorrected}\" \"2021-05-24 19:27:46.758451350 UTC\""
},
{
"log": "66049 controller-1 switch-fault EVENT NA \"data plane switch port hg14 (blade2/bp0) has no uncorrected errors\" \"2021-05-24 19:28:15.154986705 UTC\""
},
{
"log": "66049 controller-1 switch-fault EVENT NA \"data plane switch port hg0 (blade1/bp0) has no uncorrected errors\" \"2021-05-24 19:28:15.426611864 UTC\""
},
{
"log": "66049 controller-2 switch-fault EVENT NA \"data plane switch port hg0 (blade1/bp1) has no uncorrected errors\" \"2021-05-24 19:28:16.693070219 UTC\""
},
{
"log": "66049 controller-2 switch-fault EVENT NA \"data plane switch port hg14 (blade2/bp1) has no uncorrected errors\" \"2021-05-24 19:28:16.929074328 UTC\""
},
{
"log": "65550 blade-3 firmware-update-status EVENT NA \"Firmware update is running for vqf 0\" \"2021-05-24 19:28:59.482959232 UTC\""
},
{
"log": "65550 blade-3 firmware-update-status EVENT NA \"Firmware update completed for vqf 0\" \"2021-05-24 19:29:05.495334551 UTC\""
},
{
"log": "65550 blade-3 firmware-update-status EVENT NA \"Firmware update is running for atse 0\" \"2021-05-24 19:29:05.501245699 UTC\""
},
{
"log": "65550 blade-3 firmware-update-status EVENT NA \"Firmware update completed for atse 0\" \"2021-05-24 19:29:13.225536688 UTC\""
},
{
"log": "66049 controller-1 switch-fault EVENT NA \"data plane switch port hg11 (blade3/bp0) has uncorrected errors, value={fecUncorrected}\" \"2021-05-24 19:29:19.095000767 UTC\""
},
{
"log": "66049 controller-2 switch-fault EVENT NA \"data plane switch port hg11 (blade3/bp1) has uncorrected errors, value={fecUncorrected}\" \"2021-05-24 19:29:26.520634735 UTC\""
},
{
"log": "66049 controller-1 switch-fault EVENT NA \"data plane switch port hg11 (blade3/bp0) has no uncorrected errors\" \"2021-05-24 19:29:49.115375341 UTC\""
},
{
"log": "66049 controller-2 switch-fault EVENT NA \"data plane switch port hg11 (blade3/bp1) has no uncorrected errors\" \"2021-05-24 19:29:56.854690134 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Asserted: local arbitration health state\" \"2021-05-26 02:41:33.773124875 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Asserted: local arbitration request-active state\" \"2021-05-26 02:41:35.695101564 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Asserted: local arbitration grant-active state\" \"2021-05-26 02:41:35.699045726 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Deasserted: peer arbitration health state\" \"2021-05-26 02:41:39.786044205 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Deasserted: peer arbitration request-active state\" \"2021-05-26 02:41:39.794249414 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Deasserted: peer arbitration grant-active state\" \"2021-05-26 02:41:39.801413197 UTC\""
},
{
"log": "131073 chassis nebsDisabled EVENT NA \"Chassis is operating with non-NEBS temperature thresholds\" \"2021-05-26 02:41:40.461757212 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Asserted: peer arbitration health state\" \"2021-05-26 02:42:07.768703623 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Asserted: peer arbitration request-active state\" \"2021-05-26 02:42:07.773478111 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Deasserted: local arbitration health state\" \"2021-05-26 02:42:07.777640774 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Deasserted: local arbitration request-active state\" \"2021-05-26 02:42:07.784882772 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Deasserted: local arbitration grant-active state\" \"2021-05-26 02:42:07.797839796 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Asserted: peer arbitration grant-active state\" \"2021-05-26 02:41:34.187592931 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Deasserted: local arbitration health state\" \"2021-05-26 02:41:35.217855071 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Deasserted: local arbitration request-active state\" \"2021-05-26 02:41:35.225443025 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Deasserted: local arbitration grant-active state\" \"2021-05-26 02:41:35.229464078 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Asserted: peer arbitration health state\" \"2021-05-26 02:41:43.919541915 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Asserted: local arbitration health state\" \"2021-05-26 02:42:05.250170202 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Asserted: local arbitration request-active state\" \"2021-05-26 02:42:05.318741777 UTC\""
},
{
"log": "131073 chassis nebsDisabled EVENT NA \"Chassis is operating with non-NEBS temperature thresholds\" \"2021-05-26 02:42:06.203445372 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Asserted: local arbitration grant-active state\" \"2021-05-26 02:42:07.211962644 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Deasserted: peer arbitration health state\" \"2021-05-26 02:42:07.802468848 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Deasserted: peer arbitration request-active state\" \"2021-05-26 02:42:07.812836190 UTC\""
},
{
"log": "66048 controller-1 arbitration-state EVENT NA \"Deasserted: peer arbitration grant-active state\" \"2021-05-26 02:42:07.837459150 UTC\""
},
{
"log": "131073 chassis nebsDisabled EVENT NA \"Chassis is operating with non-NEBS temperature thresholds\" \"2021-05-26 02:42:10.436404999 UTC\""
},
{
"log": "66048 controller-2 arbitration-state EVENT NA \"Asserted: peer arbitration grant-active state\" \"2021-05-26 02:42:10.822523042 UTC\""
},
{
"log": "65550 blade-2 firmware-update-status EVENT NA \"Firmware update is running for atse 0\" \"2021-05-26 04:06:34.843286399 UTC\""
},
{
"log": "65546 blade-2 thermal-fault ASSERT WARNING \"Thermal fault detected in hardware\" \"2021-05-26 04:06:36.864531942 UTC\""
},
{
"log": "65546 blade-2 thermal-fault EVENT NA \"Asserted: VQF hot\" \"2021-05-26 04:06:36.864577488 UTC\""
},
{
"log": "65550 blade-1 firmware-update-status EVENT NA \"Firmware update is running for vqf 0\" \"2021-05-26 04:06:39.864693543 UTC\""
},
{
"log": "65550 blade-2 firmware-update-status EVENT NA \"Firmware update completed for atse 0\" \"2021-05-26 04:06:40.767393044 UTC\""
},
{
"log": "65550 blade-3 firmware-update-status EVENT NA \"Firmware update is running for vqf 0\" \"2021-05-26 04:06:44.080096986 UTC\""
},
{
"log": "65546 blade-1 thermal-fault ASSERT WARNING \"Thermal fault detected in hardware\" \"2021-05-26 04:06:46.861342298 UTC\""
},
{
"log": "65546 blade-1 thermal-fault EVENT NA \"Asserted: VQF hot\" \"2021-05-26 04:06:46.861384173 UTC\""
},
{
"log": "65550 blade-1 firmware-update-status EVENT NA \"Firmware update completed for vqf 0\" \"2021-05-26 04:06:47.864891691 UTC\""
},
{
"log": "65550 blade-1 firmware-update-status EVENT NA \"Firmware update is running for atse 0\" \"2021-05-26 04:06:47.868305537 UTC\""
},
{
"log": "66049 controller-2 switch-status EVENT NA \"data plane switch port hg14 (blade2/bp1) has uncorrected errors, value={fecUncorrected}\" \"2021-05-26 04:06:50.071892384 UTC\""
},
{
"log": "65550 blade-3 firmware-update-status EVENT NA \"Firmware update completed for vqf 0\" \"2021-05-26 04:06:52.078973703 UTC\""
},
{
"log": "65550 blade-3 firmware-update-status EVENT NA \"Firmware update is running for atse 0\" \"2021-05-26 04:06:52.083057955 UTC\""
},
{
"log": "65546 blade-3 thermal-fault ASSERT WARNING \"Thermal fault detected in hardware\" \"2021-05-26 04:06:52.864912359 UTC\""
},
{
"log": "65546 blade-3 thermal-fault EVENT NA \"Asserted: VQF hot\" \"2021-05-26 04:06:52.864961319 UTC\""
}
]
}
}
System Health¶
VELOS also has a very robust system health utility where all the various hardware and software subsystems will first provide a high level health status, but then deeper detail can be gained on what is monitored via each subsystem.
Checking System Health via CLI¶
Below is the full output from a chassis with 3 blades installed. There is a lot of info in the output when unfiltered, but everything is broken into sections, within each section you’ll get a high level status of that subsection with the state name and state health. You can then see all the subcomponenets that bubble up into the higher level health status for that section. As an example you don’t need to know what threasholds will trigger an event, the system health will monitor that for you. If any component is out of tolerance, it will change status so that is not OK, and then it bubble up to the higher level status.
After the full output below some CLI examples of how to filter all this information down into a high level status will be provided.
syscon-1-active# show system health
system health components component blade-1
hardware blade/hardware/cpu
state name CPU
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------------------------------------------
cpu:state:fatal-error-fault Fatal error ok info 0 2021-09-23T15:41:12Z
cpu:state:fivr-fault FIVR Fault ok info 0 2021-09-23T15:41:12Z
cpu:state:hw-correctable-error-fault Hardware correctable error ok info 0 2021-09-23T15:41:12Z
cpu:state:internal-error-fault Internal unrecoverable error ok info 0 2021-09-23T15:41:12Z
cpu:state:machine-check-error Machine check error ok info 0 2021-09-23T15:41:12Z
cpu:state:non-fatal-error-fault Non-fatal error ok info 0 2021-09-23T15:41:12Z
cpu:state:processor-hot-fault Processor hot Fault ok info 0 2021-09-23T15:41:12Z
cpu:state:thermal-trip-fault Thermal Trip Fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:cpu:1.05v-pch-aux +1.05V PCH AUX power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:cpu:1.0v-pch-pcvv-aux +1.0V PCH PVNN AUX power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:cpu:1.1v-cpu-pvccio +1.1V CPU PVCCIO power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:cpu:1.1v-cpu-pvsa +1.1V CPU PVSA power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:cpu:1.8v-cpu-pvccin +1.8V CPU PVCCIN power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:cpu:1.8v-pch-aux +1.8V PCH AUX power fault ok info 0 2021-09-23T15:41:12Z
l4s:sensor:temperature:cpu CPU (C) ok info 40 2021-09-24T04:54:19Z
l4s:sensor:temperature:cputctldelta CPU TCTL-Delta (C) ok info -40 2021-09-24T04:54:19Z
l4s:thermal-fault:cpu:pch CPU PCH Hot thermal fault ok info 0 2021-09-23T15:41:12Z
l4s:thermal-fault:cpu:pvccin-vr CPU PVCCIN VR Hot thermal fault ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:invalid-address RAS Extlog invalid address event ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:master-abort RAS Extlog master abort event ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:memory-sparing RAS Extlog memory sparing event ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:mirror-broken RAS Extlog mirror broken event ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:multi-bit-ecc RAS Extlog mullti-bit ECC event ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:multi-symbol-chipkill-ecc RAS Extlog multi-symbol chipkill ECC event ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:no-error RAS Extlog no error event ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:parity-error RAS Extlog parity error event ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:physical-memory-map-out-event RAS Extlog physical memory map-out event ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:scrub-corrected-error RAS Extlog scrub corrected error ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:scrub-uncorrected-error RAS Extlog scrub uncorrected error ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:single-bit-ecc RAS Extlog single-bit ECC event ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:single-symbol-chipkill-ecc RAS Extlog single-symbol chipkill ECC event ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:target-abort RAS Extlog target abort event ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:unknown RAS Extlog unknown event ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:unknown-type RAS Extlog unknown type ok info 0 2021-09-23T15:41:12Z
rasdaemon:extlog:watchdog-timeout RAS Extlog watchdog timeout event ok info 0 2021-09-23T15:41:12Z
rasdaemon:mce:address-command-error RAS MCE address/Command error ok info 0 2021-09-24T04:56:13Z
rasdaemon:mce:generic-undefined-request RAS MCE generic undefined request ok info 0 2021-09-24T04:56:13Z
rasdaemon:mce:memory-read-error RAS MCE memory read error ok info 0 2021-09-24T04:56:13Z
rasdaemon:mce:memory-scrubbing-error RAS MCE memory scrubbing error ok info 0 2021-09-24T04:56:13Z
rasdaemon:mce:memory-write-error RAS MCE memory write error ok info 0 2021-09-24T04:56:13Z
rasdaemon:mce:processor-temp-throttling RAS MCE processor temperature throttling ok info 0 2021-09-24T04:56:13Z
rasdaemon:mce:unknown-event RAS MCE unknown error ok info 0 2021-09-23T15:41:12Z
hardware blade/hardware/cpu/pcie
state name "PCIe BUS"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-------------------------------------------------------------------------------------------------------------------------------------------------------
rasdaemon:aer:correctable:advisory-non-fatal RAS AER 'Advisory Non-Fatal' correctable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:correctable:bad-dllp RAS AER 'Bad DLLP' correctable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:correctable:bad-tlp RAS AER 'Bad TLP' correctable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:correctable:receiver-error RAS AER 'Receiver Error' correctable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:correctable:replay-num-rollover RAS AER 'RELAY_NUM Rollover' correctable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:correctable:replay-timer-timeout RAS AER 'Replay Timer Timeout' correctable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:completer-abort RAS AER 'Completer Abort' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:completion-timeout RAS AER 'Completion Timeout' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:data-link-protocol RAS AER 'Data Link Protocol' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:ecrc RAS AER 'ECRC' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:flow-control-protocol RAS AER 'Flow Control Protocol' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:malformed-tlp RAS AER 'Malformed TLP' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:poisoned-tlp RAS AER 'Poisoned TLP' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:receiver-overflow RAS AER 'Receiver Overflow' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:unexpected-completion RAS AER 'Unexpected Completion' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:unsupported-request RAS AER 'Unsupported Request' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:unknown-event RAS AER 'unknown' error ok info 0 2021-09-23T15:41:12Z
hardware blade/hardware/dma/dm0
state name "Data Mover 0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
dma:epva:fnq-enqueue-full ePVA FNQ enqueue full ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd ePVA Rx management FSD ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-cvc-update-failures ePVA Rx management FSD drop cvc update failure ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-evict-failures ePVA Rx management FSD drop evict failure ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-lively-failures ePVA Rx management FSD drop lively failure ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-unknown-sep ePVA Rx management FSD drop unknown SEP ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-unknown-svc ePVA Rx management FSD drop unknown SVC ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-wrong-dm ePVA Rx management FSD drop wrong DM ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-cv-updates ePVA Tx action snoop CV updates ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-evict-drop-entry-mismatch ePVA Tx action snoop evict drop entry mismatch ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-evict-drop-no-entry ePVA Tx action snoop evict drop no entry ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-evict-table-locked ePVA Tx action snoop evict drop table locked ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-evicts ePVA Tx action snoop evict ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-flush-drop-dup-req ePVA Tx action snoop flush drop dup req ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-flushes ePVA Tx Action Snoop Flushes ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-insert-drop-evict-disable-no-pri ePVA Tx action snoop insert drop evict disable no pri ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-insert-drop-no-priority ePVA Tx action snoop insert drop no priority ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-insert-drop-table-locked ePVA Tx action snoop insert drop table locked ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-inserts ePVA Tx action snoop inserts ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-replace ePVA Tx action snoop replace ok info 2021-05-18T17:48:23Z
dma:packet:qos QoS ok info 2021-05-18T17:48:23Z
dma:packet:rx-action-ring-full Rx Action Ring Full ok info 2021-05-18T17:48:23Z
dma:packet:rx-actions Rx action count ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-bytes Rx drop byte count ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-packets Rx drop packets ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-unknown-sep Rx drop unknown SEP ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-unknown-svc Rx drop unknown SVC ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-wrong-dm Rx drop wrong DM ok info 2021-05-18T17:48:23Z
dma:packet:rx-metadata Rx metadata ok info 2021-05-18T17:48:23Z
dma:packet:rx-pend-queue-full Rx pend queue full ok info 2021-05-18T17:48:23Z
dma:packet:tx-action-ring-full Tx action ring full ok info 2021-05-18T17:48:23Z
dma:packet:tx-actions Tx action count ok info 2021-05-18T17:48:23Z
dma:packet:tx-pend-queue-full Tx pend queue full ok info 2021-05-18T17:48:23Z
hardware blade/hardware/dma/dm1
state name "Data Mover 1"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
dma:epva:fnq-enqueue-full ePVA FNQ enqueue full ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd ePVA Rx management FSD ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-cvc-update-failures ePVA Rx management FSD drop cvc update failure ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-evict-failures ePVA Rx management FSD drop evict failure ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-lively-failures ePVA Rx management FSD drop lively failure ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-unknown-sep ePVA Rx management FSD drop unknown SEP ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-unknown-svc ePVA Rx management FSD drop unknown SVC ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-wrong-dm ePVA Rx management FSD drop wrong DM ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-cv-updates ePVA Tx action snoop CV updates ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-evict-drop-entry-mismatch ePVA Tx action snoop evict drop entry mismatch ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-evict-drop-no-entry ePVA Tx action snoop evict drop no entry ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-evict-table-locked ePVA Tx action snoop evict drop table locked ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-evicts ePVA Tx action snoop evict ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-flush-drop-dup-req ePVA Tx action snoop flush drop dup req ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-flushes ePVA Tx Action Snoop Flushes ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-insert-drop-evict-disable-no-pri ePVA Tx action snoop insert drop evict disable no pri ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-insert-drop-no-priority ePVA Tx action snoop insert drop no priority ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-insert-drop-table-locked ePVA Tx action snoop insert drop table locked ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-inserts ePVA Tx action snoop inserts ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-replace ePVA Tx action snoop replace ok info 2021-05-18T17:48:23Z
dma:packet:qos QoS ok info 2021-05-18T17:48:23Z
dma:packet:rx-action-ring-full Rx Action Ring Full ok info 2021-05-18T17:48:23Z
dma:packet:rx-actions Rx action count ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-bytes Rx drop byte count ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-packets Rx drop packets ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-unknown-sep Rx drop unknown SEP ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-unknown-svc Rx drop unknown SVC ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-wrong-dm Rx drop wrong DM ok info 2021-05-18T17:48:23Z
dma:packet:rx-metadata Rx metadata ok info 2021-05-18T17:48:23Z
dma:packet:rx-pend-queue-full Rx pend queue full ok info 2021-05-18T17:48:23Z
dma:packet:tx-action-ring-full Tx action ring full ok info 2021-05-18T17:48:23Z
dma:packet:tx-actions Tx action count ok info 2021-05-18T17:48:23Z
dma:packet:tx-pend-queue-full Tx pend queue full ok info 2021-05-18T17:48:23Z
hardware blade/hardware/dma/dm2
state name "Data Mover 2"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
dma:epva:fnq-enqueue-full ePVA FNQ enqueue full ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd ePVA Rx management FSD ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-cvc-update-failures ePVA Rx management FSD drop cvc update failure ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-evict-failures ePVA Rx management FSD drop evict failure ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-lively-failures ePVA Rx management FSD drop lively failure ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-unknown-sep ePVA Rx management FSD drop unknown SEP ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-unknown-svc ePVA Rx management FSD drop unknown SVC ok info 2021-05-18T17:48:23Z
dma:epva:rx-mgmt-fsd-drop-wrong-dm ePVA Rx management FSD drop wrong DM ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-cv-updates ePVA Tx action snoop CV updates ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-evict-drop-entry-mismatch ePVA Tx action snoop evict drop entry mismatch ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-evict-drop-no-entry ePVA Tx action snoop evict drop no entry ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-evict-table-locked ePVA Tx action snoop evict drop table locked ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-evicts ePVA Tx action snoop evict ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-flush-drop-dup-req ePVA Tx action snoop flush drop dup req ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-flushes ePVA Tx Action Snoop Flushes ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-insert-drop-evict-disable-no-pri ePVA Tx action snoop insert drop evict disable no pri ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-insert-drop-no-priority ePVA Tx action snoop insert drop no priority ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-insert-drop-table-locked ePVA Tx action snoop insert drop table locked ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-inserts ePVA Tx action snoop inserts ok info 2021-05-18T17:48:23Z
dma:epva:tx-action-snoop-replace ePVA Tx action snoop replace ok info 2021-05-18T17:48:23Z
dma:packet:qos QoS ok info 2021-05-18T17:48:23Z
dma:packet:rx-action-ring-full Rx Action Ring Full ok info 2021-05-18T17:48:23Z
dma:packet:rx-actions Rx action count ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-bytes Rx drop byte count ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-packets Rx drop packets ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-unknown-sep Rx drop unknown SEP ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-unknown-svc Rx drop unknown SVC ok info 2021-05-18T17:48:23Z
dma:packet:rx-drop-wrong-dm Rx drop wrong DM ok info 2021-05-18T17:48:23Z
dma:packet:rx-metadata Rx metadata ok info 2021-05-18T17:48:23Z
dma:packet:rx-pend-queue-full Rx pend queue full ok info 2021-05-18T17:48:23Z
dma:packet:tx-action-ring-full Tx action ring full ok info 2021-05-18T17:48:23Z
dma:packet:tx-actions Tx action count ok info 2021-05-18T17:48:23Z
dma:packet:tx-pend-queue-full Tx pend queue full ok info 2021-05-18T17:48:23Z
hardware blade/hardware/drives
state name Drives
state health ok
state severity info
hardware blade/hardware/drives/nvme0n1
state name "Drive NVME 0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
drives:capacity Drive capacity ok info 1 2021-09-24T04:00:01Z
drives:disk-usage-growth-rate Drive capacity Growth Rate ok info 1 2021-09-24T04:00:01Z
drives:smart:nvme:attr:available-spare Available spare ok info 100 2021-09-24T04:00:03Z
drives:smart:nvme:attr:critical-warning:available-spare SMART Attribute Critical Warning - Available Spare ok info false 2021-09-24T04:00:03Z
drives:smart:nvme:attr:critical-warning:media-or-internal-errors SMART Attribute Critical Warning - Media Errors ok info false 2021-09-24T04:00:03Z
drives:smart:nvme:attr:critical-warning:read-only-mode SMART Attribute Critical Warning - Read-Only Mode ok info false 2021-09-24T04:00:03Z
drives:smart:nvme:attr:critical-warning:temperature SMART Attribute Critical Warning - Temperature ok info false 2021-09-24T04:00:03Z
drives:smart:nvme:attr:critical-warning:volatile-memory-backup SMART Attribute Critical Warning - Volatile Memory ok info false 2021-09-24T04:00:03Z
drives:smart:nvme:attr:media-errors SMART Attribute media errors ok info 0 2021-09-24T04:00:03Z
drives:smart:nvme:attr:percentage-used Percentage used (%) ok info 2 2021-09-24T04:00:03Z
drives:smart:nvme:attr:temperature Temperature (C) ok info 26 2021-09-24T04:00:03Z
hardware blade/hardware/fpga/atse0
state name "FPGA ATSE-0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
fpga:version FPGA bitfile version ok info 7.7.3.0 2021-09-23T15:41:33Z
interface:port:speed Port Speed ok info 100 2021-09-23T15:41:33Z
l4s:power-domain:atse:0.9v-atse-vcc +0.9V_ATSE_VCC power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:atse:0.9v-atse-vcceram +0.9V_ATSE_VCCERAM power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:atse:1.12v-atse-vccrgbx +1.12V_ATSE_VCCRGBX power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:atse:1.12v-atse-vcctgbx +1.12V_ATSE_VCCTGBX power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:atse:1.2v-atse +1.2V_ATSE power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:atse:1.8v-atse +1.8V_ATSE power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:atse:2.4v-atse +2.4V_ATSE power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:atse:2.5v-atse +2.5V_ATSE power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:atse:3.0v-atse +3.0V_ATSE power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:atse:vcore-vr ATSE VCORE VR power fault ok info 0 2021-09-23T15:41:12Z
l4s:thermal-fault:atse:hot ATSE Hot thermal fault ok info 0 2021-09-23T15:41:12Z
l4s:thermal-fault:atse:thermal-trip ATSE thermal trip fault ok info 0 2021-09-23T15:41:12Z
l4s:thermal-fault:atse:vcore-vr VCORE VR Hot thermal fault ok info 0 2021-09-23T15:41:12Z
hardware blade/hardware/fpga/atse0/be2
state name "Bandwidth Engine"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
------------------------------------------------------------------------------------------------------
l4s:power-domain:be:0.95v-bwe +0.95V_BWE power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:be:1.5v-bwe +1.5V_BWE power fault ok info 0 2021-09-23T15:41:12Z
hardware blade/hardware/fpga/atse0/gearbox0
state name Gearbox-0
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------
atse:gearbox:rx-jabber-drop-count RX Jabber from FP drop count ok info 0 2021-09-24T04:58:17Z
atse:gearbox:rx-other-drop-count RX MAC Errors from FP drop count ok info 0 2021-09-24T04:58:17Z
atse:gearbox:rx-runt-drop-count RX Runt from FP drop count ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-fifo-mc-drop-count TX Fifo MC drop count ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-fifo-overflow-drop-count drop count due to FP TX FIFO Full ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-jabber-drop-count Jabber drop count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-other-drop-count MAC Error drop count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-parity-error-drop-count Parity error count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-port-not-found-drop-count TX Port Not Present drop count ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-runt-drop-count Runt drop count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/atse0/gearbox1
state name Gearbox-1
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------
atse:gearbox:rx-jabber-drop-count RX Jabber from FP drop count ok info 0 2021-09-24T04:58:17Z
atse:gearbox:rx-other-drop-count RX MAC Errors from FP drop count ok info 0 2021-09-24T04:58:17Z
atse:gearbox:rx-runt-drop-count RX Runt from FP drop count ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-fifo-mc-drop-count TX Fifo MC drop count ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-fifo-overflow-drop-count drop count due to FP TX FIFO Full ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-jabber-drop-count Jabber drop count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-other-drop-count MAC Error drop count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-parity-error-drop-count Parity error count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-port-not-found-drop-count TX Port Not Present drop count ok info 0 2021-09-24T04:58:17Z
atse:gearbox:tx-runt-drop-count Runt drop count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/atse0/ifh0
state name "ATSE<->VQF Host0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:17Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:17Z
interface:port:rx-byte-rate RX rate (B/s) ok info 23409.766667 2021-09-24T04:58:17Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:17Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:17Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 118.833333 2021-09-24T04:58:17Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:17Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:17Z
interface:port:tx-byte-rate TX rate (B/s) ok info 19140.333333 2021-09-24T04:58:17Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 119.3 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/atse0/ifh1
state name "ATSE<->VQF FP1"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:17Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:17Z
interface:port:rx-byte-rate RX rate (B/s) ok info 132.266667 2021-09-24T04:58:17Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:17Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:17Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 0 2021-09-24T04:58:17Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:17Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:17Z
interface:port:tx-byte-rate TX rate (B/s) ok info 204.283333 2021-09-24T04:58:17Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 0 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/atse0/ifh2
state name "ATSE<->VQF FP0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:17Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:17Z
interface:port:rx-byte-rate RX rate (B/s) ok info 132.266667 2021-09-24T04:58:17Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:17Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:17Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 0 2021-09-24T04:58:17Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:17Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:17Z
interface:port:tx-byte-rate TX rate (B/s) ok info 134.4 2021-09-24T04:58:17Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 0 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/atse0/pcie0
state name "ATSE<->CPU PCIe0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
------------------------------------------------------------------------------------------------
pcie:link-down-count Link Down Counter ok info 16 2021-09-24T04:58:19Z
pcie:ltssm:l0-exit-count LTSSM L0 Exit Counter ok info 16 2021-09-24T04:58:19Z
hardware blade/hardware/fpga/atse0/pcie1
state name "ATSE<->CPU PCIe1"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
------------------------------------------------------------------------------------------------
pcie:link-down-count Link Down Counter ok info 16 2021-09-24T04:58:19Z
pcie:ltssm:l0-exit-count LTSSM L0 Exit Counter ok info 16 2021-09-24T04:58:19Z
hardware blade/hardware/fpga/atse0/pcie2
state name "ATSE<->CPU PCIe2"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
------------------------------------------------------------------------------------------------
pcie:link-down-count Link Down Counter ok info 16 2021-09-24T04:58:19Z
pcie:ltssm:l0-exit-count LTSSM L0 Exit Counter ok info 16 2021-09-24T04:58:19Z
hardware blade/hardware/fpga/vqf
state name "VQF FPGA"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-------------------------------------------------------------------------------------------------------------------------------------------
fpga:version FPGA bitfile version ok info 8.7.12.29 2021-09-23T15:41:33Z
l4s:power-domain:vqf:0.9v-vqf-vcc +0.9V_VQF_VCC power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:vqf:0.9v-vqf-vcceram +0.9V_VQF_VCCERAM power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:vqf:1.12v-vqf-vccrgbx +1.12V_VQF_VCCRGBX power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:vqf:1.12v-vqf-vcctgbx +1.12V_VQF_VCCTGBX power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:vqf:1.8v-vqf +1.8V_VQF power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:vqf:2.4v-vqf +2.4V_VQF power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:vqf:3.0v-vqf +3.0V_VQF power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:vqf:vcore-vr VQF VCORE VR power fault ok info 0 2021-09-23T15:41:12Z
l4s:thermal-fault:vqf:hot VQF Hot thermal fault ok info 1 2021-09-23T15:41:19Z
l4s:thermal-fault:vqf:thermal-trip VQF thermal trip fault ok info 0 2021-09-23T15:41:12Z
l4s:thermal-fault:vqf:vcore-vr VCORE VR Hot thermal fault ok info 0 2021-09-23T15:41:12Z
vqf:global:egress-fifo-full-drop-count Global Egress FIFO Full drop count ok info 0 2021-09-24T04:58:17Z
vqf:global:egress-unexpected-did-drop-count Global Egress Unexpected DID drop count ok info 0 2021-09-24T04:58:17Z
vqf:global:ic-ifh-crc-errors Global IC IFH CRC Errors ok info 0 2021-09-24T04:58:17Z
vqf:global:ic-voq-not-enabled-drop-count Global Ingress VOQ Not Enabled drop count ok info 9 2021-09-24T04:58:17Z
vqf:global:ingress-fifo-full-drop-count Global Ingress FIFO Full drop count ok info 0 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/vqf/bp0
state name "VQF<->CC1 BP0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:17Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:17Z
interface:port:rx-byte-rate RX rate (B/s) ok info 777.133333 2021-09-24T04:58:17Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:17Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:17Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 9.683333 2021-09-24T04:58:17Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:17Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:17Z
interface:port:tx-byte-rate TX rate (B/s) ok info 885.95 2021-09-24T04:58:17Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 9.2 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/vqf/bp1
state name "VQF<->CC2 BP1"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:17Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:17Z
interface:port:rx-byte-rate RX rate (B/s) ok info 15145.333333 2021-09-24T04:58:17Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:17Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:17Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 130.133333 2021-09-24T04:58:17Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:17Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:17Z
interface:port:tx-byte-rate TX rate (B/s) ok info 20034.6 2021-09-24T04:58:17Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 152.483333 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/vqf/ifh0
state name "VQF<->ATSE FP0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:17Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:17Z
interface:port:rx-byte-rate RX rate (B/s) ok info 134.4 2021-09-24T04:58:17Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:17Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:17Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 1.05 2021-09-24T04:58:17Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:17Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:17Z
interface:port:tx-byte-rate TX rate (B/s) ok info 132.266667 2021-09-24T04:58:17Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 1.033333 2021-09-24T04:58:17Z
vqf:obuff:bytes-count OBUFF bytes counter ok info 4729010 2021-09-24T04:58:17Z
vqf:obuff:ooq-drop-count Out of queue drop counter ok info 0 2021-09-24T04:58:17Z
vqf:obuff:pkt-count OBUFF packet counter ok info 33070 2021-09-24T04:58:17Z
vqf:obuff:voq-drop-count Egress VOQ drop counter ok info 0 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/vqf/ifh1
state name "VQF<->ATSE FP1"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:17Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:17Z
interface:port:rx-byte-rate RX rate (B/s) ok info 206.416667 2021-09-24T04:58:17Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:17Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:17Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 1.6 2021-09-24T04:58:17Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:17Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:17Z
interface:port:tx-byte-rate TX rate (B/s) ok info 134.4 2021-09-24T04:58:17Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 1.05 2021-09-24T04:58:17Z
vqf:obuff:bytes-count OBUFF bytes counter ok info 4728867 2021-09-24T04:58:17Z
vqf:obuff:ooq-drop-count Out of queue drop counter ok info 0 2021-09-24T04:58:17Z
vqf:obuff:pkt-count OBUFF packet counter ok info 33069 2021-09-24T04:58:17Z
vqf:obuff:voq-drop-count Egress VOQ drop counter ok info 0 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/vqf/ifh2
state name "VQF<->ATSE Host0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-------------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:17Z
interface:port:fcs-errors-in FCS errors RX ok info 0 2021-09-24T04:58:17Z
interface:port:rx-byte-rate RX rate (B/s) ok info 19151.666667 2021-09-24T04:58:17Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:17Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:17Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 163.183333 2021-09-24T04:58:17Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:17Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:17Z
interface:port:tx-byte-rate TX rate (B/s) ok info 23424.666667 2021-09-24T04:58:17Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 183.6 2021-09-24T04:58:17Z
vqf:obuff:bytes-count OBUFF bytes counter ok info 344790235 2021-09-24T04:58:17Z
vqf:obuff:ooq-drop-count Out of queue drop counter ok info 0 2021-09-24T04:58:17Z
vqf:obuff:pkt-count OBUFF packet counter ok info 3826337 2021-09-24T04:58:17Z
vqf:obuff:voq-drop-count Egress VOQ drop Counter ok info 0 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/vqf/nse
state name NSE
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------------------------------------------------
nse:ldp:bad-ifh-crc-drop-count-0 Bad CRC drop count to vMIL from VOQ port 0 ok info 0 2021-09-24T04:58:17Z
nse:ldp:bad-ifh-crc-drop-count-1 Bad CRC drop count to vMIL from VOQ port 1 ok info 0 2021-09-24T04:58:17Z
nse:ldp:bad-ifh-crc-drop-count-2 Bad CRC drop count to vMIL from VOQ port 2 ok info 0 2021-09-24T04:58:17Z
nse:ldp:bad-ifh-crc-drop-count-3 Bad CRC drop count to vMIL from VOQ port 3 ok info 0 2021-09-24T04:58:17Z
nse:ldp:hldp-ntx-mgr-0-dop-count hLDP NTX Manager 0 drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:hldp-ntx-mgr-aggr-dop-count hLDP NTX Manager Aggregated drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:itw-rx-error-drop-count RX Error drop count from ATSE HDP ok info 0 2021-09-24T04:58:17Z
nse:ldp:itw-rx-runt-drop-count RX Runt drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:itw-tx-error-drop-count TX Error drop count from VQF ok info 0 2021-09-24T04:58:17Z
nse:ldp:itw-tx-jabber-drop-count TX Jabber drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:nmil-0-rx-congestion-drop-count nMIL 0 Rx Congestion drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:nmil-0-rx-port-num-parity-drop-count nMIL 0 Rx Port Num Parity drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:nmil-0-rx-runt-drop-count nMIL 0 RX Runt drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:nmil-1-rx-congestion-drop-count nMIL 1 Rx Congestion drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:nmil-1-rx-port-num-parity-drop-count nMIL 1 Rx Port Num Parity drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:nmil-1-rx-runt-drop-count nMIL 1 RX Runt drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:ntx-mgr-0-drop-count NTX Manager 0 drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:ntx-mgr-1-drop-count NTX Manager 1 drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:ntx-mgr-aggr-drop-count NTX Manager Aggregated drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:rx-route-0-drop-count Route 0 drop count from FP ok info 0 2021-09-24T04:58:17Z
nse:ldp:rx-route-1-drop-count Route 1 drop count from FP ok info 0 2021-09-24T04:58:17Z
nse:ldp:rx-route-2-drop-count Route 2 drop count from FP ok info 0 2021-09-24T04:58:17Z
nse:ldp:rx-route-3-drop-count Route 3 drop count from FP ok info 0 2021-09-24T04:58:17Z
nse:ldp:tx-dag-0-drop-count-0 Tx LDP 0 to VOQ port 0 drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:tx-dag-0-drop-count-1 Tx LDP 0 to VOQ port 1 drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:tx-dag-0-drop-count-2 Tx LDP 0 to VOQ port 2 drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:tx-dag-1-drop-count-0 Tx LDP 1 to VOQ port 0 drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:tx-dag-1-drop-count-1 Tx LDP 1 to VOQ port 1 drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:tx-dag-1-drop-count-2 Tx LDP 1 to VOQ port 2 drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:tx-dag-2-drop-count-0 Tx LDP 2 to VOQ port 0 drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:tx-dag-2-drop-count-1 Tx LDP 2 to VOQ port 1 drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:tx-dag-2-drop-count-2 Tx LDP 2 to VOQ port 2 drop count ok info 0 2021-09-24T04:58:17Z
nse:ldp:vmil-rx-run-drop-count-0 Number of RX run packets from VOQ 0 dropped at vMIL ok info 0 2021-09-24T04:58:17Z
nse:ldp:vmil-rx-run-drop-count-1 Number of RX run packets from VOQ 1 dropped at vMIL ok info 0 2021-09-24T04:58:17Z
nse:ldp:vmil-rx-run-drop-count-2 Number of RX run packets from VOQ 2 dropped at vMIL ok info 0 2021-09-24T04:58:17Z
nse:ldp:vmil-rx-run-drop-count-3 Number of RX run packets from VOQ 3 dropped at vMIL ok info 0 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/vqf/nse/nse-fp0
state name "NSE FP0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------------------
nse:port:rx-bad-vlan-drop-count RX bad VLAN pkt drop count ok info 0 2021-09-24T04:58:17Z
nse:port:rx-ctrl-flags-default-drop-count RX drop count control flags default ok info 0 2021-09-24T04:58:17Z
nse:port:rx-ctrl-flags-l2ls-default-drop-count RX drop count control L2LS defaults ok info 0 2021-09-24T04:58:17Z
nse:port:rx-ctrl-flags-l2ls-drop-count RX =drop count control L2LS ok info 0 2021-09-24T04:58:17Z
nse:port:rx-ctrl-flags-nls-drop-count RX drop count control NLS ok info 0 2021-09-24T04:58:17Z
nse:port:rx-dtd-drop-count RX double tagged pkt drop count ok info 0 2021-09-24T04:58:17Z
nse:port:rx-std-drop-count RX single tagged pkt drop count ok info 0 2021-09-24T04:58:17Z
nse:port:rx-stp-drop-count RX spanning tree drop count ok info 0 2021-09-24T04:58:17Z
nse:port:rx-utd-drop-count RX un-tagged pkt drop count ok info 0 2021-09-24T04:58:17Z
nse:port:tx-bad-nti-drop-count TX bad NTI ptk drop count ok info 0 2021-09-24T04:58:17Z
nse:port:tx-bad-vlan-drop-count TX bad VLAN ptk drop count ok info 2057028 2021-09-24T04:58:17Z
nse:port:tx-std-drop-count TX single tagged disabled drop count ok info 0 2021-09-24T04:58:17Z
nse:port:tx-utd-drop-count TX un-tagged disabled drop count ok info 0 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/vqf/nse/nse-fp1
state name "NSE FP1"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------------------
nse:port:rx-bad-vlan-drop-count RX bad VLAN pkt drop count ok info 0 2021-09-24T04:58:17Z
nse:port:rx-ctrl-flags-default-drop-count RX drop count control flags default ok info 0 2021-09-24T04:58:17Z
nse:port:rx-ctrl-flags-l2ls-default-drop-count RX drop count control L2LS defaults ok info 0 2021-09-24T04:58:17Z
nse:port:rx-ctrl-flags-l2ls-drop-count RX =drop count control L2LS ok info 0 2021-09-24T04:58:17Z
nse:port:rx-ctrl-flags-nls-drop-count RX drop count control NLS ok info 0 2021-09-24T04:58:17Z
nse:port:rx-dtd-drop-count RX double tagged pkt drop count ok info 0 2021-09-24T04:58:17Z
nse:port:rx-std-drop-count RX single tagged pkt drop count ok info 0 2021-09-24T04:58:17Z
nse:port:rx-stp-drop-count RX spanning tree drop count ok info 0 2021-09-24T04:58:17Z
nse:port:rx-utd-drop-count RX un-tagged pkt drop count ok info 0 2021-09-24T04:58:17Z
nse:port:tx-bad-nti-drop-count TX bad NTI ptk drop count ok info 0 2021-09-24T04:58:17Z
nse:port:tx-bad-vlan-drop-count TX bad VLAN ptk drop count ok info 1314964 2021-09-24T04:58:17Z
nse:port:tx-std-drop-count TX single tagged disabled drop count ok info 0 2021-09-24T04:58:17Z
nse:port:tx-utd-drop-count TX un-tagged disabled drop count ok info 0 2021-09-24T04:58:17Z
hardware blade/hardware/fpga/vqf/pcie0
state name "VQF PCIe Config"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
------------------------------------------------------------------------------------------------
pcie:link-down-count Link Down Counter ok info 0 2021-09-24T04:58:19Z
pcie:ltssm:l0-exit-count LTSSM L0 Exit Counter ok info 1 2021-09-24T04:58:19Z
hardware blade/hardware/fpga/vqf/voq
state name VOQ
state health ok
state severity info
hardware blade/hardware/lop
state name LOP
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------
l4s:sensor:current:lemanscurrentsensoridimon12vmain IMON 12V MAIN (A) ok info 22.61 2021-09-24T04:54:18Z
l4s:sensor:temperature:atsedie1 ATSE1 (C) ok info 53.6 2021-09-24T04:54:18Z
l4s:sensor:temperature:atsedie2 ATSE2 (C) ok info 57.8 2021-09-24T04:54:18Z
l4s:sensor:temperature:atsedie3 ATSE3 (C) ok info 60 2021-09-24T04:54:18Z
l4s:sensor:temperature:atsedie4 ATSE4 (C) ok info 59.7 2021-09-24T04:54:18Z
l4s:sensor:temperature:atsedie5 ATSE5 (C) ok info 62 2021-09-24T04:54:18Z
l4s:sensor:temperature:bwedie BWE (C) ok info 47.5 2021-09-24T04:54:19Z
l4s:sensor:temperature:inlet Inlet (C) ok info 24 2021-09-24T04:54:18Z
l4s:sensor:temperature:outlet Outlet (C) ok info 46 2021-09-24T04:54:18Z
l4s:sensor:temperature:vqfdie1 VQF1 (C) ok info 50.7 2021-09-24T04:54:19Z
l4s:sensor:temperature:vqfdie2 VQF2 (C) ok info 54.5 2021-09-24T04:54:19Z
l4s:sensor:voltage:06vvttab 0.6V VTT AB (V) ok info 0.606 2021-09-24T04:54:18Z
l4s:sensor:voltage:06vvttde 0.6V VTT DE (V) ok info 0.607 2021-09-24T04:54:18Z
l4s:sensor:voltage:095vbwe 0.95V BWE (V) ok info 0.95 2021-09-24T04:54:18Z
l4s:sensor:voltage:09vatsevcc 0.9V ATSE VCC (V) ok info 0.925 2021-09-24T04:54:18Z
l4s:sensor:voltage:09vatsevcceram 0.9V ATSE VCCERAM (V) ok info 0.907 2021-09-24T04:54:18Z
l4s:sensor:voltage:09vvqfvcc 0.9V VQF VCC (V) ok info 0.906 2021-09-24T04:54:18Z
l4s:sensor:voltage:09vvqfvcceram 0.9V VQF VCCERAM (V) ok info 0.897 2021-09-24T04:54:18Z
l4s:sensor:voltage:105vpchaux 1.05V PCH AUX (V) ok info 1.056 2021-09-24T04:54:18Z
l4s:sensor:voltage:10vpchpvnnaux 1.0V PCH PVNN AUX (V) ok info 0.963 2021-09-24T04:54:18Z
l4s:sensor:voltage:112vatsevccrgxb 1.12V ATSE VCCRGXB (V) ok info 1.132 2021-09-24T04:54:18Z
l4s:sensor:voltage:112vatsevcctgxb 1.12V ATSE VCCTGXB (V) ok info 1.123 2021-09-24T04:54:18Z
l4s:sensor:voltage:112vvqfvccrgxb 1.12V VQF VCCRGXB (V) ok info 1.126 2021-09-24T04:54:18Z
l4s:sensor:voltage:112vvqfvcctgxb 1.12V VQF VCCTGXB (V) ok info 1.123 2021-09-24T04:54:18Z
l4s:sensor:voltage:11vcpupvccio 1.1V CPU PVCCIO (V) ok info 1.013 2021-09-24T04:54:18Z
l4s:sensor:voltage:11vcpupvsa 1.1V CPU PVSA (V) ok info 0.872 2021-09-24T04:54:18Z
l4s:sensor:voltage:120v 12.0V (V) ok info 12.181 2021-09-24T04:54:18Z
l4s:sensor:voltage:12vatse 1.2V ATSE (V) ok info 1.204 2021-09-24T04:54:18Z
l4s:sensor:voltage:12vstby 1.2V STBY (V) ok info 1.199 2021-09-24T04:54:18Z
l4s:sensor:voltage:12vvddqab 1.2V VDDQ AB (V) ok info 1.228 2021-09-24T04:54:18Z
l4s:sensor:voltage:12vvddqde 1.2V VDDQ DE (V) ok info 1.231 2021-09-24T04:54:18Z
l4s:sensor:voltage:15vbwe 1.5V BWE (V) ok info 1.494 2021-09-24T04:54:18Z
l4s:sensor:voltage:18vatse 1.8V ATSE (V) ok info 1.795 2021-09-24T04:54:18Z
l4s:sensor:voltage:18vcpupvccin 1.8V CPU PVCCIN (V) ok info 1.79 2021-09-24T04:54:18Z
l4s:sensor:voltage:18vpchaux 1.8V PCH AUX (V) ok info 1.805 2021-09-24T04:54:18Z
l4s:sensor:voltage:18vstby 1.8V STBY (V) ok info 1.801 2021-09-24T04:54:18Z
l4s:sensor:voltage:18vvqf 1.8V VQF (V) ok info 1.806 2021-09-24T04:54:18Z
l4s:sensor:voltage:24vatse 2.4V ATSE (V) ok info 2.416 2021-09-24T04:54:18Z
l4s:sensor:voltage:24vvqf 2.4V VQF (V) ok info 2.413 2021-09-24T04:54:18Z
l4s:sensor:voltage:25vatse 2.5V ATSE (V) ok info 2.524 2021-09-24T04:54:18Z
l4s:sensor:voltage:25vstby 2.5V STBY (V) ok info 2.488 2021-09-24T04:54:18Z
l4s:sensor:voltage:25vvppab 2.5V VPP AB (V) ok info 2.559 2021-09-24T04:54:18Z
l4s:sensor:voltage:25vvppde 2.5V VPP DE (V) ok info 2.56 2021-09-24T04:54:18Z
l4s:sensor:voltage:30vatse 3.0V ATSE (V) ok info 3.003 2021-09-24T04:54:18Z
l4s:sensor:voltage:30vvqf 3.0V VQF (V) ok info 2.997 2021-09-24T04:54:18Z
l4s:sensor:voltage:33v 3.3V (V) ok info 3.316 2021-09-24T04:54:18Z
l4s:sensor:voltage:33vdsw 3.3V DSW (V) ok info 3.318 2021-09-24T04:54:18Z
l4s:sensor:voltage:33vqsfp1 3.3V QSFP1 (V) ok info 3.26 2021-09-24T05:08:42Z
l4s:sensor:voltage:33vqsfp2 3.3V QSFP2 (V) ok info 3.278 2021-09-24T05:08:42Z
l4s:sensor:voltage:33vstby 3.3V STBY (V) ok info 3.323 2021-09-24T04:54:18Z
l4s:sensor:voltage:50v 5.0V (V) ok info 4.971 2021-09-24T04:54:18Z
l4s:sensor:voltage:50v2 5.0V2 (V) ok info 4.978 2021-09-24T04:54:18Z
l4s:sensor:voltage:50vstby 5.0V STBY (V) ok info 4.985 2021-09-24T04:54:18Z
l4s:sensor:voltage:50vstby2 5.0V STBY2 (V) ok info 4.983 2021-09-24T04:54:18Z
lop:cpld:gpio-fault CPLD GPIO fault ok info false 2021-09-24T04:00:03Z
lop:fit:forced-bad-health LOP FIT forced bad health ok info false 2021-09-24T04:00:03Z
lop:i2c:1:cpld-eeprom-ack-fault I2C-1 CPLD EEPROM ack fault ok info false 2021-09-24T04:00:03Z
lop:i2c:1:pel-eeprom-ack-fault I2C-1 PEL EEPROM ack fault ok info false 2021-09-24T04:00:03Z
lop:i2c:1:platform-eeprom-ack-fault I2C-1 Platform EEPROM ack fault ok info false 2021-09-24T04:00:03Z
lop:i2c:1:stuck-bus-fault I2C-1 Stuck bus fault ok info false 2021-09-24T04:00:03Z
lop:i2c:2:stuck-bus-fault I2C-2 stuck bus fault ok info false 2021-09-24T04:00:03Z
lop:i2c:3:lm25066-hotswap-controller-ack-fault I2C-3 LM25066 hotswap controller ack fault ok info false 2021-09-24T04:00:03Z
lop:i2c:3:max31730-atse1-ack-fault I2C-3 MAX31730 ATSE1 ack fault ok info false 2021-09-24T04:00:03Z
lop:i2c:3:max31730-atse2-ack-fault I2C-3 MAX31730 ATSE2 ack fault ok info false 2021-09-24T04:00:03Z
lop:i2c:3:max31730-vqf-ack-fault I2C-3 MAX31730 VQF ack fault ok info false 2021-09-24T04:00:03Z
lop:i2c:3:stuck-bus-fault I2C-3 stuck bus fault ok info false 2021-09-24T04:00:03Z
lop:i2c:3:tmp421-outlet-ack-fault I2C-3 TMP421 outlet ack fault ok info false 2021-09-24T04:00:03Z
lop:i2c:3:tmp423-ack-fault I2C-3 TMP423 ack fault ok info false 2021-09-24T04:00:03Z
lop:i2c:4:stuck-bus-fault I2C-4 stuck bus fault ok info false 2021-09-24T04:00:03Z
lop:i2c:4:tmp421-inlet-ack-fault I2C-4 TMP421 inlet ack fault ok info false 2021-09-24T04:00:03Z
lop:i2c:4:tmp468-atse-ack-fault I2C-4 TMP468 ATSE ack fault ok info false 2021-09-24T04:00:03Z
lop:microcontroller:rev-id-fault Microcontroller Revision ID Fault ok info false 2021-09-24T04:00:03Z
lop:nc-si-rmii:failure LOP NC-SI / RMII Failure ok info false 2021-09-24T04:00:03Z
lop:post LOP POST ok info false 2021-09-24T04:00:03Z
hardware blade/hardware/memory
state name Memory
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------
l4s:power-domain:dimm:0.6v-vtt-ab +0.6V_VTT_AB power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:dimm:0.6v-vtt-de +0.6V_VTT_DE power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:dimm:1.2v-vddq-ab +1.2V_VDDQ_AB power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:dimm:1.2v-vddq-de +1.2V_VDDQ_DE power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:dimm:2.5v-vpp-ab +2.5V_VPP_AB power fault ok info 0 2021-09-23T15:41:12Z
l4s:power-domain:dimm:2.5v-vpp-de +2.5V_VPP_DE power fault ok info 0 2021-09-23T15:41:12Z
l4s:thermal-fault:dimm:ddr4-channel-ab DDR4 Channel A/B Hot thermal fault ok info 0 2021-09-23T15:41:12Z
l4s:thermal-fault:dimm:ddr4-channel-de DDR4 Channel D/E Hot thermal fault ok info 0 2021-09-23T15:41:12Z
l4s:thermal-fault:dimm:vddq-channel-ab VDDQ A/B VR Hot thermal fault ok info 0 2021-09-23T15:41:12Z
l4s:thermal-fault:dimm:vddq-channel-de VDDQ D/E VR Hot thermal fault ok info 0 2021-09-23T15:41:12Z
memory:sensor:temperature Memory DIMM temperature (C) ok info 39 2021-09-24T04:54:17Z
rasdaemon:mc:corrected:event RAS Daemon MC corrected event ok info 0 2021-09-24T04:56:13Z
rasdaemon:mc:fatal:event RAS Daemon MC fatal event ok info 0 2021-09-24T04:56:13Z
rasdaemon:mc:uncorrected:event RAS Daemon MC uncorrected event ok info 0 2021-09-24T04:56:13Z
hardware blade/hardware/optic0
state name optic-0
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------
l4s:power-domain:device:qsfp1 QSFP1 power fault ok info 0 2021-09-23T15:41:12Z
optics:rx-power:alarm-warning-stats Latched RX-Power alarm warning ok info 0 2021-09-24T04:55:46Z
optics:rx1-power RX power, channel 1 ok info -0.12 2021-09-24T04:55:46Z
optics:rx2-power RX power, channel 2 ok info -0.29 2021-09-24T04:55:46Z
optics:rx3-power RX power, channel 3 ok info -0.16 2021-09-24T04:55:46Z
optics:rx4-power RX power, channel 4 ok info -0.68 2021-09-24T04:55:46Z
optics:temperature Temperature (C) ok info 20.2851 2021-09-24T04:55:46Z
optics:temperature:alarm-warning-stats Latched temperature alarm warning ok info 0 2021-09-24T04:55:46Z
optics:tx-bias:alarm-warning-stats Latched TX-Bias alarm warning ok info 0 2021-09-24T04:55:46Z
optics:tx-fault TX fault ok info 0 2021-09-24T04:55:46Z
optics:tx-power:alarm-warning-stats Latched TX-Power alarm warning ok info 0 2021-09-24T04:55:46Z
optics:tx-rx-los TX RX LOS ok info 0 2021-09-24T04:55:46Z
optics:tx1-bias TX bias, channel 1 ok info 0.007576 2021-09-24T04:55:46Z
optics:tx1-power TX power, channel 1 ok info -0.76 2021-09-24T04:55:46Z
optics:tx2-bias TX bias, channel 2 ok info 0.007424 2021-09-24T04:55:46Z
optics:tx2-power TX power, channel 2 ok info -1.01 2021-09-24T04:55:46Z
optics:tx3-bias TX bias, channel 3 ok info 0.007576 2021-09-24T04:55:46Z
optics:tx3-power TX power, channel 3 ok info -1 2021-09-24T04:55:46Z
optics:tx4-bias TX bias, channel 4 ok info 0.00643 2021-09-24T04:55:46Z
optics:tx4-power TX power, channel 4 ok info -0.97 2021-09-24T04:55:46Z
optics:voltage Voltage (V) ok info 3.2579 2021-09-24T04:55:46Z
optics:voltage:alarm-warning-stats Latched voltage alarm warning ok info 0 2021-09-24T04:55:46Z
hardware blade/hardware/optic1
state name optic-1
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------
l4s:power-domain:device:qsfp2 QSFP2 power fault ok info 0 2021-09-23T15:41:12Z
optics:rx-power:alarm-warning-stats Latched RX-Power alarm warning ok info 0 2021-09-24T04:55:47Z
optics:rx1-power RX power, channel 1 ok info 0.94 2021-09-24T04:55:47Z
optics:rx2-power RX power, channel 2 ok info 0.95 2021-09-24T04:55:47Z
optics:rx3-power RX power, channel 3 ok info 1.04 2021-09-24T04:55:47Z
optics:rx4-power RX power, channel 4 ok info 1.15 2021-09-24T04:55:47Z
optics:temperature Temperature (C) ok info 20.3046 2021-09-24T04:55:47Z
optics:temperature:alarm-warning-stats Latched temperature alarm warning ok info 0 2021-09-24T04:55:47Z
optics:tx-bias:alarm-warning-stats Latched TX-Bias alarm warning ok info 0 2021-09-24T04:55:47Z
optics:tx-fault TX fault ok info 0 2021-09-24T04:55:47Z
optics:tx-power:alarm-warning-stats Latched TX-Power alarm warning ok info 0 2021-09-24T04:55:47Z
optics:tx-rx-los TX RX LOS ok info 0 2021-09-24T04:55:47Z
optics:tx1-bias TX bias, channel 1 ok info 0.007516 2021-09-24T04:55:47Z
optics:tx1-power TX power, channel 1 ok info -0.29 2021-09-24T04:55:47Z
optics:tx2-bias TX bias, channel 2 ok info 0.007576 2021-09-24T04:55:47Z
optics:tx2-power TX power, channel 2 ok info -0.52 2021-09-24T04:55:47Z
optics:tx3-bias TX bias, channel 3 ok info 0.007418 2021-09-24T04:55:47Z
optics:tx3-power TX power, channel 3 ok info -0.08 2021-09-24T04:55:47Z
optics:tx4-bias TX bias, channel 4 ok info 0.007484 2021-09-24T04:55:47Z
optics:tx4-power TX power, channel 4 ok info -0.33 2021-09-24T04:55:47Z
optics:voltage Voltage (V) ok info 3.2668 2021-09-24T04:55:47Z
optics:voltage:alarm-warning-stats Latched voltage alarm warning ok info 0 2021-09-24T04:55:47Z
hardware blade/hardware/qat
state name QAT
state health ok
state severity info
hardware blade/hardware/tpm
state name TPM
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------
tpm:health TPM Self test ok info PASS 2021-09-23T15:41:13Z
services blade/services/datapath_cp_proxy
state name datapath_cp_proxy
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:05:15Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-10T14:41:46Z
container:running Container running ok info true 2021-09-24T04:58:29Z
service:component:version Service component version ok info 2021-06-08T22:11:29Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:29Z
service:message-error Service health monitor error ok info 2021-09-24T04:58:29Z
service:message-error-count Service health monitor error count ok info 0 2021-09-15T02:55:37Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:15Z
service:ready Service ready status ok info true 2021-09-24T04:58:29Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:29Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:26.060870717Z 2021-09-24T04:58:29Z
service:version Service version ok info 11.1.9 2021-09-24T04:58:29Z
services blade/services/diag-agent
state name diag-agent
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:24Z
container:event:die Container die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:24Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:24Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:24Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:24Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:24Z
container:running Container running ok info true 2021-09-24T04:58:29Z
service:component:version Service component version ok info 2021-09-23T15:41:15Z
service:file-watcher-error Service file watcher error ok info false 2021-05-18T17:48:24Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:15Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:29Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:15Z
service:ready Service ready status ok info true 2021-09-23T15:41:15Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:29Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:21.519693768Z 2021-09-23T15:41:15Z
service:version Service version ok info 1.45.3 2021-09-23T15:41:15Z
services blade/services/diag-agent/alert-manager
state name alert-manager
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
------------------------------------------------------------------------------------------------------------------------------------------------------
alert-manager:alarm-maintainer Diag-agent is able to initialize the alarm maintainer ok info true 2021-09-23T15:41:15Z
alert-manager:lop Diag-agent is able to initialize the LOP alert manager ok info true 2021-09-23T15:41:15Z
alert-manager:lop:alert-handler:analog Diag-agent is able to initialize the analog LOP alert handler ok info true 2021-09-23T15:41:15Z
alert-manager:lop:alert-handler:binary Diag-agent is able to initialize the binary LOP alert handler ok info true 2021-09-23T15:41:15Z
alert-manager:platform:alarm-handler Diag-agent is able to initialize the platform alarm handler ok info true 2021-09-23T15:41:15Z
alert-manager:platform:alarm-manager Diag-agent is able to initialize the platform alarm manager ok info true 2021-09-23T15:41:15Z
services blade/services/diag-agent/cluster-agent
state name cluster-agent
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------------------------------
cluster-agent:connection Diag-agent is able initialize cluster for inter diag-agent communication ok info true 2021-09-23T15:41:15Z
services blade/services/diag-agent/publisher
state name publisher
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------------------
publisher:push-endpoint Diag-agent is able to push &publish events over zmq interface ok info true 2021-09-23T15:41:15Z
services blade/services/diag-agent/service
state name service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-------------------------------------------------------------------------------------------------------------------------------------------------
service:hal:connection Diag-agent is able to communicate with platform-hal ok info true 2021-09-23T15:41:15Z
service:monitor:connection Diag-agent is able to communicate with monitor agent ok info true 2021-09-23T15:41:15Z
service:monitor:connection:firmware Diag-agent is able initialize monitoring of firmware events ok info true 2021-09-23T15:41:15Z
services blade/services/dma-agent
state name dma-agent
state health ok
state severity notice
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:24Z
container:event:die Container die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:24Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:24Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:24Z
container:event:kill Container kill event ok info 0 2021-09-02T00:31:23Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:24Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:24Z
container:running Container running ok info true 2021-09-24T04:58:13Z
service:component:version Service component version ok info 2021-05-18T17:48:24Z
service:file-watcher-error Service file watcher error ok info false 2021-05-18T17:48:24Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:33Z
service:message-error-count Service health monitor error count ok info 0 2021-09-16T00:37:23Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:33Z
service:ready Service ready status ok info true 2021-09-24T05:03:53Z
service:restart-count Service total restart count ok notice 1 2021-09-24T05:03:53Z
service:restart-last-hour Service restart count in the last hour ok notice 1 2021-09-24T05:03:53Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:52.906460455Z 2021-09-23T15:41:33Z
service:version Service version ok info 2021-09-23T15:41:33Z
services blade/services/firmware
state name firmware
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:24Z
container:event:die Container die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:24Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:24Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:24Z
container:event:kill Container kill event ok info 0 2021-05-18T17:48:24Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:24Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:24Z
container:running Container running ok info true 2021-09-24T04:58:13Z
services blade/services/firmware-fpga
state name firmware-fpga
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:25Z
container:event:die Container die event ok info 0 2021-05-18T17:48:25Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:25Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:25Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:25Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:25Z
container:event:kill Container kill event ok info 0 2021-05-18T17:48:25Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:25Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:25Z
container:running Container running ok info true 2021-09-24T04:58:13Z
services blade/services/lacpd
state name lacpd
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:49:49Z
container:event:die Container die event ok info 2 2021-09-23T15:41:25Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:49:49Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:49:49Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:49:49Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:49:49Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 7 2021-09-23T15:41:17Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:31Z
container:event:start Container start event ok info 3 2021-09-23T15:41:37Z
container:event:stop Container stop event ok info 0 2021-09-15T03:01:36Z
container:running Container running ok info true 2021-09-24T05:03:55Z
services blade/services/line-dma-agent
state name line-dma-agent
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:24Z
container:event:die Container die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:24Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:24Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:24Z
container:event:kill Container kill event ok info 0 2021-09-16T01:05:15Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:24Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:24Z
container:running Container running ok info true 2021-09-24T04:58:13Z
service:component:version Service component version ok info 2021-05-18T17:48:24Z
service:file-watcher-error Service file watcher error ok info false 2021-05-18T17:48:24Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:35Z
service:message-error-count Service health monitor error count ok info 0 2021-09-16T00:37:23Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:35Z
service:ready Service ready status ok info true 2021-09-24T05:03:55Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-07-19T21:24:07Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:53.86550282Z 2021-09-23T15:41:35Z
service:version Service version ok info 1.3.22 2021-09-23T15:41:35Z
services blade/services/lopd
state name lopd
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:24Z
container:event:die Container die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:24Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:24Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:24Z
container:event:kill Container kill event ok info 0 2021-05-18T17:48:24Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:24Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:24Z
container:running Container running ok info true 2021-09-24T04:58:13Z
services blade/services/part_vers_1.2.1-10781_vers
state name part_vers_1.2.1-10781_vers
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-09-24T05:03:32Z
container:event:die Container die event ok info 0 2021-09-24T05:03:32Z
container:event:exec-create Container exec create event ok info 0 2021-09-24T05:03:32Z
container:event:exec-detach Container exec detach event ok info 0 2021-09-24T05:03:32Z
container:event:exec-die Container exec die event ok info 0 2021-09-24T05:03:32Z
container:event:exec-start Container exec start event ok info 0 2021-09-24T05:03:32Z
container:event:kill Container kill event ok info 0 2021-09-24T05:03:32Z
container:event:restart Container restart event ok info 0 2021-09-24T05:03:32Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-09-24T05:03:32Z
container:event:start Container start event ok info 0 2021-09-24T05:03:32Z
container:event:stop Container stop event ok info 0 2021-09-24T05:03:32Z
container:running Container running ok info true 2021-09-24T05:03:32Z
services blade/services/partition-tcam-manager
state name partition-tcam-manager
state health ok
state severity notice
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:29Z
service:component:version Service component version ok info 2021-06-08T22:11:29Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:29Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:33Z
service:message-error-count Service health monitor error count ok info 0 2021-09-16T00:37:21Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:33Z
service:ready Service ready status ok info true 2021-09-24T05:03:51Z
service:restart-count Service total restart count ok notice 1 2021-09-24T05:03:51Z
service:restart-last-hour Service restart count in the last hour ok notice 1 2021-09-24T05:03:51Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:50.546654514Z 2021-09-23T15:41:33Z
service:version Service version ok info 2021-09-23T15:41:33Z
services blade/services/partition_L2
state name partition_L2
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-15T14:28:16Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-15T03:01:36Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:13Z
service:component:version Service component version ok info 2021-06-08T22:11:29Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:29Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:15Z
service:message-error-count Service health monitor error count ok info 0 2021-09-15T02:55:33Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:15Z
service:ready Service ready status ok info true 2021-09-23T15:41:15Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-08-11T14:13:43Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:26.852730747Z 2021-09-23T15:41:15Z
service:version Service version ok info 4.13.1~f5os_c_1_2_1_candidate.2021_08_04_15_54_29.Seea41b26 2021-09-23T15:41:15Z
services blade/services/partition_alert_service
state name partition_alert_service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:05:15Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:05:15Z
container:running Container running ok info true 2021-09-24T04:58:29Z
service:component:version Service component version ok info 2021-08-06T14:47:57Z
service:file-watcher-error Service file watcher error ok info false 2021-08-06T14:47:57Z
service:message-error Service health monitor error ok info 2021-09-24T04:58:29Z
service:message-error-count Service health monitor error count ok info 0 2021-09-15T02:55:37Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:15Z
service:ready Service ready status ok info true 2021-09-24T04:58:29Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-08-06T14:47:57Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:26.702065843Z 2021-09-24T04:58:29Z
service:version Service version ok info 3.6.0 2021-09-24T04:58:29Z
services blade/services/partition_api_svc_gateway
state name partition_api_svc_gateway
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:05:15Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-15T03:01:36Z
container:running Container running ok info true 2021-09-24T04:58:29Z
service:component:version Service component version ok info 2021-06-08T22:11:29Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:29Z
service:message-error Service health monitor error ok info 2021-09-24T04:58:29Z
service:message-error-count Service health monitor error count ok info 0 2021-09-15T02:55:37Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:15Z
service:ready Service ready status ok info true 2021-09-24T04:58:29Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:29Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:26.496139639Z 2021-09-24T04:58:29Z
service:version Service version ok info 4.6.17~f5os_c_1_2_1_candidate.2021_08_30_16_40_16.S7a3c2a5a 2021-09-24T04:58:29Z
services blade/services/partition_authentication-mgr
state name partition_authentication-mgr
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:05:15Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-15T03:01:36Z
container:running Container running ok info true 2021-09-24T04:58:29Z
services blade/services/partition_dagd
state name partition_dagd
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:05:15Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:05:15Z
container:running Container running ok info true 2021-09-24T04:58:29Z
services blade/services/partition_fips-service
state name partition_fips-service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:29Z
services blade/services/partition_fpga
state name partition_fpga
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:13Z
service:component:version Service component version ok info 2021-09-15T02:56:29Z
service:message-error Service health monitor error ok info 2021-09-24T05:04:11Z
service:message-error-count Service health monitor error count ok info 0 2021-09-24T05:04:11Z
service:overall-health Service reported overall health ok info 2021-06-08T22:11:29Z
service:ready Service ready status ok info true 2021-09-24T05:04:11Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:29Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:31.337387822Z 2021-09-24T04:57:21Z
service:version Service version ok info 15.0.0~f5os_c_1_2_1_candidate.2021_08_12_20_44_54.Sc88d0b73 2021-09-24T04:57:21Z
services blade/services/partition_ha
state name partition_ha
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:24Z
container:event:die Container die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:24Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:24Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:24Z
container:event:kill Container kill event ok info 0 2021-05-18T17:48:24Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:24Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:24Z
container:running Container running ok info true 2021-09-24T04:58:13Z
service:component:version Service component version ok info 2021-05-18T17:48:24Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:29Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:15Z
service:message-error-count Service health monitor error count ok info 0 2021-09-15T02:55:31Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:15Z
service:ready Service ready status ok info true 2021-09-23T15:41:15Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-08-11T14:13:43Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:27.063940732Z 2021-09-23T15:41:15Z
service:version Service version ok info 2021-09-23T15:41:15Z
services blade/services/partition_license_service
state name partition_license_service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-24T04:58:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:05:15Z
container:running Container running ok info true 2021-09-24T04:58:29Z
services blade/services/partition_manager
state name partition_manager
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:24Z
container:event:die Container die event ok info 0 2021-09-15T02:55:30Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:24Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:24Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:24Z
container:event:kill Container kill event ok info 0 2021-05-18T17:48:24Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-09-15T02:55:31Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:24Z
container:running Container running ok info true 2021-09-24T04:58:13Z
service:component:version Service component version ok info 2021-05-18T17:48:24Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:29Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:15Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:29Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:15Z
service:ready Service ready status ok info true 2021-09-23T15:41:15Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-09-15T02:55:31Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:21.164132067Z 2021-09-23T15:41:15Z
service:version Service version ok info 32.2.0-f5os-c-1-2-1-candidate.2021-08-04-19-58-57.S9ae08ced 2021-09-23T15:41:15Z
services blade/services/partition_platform-mgr
state name partition_platform-mgr
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:05:15Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:05:15Z
container:running Container running ok info true 2021-09-24T04:58:29Z
service:component:version Service component version ok info 2021-08-06T14:47:57Z
service:file-watcher-error Service file watcher error ok info false 2021-08-06T14:47:57Z
service:message-error Service health monitor error ok info 2021-09-24T04:58:29Z
service:message-error-count Service health monitor error count ok info 0 2021-09-15T02:55:37Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:15Z
service:ready Service ready status ok info true 2021-09-24T04:58:29Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-08-06T14:47:57Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:26.51177081Z 2021-09-24T04:58:29Z
service:version Service version ok info 2.8.11 2021-09-24T04:58:29Z
services blade/services/partition_rsyslogd
state name partition_rsyslogd
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:13Z
services blade/services/partition_sw_rbcast
state name partition_sw_rbcast
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:05:15Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:05:15Z
container:running Container running ok info true 2021-09-24T04:58:29Z
services blade/services/partition_tmstat_merged
state name partition_tmstat_merged
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-10T14:41:46Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-02T01:48:59Z
container:running Container running ok info true 2021-09-24T04:58:29Z
services blade/services/partition_tmstat_zmq
state name partition_tmstat_zmq
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:05:15Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:05:15Z
container:running Container running ok info true 2021-09-24T04:58:29Z
service:component:version Service component version ok info 2021-06-08T22:11:29Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:29Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:15Z
service:message-error-count Service health monitor error count ok info 0 2021-06-15T20:28:58Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:15Z
service:ready Service ready status ok info true 2021-09-23T15:41:15Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:29Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:21.686960592Z 2021-09-23T15:41:15Z
service:version Service version ok info 1.17.2 2021-09-23T15:41:15Z
services blade/services/partition_user_manager
state name partition_user_manager
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:13Z
services blade/services/partition_velocity_rsyslogd
state name partition_velocity_rsyslogd
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:05:15Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:05:15Z
container:running Container running ok info true 2021-09-24T04:58:29Z
services blade/services/platform-diag
state name platform-diag
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:13Z
service:component:version Service component version ok info 2021-09-23T15:41:15Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:29Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:15Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:29Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:15Z
service:ready Service ready status ok info true 2021-09-23T15:41:15Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:29Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:20.533470008Z 2021-09-23T15:41:15Z
service:version Service version ok info 1.4.82 2021-09-23T15:41:15Z
services blade/services/platform-diag/service
state name service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------
dmaa:client DMA Agent Client ok info true 2021-09-23T15:41:15Z
f5sw:service F5 Software SDK ok info true 2021-09-23T15:41:15Z
fpgamgr:service FPGA Manager ok info true 2021-09-23T15:41:15Z
services blade/services/platform-fwu
state name platform-fwu
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:13Z
service:component:version Service component version ok info 2021-09-23T15:41:15Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:29Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:15Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:29Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:15Z
service:ready Service ready status ok info true 2021-09-23T15:41:15Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:29Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:21.077619875Z 2021-09-23T15:41:15Z
service:version Service version ok info 0.0.0 2021-09-23T15:41:15Z
services blade/services/platform-fwu/service
state name service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------
bios:recovery:image FWU was able to execute creation of BIOS recovery image ok info false 2021-09-23T15:41:15Z
hal:connection FWU is able to communicate with HAL using ZMQ ok info true 2021-09-23T15:41:15Z
services blade/services/platform-hal
state name platform-hal
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:13Z
service:component:version Service component version ok info 2021-09-23T15:41:17Z
service:message-error Service health monitor error ok info 2021-09-24T04:57:56Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:29Z
service:overall-health Service reported overall health ok info 2021-06-08T22:11:29Z
service:ready Service ready status ok info true 2021-09-24T04:57:56Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:29Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:30.910676557Z 2021-09-24T04:57:56Z
service:version Service version ok info 2021-09-24T04:57:56Z
services blade/services/platform-hal/lopd
state name "LOPd Service"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------
lopd:network:port LOPd Port ok info true 2021-09-24T04:57:57Z
lopd:usb:device LOP USB Device ok info true 2021-09-24T04:57:57Z
services blade/services/platform-monitor
state name platform-monitor
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:13Z
service:component:version Service component version ok info 2021-09-23T15:41:15Z
service:file-watcher-error Service file watcher error ok info false 2021-07-19T21:23:42Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:15Z
service:message-error-count Service health monitor error count ok info 0 2021-07-19T21:23:42Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:15Z
service:ready Service ready status ok info true 2021-09-23T15:41:15Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-07-19T21:23:42Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:21.128755718Z 2021-09-23T15:41:15Z
service:version Service version ok info 1.15.10 2021-09-23T15:41:15Z
services blade/services/platform-monitor/service
state name service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------
hal:connection Monitor is able to communicate with HAL ok info true 2021-09-23T15:41:15Z
services blade/services/platform-stats
state name platform-stats
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:05:15Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:05:15Z
container:running Container running ok info true 2021-09-24T04:58:29Z
service:component:version Service component version ok info 2021-09-23T15:41:15Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:29Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:15Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:29Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:15Z
service:ready Service ready status ok info true 2021-09-23T15:41:15Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:29Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:20.558428882Z 2021-09-23T15:41:15Z
service:version Service version ok info 1.5.6 2021-09-23T15:41:15Z
services blade/services/platform-stats/service
state name service
state health ok
state severity info
services blade/services/qat-support-pod
state name qat-support-pod
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:24Z
container:event:die Container die event ok info 0 2021-09-16T01:05:15Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:24Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:24Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:24Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:24Z
container:event:stop Container stop event ok info 0 2021-09-16T01:05:15Z
container:running Container running ok info true 2021-09-24T04:58:29Z
services blade/services/qkviewd
state name qkviewd
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:24Z
container:event:die Container die event ok info 0 2021-09-16T01:05:15Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:24Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:24Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:24Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:24Z
container:event:stop Container stop event ok info 0 2021-09-16T01:05:15Z
container:running Container running ok info true 2021-09-24T04:58:29Z
services blade/services/stream-generator
state name stream-generator
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:24Z
container:event:die Container die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:24Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:24Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:24Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:24Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:24Z
container:running Container running ok info true 2021-09-24T04:58:29Z
services blade/services/tcpdumpd
state name tcpdumpd
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:24Z
container:event:die Container die event ok info 0 2021-09-16T01:05:15Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:24Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:24Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:24Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:24Z
container:event:kill Container kill event ok info 0 2021-09-24T04:58:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:13Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:24Z
container:event:stop Container stop event ok info 0 2021-09-16T01:05:15Z
container:running Container running ok info true 2021-09-24T04:58:29Z
firmware blade/firmware/bios
state name BIOS
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
------------------------------------------------------------------------------------------------------------------------------
bios:missing-boot-device Boot device is missing ok info 0 2021-09-23T15:41:12Z
bios:tpm-provisioning-failed TPM provisioning failed ok info 0 2021-09-23T15:41:12Z
bios:tpm-randomization-failed TPM randomization failed ok info 0 2021-09-23T15:41:12Z
firmware:action-after-update Action required after firmware update ok info hostPowerCycle 2021-09-23T15:41:13Z
firmware:update-required Firmware update required ok info false 2021-09-23T15:41:13Z
firmware:update-status Firmware update status ok info 2021-09-23T15:41:12Z
firmware:version Firmware version ok info 2.03.008.1 2021-09-23T15:41:13Z
firmware blade/firmware/bios/me
state name "BIOS ME"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------
firmware:action-after-update Action required after firmware update ok info hostPowerCycle 2021-09-23T15:41:13Z
firmware:update-required Firmware update required ok info false 2021-09-23T15:41:13Z
firmware:update-status Firmware update status ok info 2021-09-23T15:41:12Z
firmware:version Firmware version ok info 4.0.4.128 2021-09-23T15:41:13Z
firmware blade/firmware/cpld
state name CPLD
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------
cpld:register:magic-byte-check CPLD register magic byte ok info 0xf5 2021-09-23T15:41:13Z
firmware:action-after-update Action required after firmware update ok info cpldReload 2021-09-23T15:41:13Z
firmware:update-required Firmware update required ok info false 2021-09-23T15:41:13Z
firmware:update-status Firmware update status ok info 2021-09-23T15:41:12Z
firmware:version Firmware version ok info 05.04.00 2021-09-23T15:41:13Z
firmware blade/firmware/drives
state name Drives
state health ok
state severity info
firmware blade/firmware/drives/nvme0n1
state name "Drive NVME 0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------
firmware:action-after-update Action required after firmware update ok info none 2021-09-23T15:41:13Z
firmware:update-required Firmware update required ok info false 2021-09-23T15:41:13Z
firmware:update-status Firmware update status ok info 2021-09-23T15:41:12Z
firmware:version Firmware version ok info EDA7502Q 2021-09-23T15:41:13Z
firmware blade/firmware/fpga/atse0
state name "FPGA atse0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------
firmware:update-status Firmware update status ok info complete 2021-09-24T05:03:47Z
firmware:version Firmware version ok info 7.7.3.00 2021-09-23T15:41:27Z
firmware blade/firmware/fpga/vqf
state name "FPGA vqf"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------
firmware:update-status Firmware update status ok info complete 2021-09-24T05:03:41Z
firmware:version Firmware version ok info 8.7.12.29 2021-09-23T15:41:21Z
firmware blade/firmware/lop/bootloader
state name "LOP Bootloader"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------
firmware:action-after-update Action required after firmware update ok info none 2021-09-23T15:41:13Z
firmware:update-required Firmware update required ok info false 2021-09-23T15:41:13Z
firmware:update-status Firmware update status ok info 2021-09-23T15:41:12Z
firmware:version Firmware version ok info 1.02.868.0.1 2021-09-23T15:41:13Z
firmware blade/firmware/lop/lop-app
state name "LOP Application"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------------------
firmware:action-after-update Action required after firmware update ok info none 2021-09-23T15:41:13Z
firmware:update-required Firmware update required ok info false 2021-09-23T15:41:13Z
firmware:update-status Firmware update status ok info 2021-09-23T15:41:12Z
firmware:version Firmware version ok info 1.00.928.0.1 2021-09-23T15:41:13Z
lop-app:firmware-diag:arm-exception ARM exception ok info 0 2021-09-23T15:41:12Z
lop-app:firmware-diag:heap-low Heap running low ok info 0 2021-09-23T15:41:12Z
lop-app:firmware-diag:task-stack-warning Task stack usage warning ok info 0 2021-09-23T15:41:12Z
lop-app:firmware-diag:wd-timer-warning Watchdog timer warning ok info 0 2021-09-23T15:41:12Z
firmware blade/firmware/tpm/sirr
state name "TPM SIRR"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------------------
firmware:action-after-update Action required after firmware update ok info none 2021-09-23T15:41:13Z
firmware:update-required Firmware update required ok info false 2021-09-23T15:41:13Z
firmware:update-status Firmware update status ok info 2021-09-23T15:41:12Z
firmware:version Firmware version ok info 1.1.8 2021-09-23T15:41:13Z
system health components component blade-2
hardware blade/hardware/cpu
state name CPU
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------------------------------------------
cpu:state:fatal-error-fault Fatal error ok info 0 2021-09-23T15:41:13Z
cpu:state:fivr-fault FIVR Fault ok info 0 2021-09-23T15:41:13Z
cpu:state:hw-correctable-error-fault Hardware correctable error ok info 0 2021-09-23T15:41:13Z
cpu:state:internal-error-fault Internal unrecoverable error ok info 0 2021-09-23T15:41:13Z
cpu:state:machine-check-error Machine check error ok info 0 2021-09-23T15:41:13Z
cpu:state:non-fatal-error-fault Non-fatal error ok info 0 2021-09-23T15:41:13Z
cpu:state:processor-hot-fault Processor hot Fault ok info 0 2021-09-23T15:41:13Z
cpu:state:thermal-trip-fault Thermal Trip Fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:cpu:1.05v-pch-aux +1.05V PCH AUX power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:cpu:1.0v-pch-pcvv-aux +1.0V PCH PVNN AUX power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:cpu:1.1v-cpu-pvccio +1.1V CPU PVCCIO power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:cpu:1.1v-cpu-pvsa +1.1V CPU PVSA power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:cpu:1.8v-cpu-pvccin +1.8V CPU PVCCIN power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:cpu:1.8v-pch-aux +1.8V PCH AUX power fault ok info 0 2021-09-23T15:41:13Z
l4s:sensor:temperature:cpu CPU (C) ok info 42 2021-09-24T04:58:44Z
l4s:sensor:temperature:cputctldelta CPU TCTL-Delta (C) ok info -38 2021-09-24T04:58:44Z
l4s:thermal-fault:cpu:pch CPU PCH Hot thermal fault ok info 0 2021-09-23T15:41:13Z
l4s:thermal-fault:cpu:pvccin-vr CPU PVCCIN VR Hot thermal fault ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:invalid-address RAS Extlog invalid address event ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:master-abort RAS Extlog master abort event ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:memory-sparing RAS Extlog memory sparing event ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:mirror-broken RAS Extlog mirror broken event ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:multi-bit-ecc RAS Extlog mullti-bit ECC event ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:multi-symbol-chipkill-ecc RAS Extlog multi-symbol chipkill ECC event ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:no-error RAS Extlog no error event ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:parity-error RAS Extlog parity error event ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:physical-memory-map-out-event RAS Extlog physical memory map-out event ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:scrub-corrected-error RAS Extlog scrub corrected error ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:scrub-uncorrected-error RAS Extlog scrub uncorrected error ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:single-bit-ecc RAS Extlog single-bit ECC event ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:single-symbol-chipkill-ecc RAS Extlog single-symbol chipkill ECC event ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:target-abort RAS Extlog target abort event ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:unknown RAS Extlog unknown event ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:unknown-type RAS Extlog unknown type ok info 0 2021-09-23T15:41:13Z
rasdaemon:extlog:watchdog-timeout RAS Extlog watchdog timeout event ok info 0 2021-09-23T15:41:13Z
rasdaemon:mce:address-command-error RAS MCE address/Command error ok info 0 2021-09-24T04:56:13Z
rasdaemon:mce:generic-undefined-request RAS MCE generic undefined request ok info 0 2021-09-24T04:56:13Z
rasdaemon:mce:memory-read-error RAS MCE memory read error ok info 0 2021-09-24T04:56:13Z
rasdaemon:mce:memory-scrubbing-error RAS MCE memory scrubbing error ok info 0 2021-09-24T04:56:13Z
rasdaemon:mce:memory-write-error RAS MCE memory write error ok info 0 2021-09-24T04:56:13Z
rasdaemon:mce:processor-temp-throttling RAS MCE processor temperature throttling ok info 0 2021-09-24T04:56:13Z
rasdaemon:mce:unknown-event RAS MCE unknown error ok info 0 2021-09-23T15:41:13Z
hardware blade/hardware/cpu/pcie
state name "PCIe BUS"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-------------------------------------------------------------------------------------------------------------------------------------------------------
rasdaemon:aer:correctable:advisory-non-fatal RAS AER 'Advisory Non-Fatal' correctable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:correctable:bad-dllp RAS AER 'Bad DLLP' correctable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:correctable:bad-tlp RAS AER 'Bad TLP' correctable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:correctable:receiver-error RAS AER 'Receiver Error' correctable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:correctable:replay-num-rollover RAS AER 'RELAY_NUM Rollover' correctable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:correctable:replay-timer-timeout RAS AER 'Replay Timer Timeout' correctable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:completer-abort RAS AER 'Completer Abort' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:completion-timeout RAS AER 'Completion Timeout' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:data-link-protocol RAS AER 'Data Link Protocol' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:ecrc RAS AER 'ECRC' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:flow-control-protocol RAS AER 'Flow Control Protocol' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:malformed-tlp RAS AER 'Malformed TLP' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:poisoned-tlp RAS AER 'Poisoned TLP' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:receiver-overflow RAS AER 'Receiver Overflow' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:unexpected-completion RAS AER 'Unexpected Completion' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:uncorrectable:unsupported-request RAS AER 'Unsupported Request' uncorrectable error ok info 0 2021-09-24T04:56:13Z
rasdaemon:aer:unknown-event RAS AER 'unknown' error ok info 0 2021-09-23T15:41:13Z
hardware blade/hardware/dma/dm0
state name "Data Mover 0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
dma:epva:fnq-enqueue-full ePVA FNQ enqueue full ok info 2021-05-18T17:48:44Z
dma:epva:rx-mgmt-fsd ePVA Rx management FSD ok info 2021-05-18T17:48:44Z
dma:epva:rx-mgmt-fsd-drop-cvc-update-failures ePVA Rx management FSD drop cvc update failure ok info 2021-05-18T17:48:44Z
dma:epva:rx-mgmt-fsd-drop-evict-failures ePVA Rx management FSD drop evict failure ok info 2021-05-18T17:48:44Z
dma:epva:rx-mgmt-fsd-drop-lively-failures ePVA Rx management FSD drop lively failure ok info 2021-05-18T17:48:44Z
dma:epva:rx-mgmt-fsd-drop-unknown-sep ePVA Rx management FSD drop unknown SEP ok info 2021-05-18T17:48:44Z
dma:epva:rx-mgmt-fsd-drop-unknown-svc ePVA Rx management FSD drop unknown SVC ok info 2021-05-18T17:48:44Z
dma:epva:rx-mgmt-fsd-drop-wrong-dm ePVA Rx management FSD drop wrong DM ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-cv-updates ePVA Tx action snoop CV updates ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-evict-drop-entry-mismatch ePVA Tx action snoop evict drop entry mismatch ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-evict-drop-no-entry ePVA Tx action snoop evict drop no entry ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-evict-table-locked ePVA Tx action snoop evict drop table locked ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-evicts ePVA Tx action snoop evict ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-flush-drop-dup-req ePVA Tx action snoop flush drop dup req ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-flushes ePVA Tx Action Snoop Flushes ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-insert-drop-evict-disable-no-pri ePVA Tx action snoop insert drop evict disable no pri ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-insert-drop-no-priority ePVA Tx action snoop insert drop no priority ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-insert-drop-table-locked ePVA Tx action snoop insert drop table locked ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-inserts ePVA Tx action snoop inserts ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-replace ePVA Tx action snoop replace ok info 2021-05-18T17:48:45Z
dma:packet:qos QoS ok info 2021-05-18T17:48:44Z
dma:packet:rx-action-ring-full Rx Action Ring Full ok info 2021-05-18T17:48:44Z
dma:packet:rx-actions Rx action count ok info 2021-05-18T17:48:44Z
dma:packet:rx-drop-bytes Rx drop byte count ok info 2021-05-18T17:48:44Z
dma:packet:rx-drop-packets Rx drop packets ok info 2021-05-18T17:48:44Z
dma:packet:rx-drop-unknown-sep Rx drop unknown SEP ok info 2021-05-18T17:48:44Z
dma:packet:rx-drop-unknown-svc Rx drop unknown SVC ok info 2021-05-18T17:48:44Z
dma:packet:rx-drop-wrong-dm Rx drop wrong DM ok info 2021-05-18T17:48:44Z
dma:packet:rx-metadata Rx metadata ok info 2021-05-18T17:48:44Z
dma:packet:rx-pend-queue-full Rx pend queue full ok info 2021-05-18T17:48:44Z
dma:packet:tx-action-ring-full Tx action ring full ok info 2021-05-18T17:48:44Z
dma:packet:tx-actions Tx action count ok info 2021-05-18T17:48:44Z
dma:packet:tx-pend-queue-full Tx pend queue full ok info 2021-05-18T17:48:44Z
hardware blade/hardware/dma/dm1
state name "Data Mover 1"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
dma:epva:fnq-enqueue-full ePVA FNQ enqueue full ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd ePVA Rx management FSD ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd-drop-cvc-update-failures ePVA Rx management FSD drop cvc update failure ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd-drop-evict-failures ePVA Rx management FSD drop evict failure ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd-drop-lively-failures ePVA Rx management FSD drop lively failure ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd-drop-unknown-sep ePVA Rx management FSD drop unknown SEP ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd-drop-unknown-svc ePVA Rx management FSD drop unknown SVC ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd-drop-wrong-dm ePVA Rx management FSD drop wrong DM ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-cv-updates ePVA Tx action snoop CV updates ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-evict-drop-entry-mismatch ePVA Tx action snoop evict drop entry mismatch ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-evict-drop-no-entry ePVA Tx action snoop evict drop no entry ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-evict-table-locked ePVA Tx action snoop evict drop table locked ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-evicts ePVA Tx action snoop evict ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-flush-drop-dup-req ePVA Tx action snoop flush drop dup req ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-flushes ePVA Tx Action Snoop Flushes ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-insert-drop-evict-disable-no-pri ePVA Tx action snoop insert drop evict disable no pri ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-insert-drop-no-priority ePVA Tx action snoop insert drop no priority ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-insert-drop-table-locked ePVA Tx action snoop insert drop table locked ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-inserts ePVA Tx action snoop inserts ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-replace ePVA Tx action snoop replace ok info 2021-05-18T17:48:45Z
dma:packet:qos QoS ok info 2021-05-18T17:48:45Z
dma:packet:rx-action-ring-full Rx Action Ring Full ok info 2021-05-18T17:48:45Z
dma:packet:rx-actions Rx action count ok info 2021-05-18T17:48:45Z
dma:packet:rx-drop-bytes Rx drop byte count ok info 2021-05-18T17:48:45Z
dma:packet:rx-drop-packets Rx drop packets ok info 2021-05-18T17:48:45Z
dma:packet:rx-drop-unknown-sep Rx drop unknown SEP ok info 2021-05-18T17:48:45Z
dma:packet:rx-drop-unknown-svc Rx drop unknown SVC ok info 2021-05-18T17:48:45Z
dma:packet:rx-drop-wrong-dm Rx drop wrong DM ok info 2021-05-18T17:48:45Z
dma:packet:rx-metadata Rx metadata ok info 2021-05-18T17:48:45Z
dma:packet:rx-pend-queue-full Rx pend queue full ok info 2021-05-18T17:48:45Z
dma:packet:tx-action-ring-full Tx action ring full ok info 2021-05-18T17:48:45Z
dma:packet:tx-actions Tx action count ok info 2021-05-18T17:48:45Z
dma:packet:tx-pend-queue-full Tx pend queue full ok info 2021-05-18T17:48:45Z
hardware blade/hardware/dma/dm2
state name "Data Mover 2"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
dma:epva:fnq-enqueue-full ePVA FNQ enqueue full ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd ePVA Rx management FSD ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd-drop-cvc-update-failures ePVA Rx management FSD drop cvc update failure ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd-drop-evict-failures ePVA Rx management FSD drop evict failure ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd-drop-lively-failures ePVA Rx management FSD drop lively failure ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd-drop-unknown-sep ePVA Rx management FSD drop unknown SEP ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd-drop-unknown-svc ePVA Rx management FSD drop unknown SVC ok info 2021-05-18T17:48:45Z
dma:epva:rx-mgmt-fsd-drop-wrong-dm ePVA Rx management FSD drop wrong DM ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-cv-updates ePVA Tx action snoop CV updates ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-evict-drop-entry-mismatch ePVA Tx action snoop evict drop entry mismatch ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-evict-drop-no-entry ePVA Tx action snoop evict drop no entry ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-evict-table-locked ePVA Tx action snoop evict drop table locked ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-evicts ePVA Tx action snoop evict ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-flush-drop-dup-req ePVA Tx action snoop flush drop dup req ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-flushes ePVA Tx Action Snoop Flushes ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-insert-drop-evict-disable-no-pri ePVA Tx action snoop insert drop evict disable no pri ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-insert-drop-no-priority ePVA Tx action snoop insert drop no priority ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-insert-drop-table-locked ePVA Tx action snoop insert drop table locked ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-inserts ePVA Tx action snoop inserts ok info 2021-05-18T17:48:45Z
dma:epva:tx-action-snoop-replace ePVA Tx action snoop replace ok info 2021-05-18T17:48:45Z
dma:packet:qos QoS ok info 2021-05-18T17:48:45Z
dma:packet:rx-action-ring-full Rx Action Ring Full ok info 2021-05-18T17:48:45Z
dma:packet:rx-actions Rx action count ok info 2021-05-18T17:48:45Z
dma:packet:rx-drop-bytes Rx drop byte count ok info 2021-05-18T17:48:45Z
dma:packet:rx-drop-packets Rx drop packets ok info 2021-05-18T17:48:45Z
dma:packet:rx-drop-unknown-sep Rx drop unknown SEP ok info 2021-05-18T17:48:45Z
dma:packet:rx-drop-unknown-svc Rx drop unknown SVC ok info 2021-05-18T17:48:45Z
dma:packet:rx-drop-wrong-dm Rx drop wrong DM ok info 2021-05-18T17:48:45Z
dma:packet:rx-metadata Rx metadata ok info 2021-05-18T17:48:45Z
dma:packet:rx-pend-queue-full Rx pend queue full ok info 2021-05-18T17:48:45Z
dma:packet:tx-action-ring-full Tx action ring full ok info 2021-05-18T17:48:45Z
dma:packet:tx-actions Tx action count ok info 2021-05-18T17:48:45Z
dma:packet:tx-pend-queue-full Tx pend queue full ok info 2021-05-18T17:48:45Z
hardware blade/hardware/drives
state name Drives
state health ok
state severity info
hardware blade/hardware/drives/nvme0n1
state name "Drive NVME 0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
drives:capacity Drive capacity ok info 1 2021-09-24T04:00:02Z
drives:disk-usage-growth-rate Drive capacity Growth Rate ok info 1 2021-09-24T04:00:02Z
drives:smart:nvme:attr:available-spare Available spare ok info 100 2021-09-24T04:00:04Z
drives:smart:nvme:attr:critical-warning:available-spare SMART Attribute Critical Warning - Available Spare ok info false 2021-09-24T04:00:04Z
drives:smart:nvme:attr:critical-warning:media-or-internal-errors SMART Attribute Critical Warning - Media Errors ok info false 2021-09-24T04:00:04Z
drives:smart:nvme:attr:critical-warning:read-only-mode SMART Attribute Critical Warning - Read-Only Mode ok info false 2021-09-24T04:00:04Z
drives:smart:nvme:attr:critical-warning:temperature SMART Attribute Critical Warning - Temperature ok info false 2021-09-24T04:00:04Z
drives:smart:nvme:attr:critical-warning:volatile-memory-backup SMART Attribute Critical Warning - Volatile Memory ok info false 2021-09-24T04:00:04Z
drives:smart:nvme:attr:media-errors SMART Attribute media errors ok info 0 2021-09-24T04:00:04Z
drives:smart:nvme:attr:percentage-used Percentage used (%) ok info 2 2021-09-24T04:00:04Z
drives:smart:nvme:attr:temperature Temperature (C) ok info 27 2021-09-24T04:00:04Z
hardware blade/hardware/fpga/atse0
state name "FPGA ATSE-0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
fpga:version FPGA bitfile version ok info 7.7.3.0 2021-09-23T15:41:33Z
interface:port:speed Port Speed ok info 100 2021-09-23T15:41:34Z
l4s:power-domain:atse:0.9v-atse-vcc +0.9V_ATSE_VCC power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:atse:0.9v-atse-vcceram +0.9V_ATSE_VCCERAM power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:atse:1.12v-atse-vccrgbx +1.12V_ATSE_VCCRGBX power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:atse:1.12v-atse-vcctgbx +1.12V_ATSE_VCCTGBX power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:atse:1.2v-atse +1.2V_ATSE power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:atse:1.8v-atse +1.8V_ATSE power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:atse:2.4v-atse +2.4V_ATSE power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:atse:2.5v-atse +2.5V_ATSE power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:atse:3.0v-atse +3.0V_ATSE power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:atse:vcore-vr ATSE VCORE VR power fault ok info 0 2021-09-23T15:41:13Z
l4s:thermal-fault:atse:hot ATSE Hot thermal fault ok info 0 2021-09-23T15:41:13Z
l4s:thermal-fault:atse:thermal-trip ATSE thermal trip fault ok info 0 2021-09-23T15:41:13Z
l4s:thermal-fault:atse:vcore-vr VCORE VR Hot thermal fault ok info 0 2021-09-23T15:41:13Z
hardware blade/hardware/fpga/atse0/be2
state name "Bandwidth Engine"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
------------------------------------------------------------------------------------------------------
l4s:power-domain:be:0.95v-bwe +0.95V_BWE power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:be:1.5v-bwe +1.5V_BWE power fault ok info 0 2021-09-23T15:41:13Z
hardware blade/hardware/fpga/atse0/gearbox0
state name Gearbox-0
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------
atse:gearbox:rx-jabber-drop-count RX Jabber from FP drop count ok info 0 2021-09-24T04:58:24Z
atse:gearbox:rx-other-drop-count RX MAC Errors from FP drop count ok info 0 2021-09-24T04:58:24Z
atse:gearbox:rx-runt-drop-count RX Runt from FP drop count ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-fifo-mc-drop-count TX Fifo MC drop count ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-fifo-overflow-drop-count drop count due to FP TX FIFO Full ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-jabber-drop-count Jabber drop count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-other-drop-count MAC Error drop count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-parity-error-drop-count Parity error count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-port-not-found-drop-count TX Port Not Present drop count ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-runt-drop-count Runt drop count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/atse0/gearbox1
state name Gearbox-1
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------
atse:gearbox:rx-jabber-drop-count RX Jabber from FP drop count ok info 0 2021-09-24T04:58:24Z
atse:gearbox:rx-other-drop-count RX MAC Errors from FP drop count ok info 0 2021-09-24T04:58:24Z
atse:gearbox:rx-runt-drop-count RX Runt from FP drop count ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-fifo-mc-drop-count TX Fifo MC drop count ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-fifo-overflow-drop-count drop count due to FP TX FIFO Full ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-jabber-drop-count Jabber drop count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-other-drop-count MAC Error drop count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-parity-error-drop-count Parity error count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-port-not-found-drop-count TX Port Not Present drop count ok info 0 2021-09-24T04:58:24Z
atse:gearbox:tx-runt-drop-count Runt drop count TX'd to Gearbox from VQF ok info 0 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/atse0/ifh0
state name "ATSE<->VQF Host0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:24Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:24Z
interface:port:rx-byte-rate RX rate (B/s) ok info 24763.533333 2021-09-24T04:58:24Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:24Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:24Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 124.266667 2021-09-24T04:58:24Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:24Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:24Z
interface:port:tx-byte-rate TX rate (B/s) ok info 15144.566667 2021-09-24T04:58:24Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 123.85 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/atse0/ifh1
state name "ATSE<->VQF FP1"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:24Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:24Z
interface:port:rx-byte-rate RX rate (B/s) ok info 138.666667 2021-09-24T04:58:24Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:24Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:24Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 0 2021-09-24T04:58:24Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:24Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:24Z
interface:port:tx-byte-rate TX rate (B/s) ok info 138.666667 2021-09-24T04:58:24Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 0 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/atse0/ifh2
state name "ATSE<->VQF FP0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:24Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:24Z
interface:port:rx-byte-rate RX rate (B/s) ok info 138.666667 2021-09-24T04:58:24Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:24Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:24Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 0 2021-09-24T04:58:24Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:24Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:24Z
interface:port:tx-byte-rate TX rate (B/s) ok info 164.133333 2021-09-24T04:58:24Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 0 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/atse0/pcie0
state name "ATSE<->CPU PCIe0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
------------------------------------------------------------------------------------------------
pcie:link-down-count Link Down Counter ok info 16 2021-09-24T04:58:24Z
pcie:ltssm:l0-exit-count LTSSM L0 Exit Counter ok info 16 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/atse0/pcie1
state name "ATSE<->CPU PCIe1"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
------------------------------------------------------------------------------------------------
pcie:link-down-count Link Down Counter ok info 16 2021-09-24T04:58:24Z
pcie:ltssm:l0-exit-count LTSSM L0 Exit Counter ok info 16 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/atse0/pcie2
state name "ATSE<->CPU PCIe2"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
------------------------------------------------------------------------------------------------
pcie:link-down-count Link Down Counter ok info 16 2021-09-24T04:58:24Z
pcie:ltssm:l0-exit-count LTSSM L0 Exit Counter ok info 16 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/vqf
state name "VQF FPGA"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-------------------------------------------------------------------------------------------------------------------------------------------
fpga:version FPGA bitfile version ok info 8.7.12.29 2021-09-23T15:41:33Z
l4s:power-domain:vqf:0.9v-vqf-vcc +0.9V_VQF_VCC power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:vqf:0.9v-vqf-vcceram +0.9V_VQF_VCCERAM power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:vqf:1.12v-vqf-vccrgbx +1.12V_VQF_VCCRGBX power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:vqf:1.12v-vqf-vcctgbx +1.12V_VQF_VCCTGBX power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:vqf:1.8v-vqf +1.8V_VQF power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:vqf:2.4v-vqf +2.4V_VQF power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:vqf:3.0v-vqf +3.0V_VQF power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:vqf:vcore-vr VQF VCORE VR power fault ok info 0 2021-09-23T15:41:13Z
l4s:thermal-fault:vqf:hot VQF Hot thermal fault ok info 1 2021-09-23T15:41:20Z
l4s:thermal-fault:vqf:thermal-trip VQF thermal trip fault ok info 0 2021-09-23T15:41:13Z
l4s:thermal-fault:vqf:vcore-vr VCORE VR Hot thermal fault ok info 0 2021-09-23T15:41:13Z
vqf:global:egress-fifo-full-drop-count Global Egress FIFO Full drop count ok info 0 2021-09-24T04:58:24Z
vqf:global:egress-unexpected-did-drop-count Global Egress Unexpected DID drop count ok info 0 2021-09-24T04:58:24Z
vqf:global:ic-ifh-crc-errors Global IC IFH CRC Errors ok info 0 2021-09-24T04:58:24Z
vqf:global:ic-voq-not-enabled-drop-count Global Ingress VOQ Not Enabled drop count ok info 6 2021-09-24T04:58:24Z
vqf:global:ingress-fifo-full-drop-count Global Ingress FIFO Full drop count ok info 0 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/vqf/bp0
state name "VQF<->CC1 BP0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:24Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:24Z
interface:port:rx-byte-rate RX rate (B/s) ok info 937.933333 2021-09-24T04:58:24Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:24Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:24Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 9.566667 2021-09-24T04:58:24Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:24Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:24Z
interface:port:tx-byte-rate TX rate (B/s) ok info 808.066667 2021-09-24T04:58:24Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 10.066667 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/vqf/bp1
state name "VQF<->CC2 BP1"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:24Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:24Z
interface:port:rx-byte-rate RX rate (B/s) ok info 20911.666667 2021-09-24T04:58:24Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:24Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:24Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 159.133333 2021-09-24T04:58:24Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:24Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:24Z
interface:port:tx-byte-rate TX rate (B/s) ok info 15819.733333 2021-09-24T04:58:24Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 135.8 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/vqf/ifh0
state name "VQF<->ATSE FP0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:24Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:24Z
interface:port:rx-byte-rate RX rate (B/s) ok info 162 2021-09-24T04:58:24Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:24Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:24Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 1.183333 2021-09-24T04:58:24Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:24Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:24Z
interface:port:tx-byte-rate TX rate (B/s) ok info 138.666667 2021-09-24T04:58:24Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 1.083333 2021-09-24T04:58:24Z
vqf:obuff:bytes-count OBUFF bytes counter ok info 4723862 2021-09-24T04:58:24Z
vqf:obuff:ooq-drop-count Out of queue drop counter ok info 0 2021-09-24T04:58:24Z
vqf:obuff:pkt-count OBUFF packet counter ok info 33034 2021-09-24T04:58:24Z
vqf:obuff:voq-drop-count Egress VOQ drop counter ok info 0 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/vqf/ifh1
state name "VQF<->ATSE FP1"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:24Z
interface:port:fcs-errors-in FCS errors in ok info 0 2021-09-24T04:58:24Z
interface:port:rx-byte-rate RX rate (B/s) ok info 138.666667 2021-09-24T04:58:24Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:24Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:24Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 1.083333 2021-09-24T04:58:24Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:24Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:24Z
interface:port:tx-byte-rate TX rate (B/s) ok info 138.666667 2021-09-24T04:58:24Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 1.083333 2021-09-24T04:58:24Z
vqf:obuff:bytes-count OBUFF bytes counter ok info 4723576 2021-09-24T04:58:24Z
vqf:obuff:ooq-drop-count Out of queue drop counter ok info 0 2021-09-24T04:58:24Z
vqf:obuff:pkt-count OBUFF packet counter ok info 33032 2021-09-24T04:58:24Z
vqf:obuff:voq-drop-count Egress VOQ drop counter ok info 0 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/vqf/ifh2
state name "VQF<->ATSE Host0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-------------------------------------------------------------------------------------------------------------------
interface:port:fcs-error-rate FCS errors in rate ok info 0 2021-09-24T04:58:24Z
interface:port:fcs-errors-in FCS errors RX ok info 0 2021-09-24T04:58:24Z
interface:port:rx-byte-rate RX rate (B/s) ok info 15154.5 2021-09-24T04:58:24Z
interface:port:rx-crc-error-rate Eth Rx CRC error rate ok info 0 2021-09-24T04:58:24Z
interface:port:rx-crc-errors Eth RX CRC errors ok info 0 2021-09-24T04:58:24Z
interface:port:rx-pkt-rate RX packet rate (pkt/s) ok info 148.083333 2021-09-24T04:58:24Z
interface:port:total-errors-in Total error frames RX ok info 0 2021-09-24T04:58:24Z
interface:port:total-errors-out Total error frames TX ok info 0 2021-09-24T04:58:24Z
interface:port:tx-byte-rate TX rate (B/s) ok info 24796.666667 2021-09-24T04:58:24Z
interface:port:tx-pkt-rate TX packet rate (pkt/s) ok info 192.85 2021-09-24T04:58:24Z
vqf:obuff:bytes-count OBUFF bytes counter ok info 353379645 2021-09-24T04:58:24Z
vqf:obuff:ooq-drop-count Out of queue drop counter ok info 0 2021-09-24T04:58:24Z
vqf:obuff:pkt-count OBUFF packet counter ok info 3854617 2021-09-24T04:58:24Z
vqf:obuff:voq-drop-count Egress VOQ drop Counter ok info 0 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/vqf/nse
state name NSE
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------------------------------------------------
nse:ldp:bad-ifh-crc-drop-count-0 Bad CRC drop count to vMIL from VOQ port 0 ok info 0 2021-09-24T04:58:24Z
nse:ldp:bad-ifh-crc-drop-count-1 Bad CRC drop count to vMIL from VOQ port 1 ok info 0 2021-09-24T04:58:24Z
nse:ldp:bad-ifh-crc-drop-count-2 Bad CRC drop count to vMIL from VOQ port 2 ok info 0 2021-09-24T04:58:24Z
nse:ldp:bad-ifh-crc-drop-count-3 Bad CRC drop count to vMIL from VOQ port 3 ok info 0 2021-09-24T04:58:24Z
nse:ldp:hldp-ntx-mgr-0-dop-count hLDP NTX Manager 0 drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:hldp-ntx-mgr-aggr-dop-count hLDP NTX Manager Aggregated drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:itw-rx-error-drop-count RX Error drop count from ATSE HDP ok info 0 2021-09-24T04:58:24Z
nse:ldp:itw-rx-runt-drop-count RX Runt drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:itw-tx-error-drop-count TX Error drop count from VQF ok info 0 2021-09-24T04:58:24Z
nse:ldp:itw-tx-jabber-drop-count TX Jabber drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:nmil-0-rx-congestion-drop-count nMIL 0 Rx Congestion drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:nmil-0-rx-port-num-parity-drop-count nMIL 0 Rx Port Num Parity drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:nmil-0-rx-runt-drop-count nMIL 0 RX Runt drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:nmil-1-rx-congestion-drop-count nMIL 1 Rx Congestion drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:nmil-1-rx-port-num-parity-drop-count nMIL 1 Rx Port Num Parity drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:nmil-1-rx-runt-drop-count nMIL 1 RX Runt drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:ntx-mgr-0-drop-count NTX Manager 0 drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:ntx-mgr-1-drop-count NTX Manager 1 drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:ntx-mgr-aggr-drop-count NTX Manager Aggregated drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:rx-route-0-drop-count Route 0 drop count from FP ok info 0 2021-09-24T04:58:24Z
nse:ldp:rx-route-1-drop-count Route 1 drop count from FP ok info 0 2021-09-24T04:58:24Z
nse:ldp:rx-route-2-drop-count Route 2 drop count from FP ok info 0 2021-09-24T04:58:24Z
nse:ldp:rx-route-3-drop-count Route 3 drop count from FP ok info 0 2021-09-24T04:58:24Z
nse:ldp:tx-dag-0-drop-count-0 Tx LDP 0 to VOQ port 0 drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:tx-dag-0-drop-count-1 Tx LDP 0 to VOQ port 1 drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:tx-dag-0-drop-count-2 Tx LDP 0 to VOQ port 2 drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:tx-dag-1-drop-count-0 Tx LDP 1 to VOQ port 0 drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:tx-dag-1-drop-count-1 Tx LDP 1 to VOQ port 1 drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:tx-dag-1-drop-count-2 Tx LDP 1 to VOQ port 2 drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:tx-dag-2-drop-count-0 Tx LDP 2 to VOQ port 0 drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:tx-dag-2-drop-count-1 Tx LDP 2 to VOQ port 1 drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:tx-dag-2-drop-count-2 Tx LDP 2 to VOQ port 2 drop count ok info 0 2021-09-24T04:58:24Z
nse:ldp:vmil-rx-run-drop-count-0 Number of RX run packets from VOQ 0 dropped at vMIL ok info 0 2021-09-24T04:58:24Z
nse:ldp:vmil-rx-run-drop-count-1 Number of RX run packets from VOQ 1 dropped at vMIL ok info 0 2021-09-24T04:58:24Z
nse:ldp:vmil-rx-run-drop-count-2 Number of RX run packets from VOQ 2 dropped at vMIL ok info 0 2021-09-24T04:58:24Z
nse:ldp:vmil-rx-run-drop-count-3 Number of RX run packets from VOQ 3 dropped at vMIL ok info 0 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/vqf/nse/nse-fp0
state name "NSE FP0"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------------------
nse:port:rx-bad-vlan-drop-count RX bad VLAN pkt drop count ok info 0 2021-09-24T04:58:24Z
nse:port:rx-ctrl-flags-default-drop-count RX drop count control flags default ok info 0 2021-09-24T04:58:24Z
nse:port:rx-ctrl-flags-l2ls-default-drop-count RX drop count control L2LS defaults ok info 0 2021-09-24T04:58:24Z
nse:port:rx-ctrl-flags-l2ls-drop-count RX =drop count control L2LS ok info 0 2021-09-24T04:58:24Z
nse:port:rx-ctrl-flags-nls-drop-count RX drop count control NLS ok info 0 2021-09-24T04:58:24Z
nse:port:rx-dtd-drop-count RX double tagged pkt drop count ok info 0 2021-09-24T04:58:24Z
nse:port:rx-std-drop-count RX single tagged pkt drop count ok info 0 2021-09-24T04:58:24Z
nse:port:rx-stp-drop-count RX spanning tree drop count ok info 0 2021-09-24T04:58:24Z
nse:port:rx-utd-drop-count RX un-tagged pkt drop count ok info 0 2021-09-24T04:58:24Z
nse:port:tx-bad-nti-drop-count TX bad NTI ptk drop count ok info 0 2021-09-24T04:58:24Z
nse:port:tx-bad-vlan-drop-count TX bad VLAN ptk drop count ok info 1016666 2021-09-24T04:58:24Z
nse:port:tx-std-drop-count TX single tagged disabled drop count ok info 0 2021-09-24T04:58:24Z
nse:port:tx-utd-drop-count TX un-tagged disabled drop count ok info 0 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/vqf/nse/nse-fp1
state name "NSE FP1"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------------------------------------
nse:port:rx-bad-vlan-drop-count RX bad VLAN pkt drop count ok info 0 2021-09-24T04:58:24Z
nse:port:rx-ctrl-flags-default-drop-count RX drop count control flags default ok info 0 2021-09-24T04:58:24Z
nse:port:rx-ctrl-flags-l2ls-default-drop-count RX drop count control L2LS defaults ok info 0 2021-09-24T04:58:24Z
nse:port:rx-ctrl-flags-l2ls-drop-count RX =drop count control L2LS ok info 0 2021-09-24T04:58:24Z
nse:port:rx-ctrl-flags-nls-drop-count RX drop count control NLS ok info 0 2021-09-24T04:58:24Z
nse:port:rx-dtd-drop-count RX double tagged pkt drop count ok info 0 2021-09-24T04:58:24Z
nse:port:rx-std-drop-count RX single tagged pkt drop count ok info 0 2021-09-24T04:58:24Z
nse:port:rx-stp-drop-count RX spanning tree drop count ok info 0 2021-09-24T04:58:24Z
nse:port:rx-utd-drop-count RX un-tagged pkt drop count ok info 0 2021-09-24T04:58:24Z
nse:port:tx-bad-nti-drop-count TX bad NTI ptk drop count ok info 0 2021-09-24T04:58:24Z
nse:port:tx-bad-vlan-drop-count TX bad VLAN ptk drop count ok info 657528 2021-09-24T04:58:24Z
nse:port:tx-std-drop-count TX single tagged disabled drop count ok info 0 2021-09-24T04:58:24Z
nse:port:tx-utd-drop-count TX un-tagged disabled drop count ok info 0 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/vqf/pcie0
state name "VQF PCIe Config"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
------------------------------------------------------------------------------------------------
pcie:link-down-count Link Down Counter ok info 0 2021-09-24T04:58:24Z
pcie:ltssm:l0-exit-count LTSSM L0 Exit Counter ok info 1 2021-09-24T04:58:24Z
hardware blade/hardware/fpga/vqf/voq
state name VOQ
state health ok
state severity info
hardware blade/hardware/lop
state name LOP
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
l4s:sensor:current:lemanscurrentsensoridimon12vmain IMON 12V MAIN (A) ok info 21.58 2021-09-24T04:58:44Z
l4s:sensor:temperature:atsedie1 ATSE1 (C) ok info 52.3 2021-09-24T04:58:44Z
l4s:sensor:temperature:atsedie2 ATSE2 (C) ok info 57.1 2021-09-24T04:58:44Z
l4s:sensor:temperature:atsedie3 ATSE3 (C) ok info 58.8 2021-09-24T04:58:44Z
l4s:sensor:temperature:atsedie4 ATSE4 (C) ok info 57.8 2021-09-24T04:58:44Z
l4s:sensor:temperature:atsedie5 ATSE5 (C) ok info 60.7 2021-09-24T04:58:44Z
l4s:sensor:temperature:bwedie BWE (C) ok info 46 2021-09-24T04:58:44Z
l4s:sensor:temperature:inlet Inlet (C) ok info 24 2021-09-24T04:58:44Z
l4s:sensor:temperature:outlet Outlet (C) ok info 48 2021-09-24T04:58:44Z
l4s:sensor:temperature:vqfdie1 VQF1 (C) ok info 50.8 2021-09-24T04:58:44Z
l4s:sensor:temperature:vqfdie2 VQF2 (C) ok info 53.8 2021-09-24T04:58:44Z
l4s:sensor:voltage:06vvttab 0.6V VTT AB (V) ok info 0.607 2021-09-24T04:58:44Z
l4s:sensor:voltage:06vvttde 0.6V VTT DE (V) ok info 0.606 2021-09-24T04:58:44Z
l4s:sensor:voltage:095vbwe 0.95V BWE (V) ok info 0.95 2021-09-24T04:58:44Z
l4s:sensor:voltage:09vatsevcc 0.9V ATSE VCC (V) ok info 0.885 2021-09-24T04:58:44Z
l4s:sensor:voltage:09vatsevcceram 0.9V ATSE VCCERAM (V) ok info 0.904 2021-09-24T04:58:44Z
l4s:sensor:voltage:09vvqfvcc 0.9V VQF VCC (V) ok info 0.884 2021-09-24T04:58:44Z
l4s:sensor:voltage:09vvqfvcceram 0.9V VQF VCCERAM (V) ok info 0.9 2021-09-24T04:58:44Z
l4s:sensor:voltage:105vpchaux 1.05V PCH AUX (V) ok info 1.057 2021-09-24T04:58:44Z
l4s:sensor:voltage:10vpchpvnnaux 1.0V PCH PVNN AUX (V) ok info 0.912 2021-09-24T04:58:44Z
l4s:sensor:voltage:112vatsevccrgxb 1.12V ATSE VCCRGXB (V) ok info 1.132 2021-09-24T04:58:44Z
l4s:sensor:voltage:112vatsevcctgxb 1.12V ATSE VCCTGXB (V) ok info 1.121 2021-09-24T04:58:44Z
l4s:sensor:voltage:112vvqfvccrgxb 1.12V VQF VCCRGXB (V) ok info 1.123 2021-09-24T04:58:44Z
l4s:sensor:voltage:112vvqfvcctgxb 1.12V VQF VCCTGXB (V) ok info 1.118 2021-09-24T04:58:44Z
l4s:sensor:voltage:11vcpupvccio 1.1V CPU PVCCIO (V) ok info 1.015 2021-09-24T04:58:44Z
l4s:sensor:voltage:11vcpupvsa 1.1V CPU PVSA (V) ok info 0.847 2021-09-24T04:58:44Z
l4s:sensor:voltage:120v 12.0V (V) ok info 12.15 2021-09-24T04:58:44Z
l4s:sensor:voltage:12vatse 1.2V ATSE (V) ok info 1.205 2021-09-24T04:58:44Z
l4s:sensor:voltage:12vstby 1.2V STBY (V) ok info 1.198 2021-09-24T04:58:44Z
l4s:sensor:voltage:12vvddqab 1.2V VDDQ AB (V) ok info 1.228 2021-09-24T04:58:44Z
l4s:sensor:voltage:12vvddqde 1.2V VDDQ DE (V) ok info 1.229 2021-09-24T04:58:44Z
l4s:sensor:voltage:15vbwe 1.5V BWE (V) ok info 1.493 2021-09-24T04:58:44Z
l4s:sensor:voltage:18vatse 1.8V ATSE (V) ok info 1.793 2021-09-24T04:58:44Z
l4s:sensor:voltage:18vcpupvccin 1.8V CPU PVCCIN (V) ok info 1.79 2021-09-24T04:58:44Z
l4s:sensor:voltage:18vpchaux 1.8V PCH AUX (V) ok info 1.796 2021-09-24T04:58:44Z
l4s:sensor:voltage:18vstby 1.8V STBY (V) ok info 1.804 2021-09-24T04:58:44Z
l4s:sensor:voltage:18vvqf 1.8V VQF (V) ok info 1.796 2021-09-24T04:58:44Z
l4s:sensor:voltage:24vatse 2.4V ATSE (V) ok info 2.418 2021-09-24T04:58:44Z
l4s:sensor:voltage:24vvqf 2.4V VQF (V) ok info 2.412 2021-09-24T04:58:44Z
l4s:sensor:voltage:25vatse 2.5V ATSE (V) ok info 2.53 2021-09-24T04:58:44Z
l4s:sensor:voltage:25vstby 2.5V STBY (V) ok info 2.483 2021-09-24T04:58:44Z
l4s:sensor:voltage:25vvppab 2.5V VPP AB (V) ok info 2.561 2021-09-24T04:58:44Z
l4s:sensor:voltage:25vvppde 2.5V VPP DE (V) ok info 2.549 2021-09-24T04:58:44Z
l4s:sensor:voltage:30vatse 3.0V ATSE (V) ok info 2.993 2021-09-24T04:58:44Z
l4s:sensor:voltage:30vvqf 3.0V VQF (V) ok info 2.996 2021-09-24T04:58:44Z
l4s:sensor:voltage:33v 3.3V (V) ok info 3.315 2021-09-24T04:58:44Z
l4s:sensor:voltage:33vdsw 3.3V DSW (V) ok info 3.301 2021-09-24T04:58:44Z
l4s:sensor:voltage:33vqsfp1 3.3V QSFP1 (V) ok info 3.274 2021-09-24T05:08:41Z
l4s:sensor:voltage:33vqsfp2 3.3V QSFP2 (V) ok info 3.266 2021-09-24T05:08:41Z
l4s:sensor:voltage:33vstby 3.3V STBY (V) ok info 3.305 2021-09-24T04:58:44Z
l4s:sensor:voltage:50v 5.0V (V) ok info 4.991 2021-09-24T04:58:44Z
l4s:sensor:voltage:50v2 5.0V2 (V) ok info 4.971 2021-09-24T04:58:44Z
l4s:sensor:voltage:50vstby 5.0V STBY (V) ok info 4.983 2021-09-24T04:58:44Z
l4s:sensor:voltage:50vstby2 5.0V STBY2 (V) ok info 4.995 2021-09-24T04:58:44Z
lop:cpld:gpio-fault CPLD GPIO fault ok info false 2021-09-24T04:00:04Z
lop:fit:forced-bad-health LOP FIT forced bad health ok info false 2021-09-24T04:00:04Z
lop:i2c:1:cpld-eeprom-ack-fault I2C-1 CPLD EEPROM ack fault ok info false 2021-09-24T04:00:04Z
lop:i2c:1:pel-eeprom-ack-fault I2C-1 PEL EEPROM ack fault ok info false 2021-09-24T04:00:04Z
lop:i2c:1:platform-eeprom-ack-fault I2C-1 Platform EEPROM ack fault ok info false 2021-09-24T04:00:04Z
lop:i2c:1:stuck-bus-fault I2C-1 Stuck bus fault ok info false 2021-09-24T04:00:04Z
lop:i2c:2:stuck-bus-fault I2C-2 stuck bus fault ok info false 2021-09-24T04:00:04Z
lop:i2c:3:lm25066-hotswap-controller-ack-fault I2C-3 LM25066 hotswap controller ack fault ok info false 2021-09-24T04:00:04Z
lop:i2c:3:max31730-atse1-ack-fault I2C-3 MAX31730 ATSE1 ack fault ok info false 2021-09-24T04:00:04Z
lop:i2c:3:max31730-atse2-ack-fault I2C-3 MAX31730 ATSE2 ack fault ok info false 2021-09-24T04:00:04Z
lop:i2c:3:max31730-vqf-ack-fault I2C-3 MAX31730 VQF ack fault ok info false 2021-09-24T04:00:04Z
lop:i2c:3:stuck-bus-fault I2C-3 stuck bus fault ok info false 2021-09-24T04:00:04Z
lop:i2c:3:tmp421-outlet-ack-fault I2C-3 TMP421 outlet ack fault ok info false 2021-09-24T04:00:04Z
lop:i2c:3:tmp423-ack-fault I2C-3 TMP423 ack fault ok info false 2021-09-24T04:00:04Z
lop:i2c:4:stuck-bus-fault I2C-4 stuck bus fault ok info false 2021-09-24T04:00:04Z
lop:i2c:4:tmp421-inlet-ack-fault I2C-4 TMP421 inlet ack fault ok info false 2021-09-24T04:00:04Z
lop:i2c:4:tmp468-atse-ack-fault I2C-4 TMP468 ATSE ack fault ok info false 2021-09-24T04:00:04Z
lop:microcontroller:rev-id-fault Microcontroller Revision ID Fault ok info false 2021-09-24T04:00:04Z
lop:nc-si-rmii:failure LOP NC-SI / RMII Failure ok info false 2021-09-24T04:00:04Z
lop:post LOP POST ok info false 2021-09-24T04:00:04Z
hardware blade/hardware/memory
state name Memory
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------
l4s:power-domain:dimm:0.6v-vtt-ab +0.6V_VTT_AB power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:dimm:0.6v-vtt-de +0.6V_VTT_DE power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:dimm:1.2v-vddq-ab +1.2V_VDDQ_AB power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:dimm:1.2v-vddq-de +1.2V_VDDQ_DE power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:dimm:2.5v-vpp-ab +2.5V_VPP_AB power fault ok info 0 2021-09-23T15:41:13Z
l4s:power-domain:dimm:2.5v-vpp-de +2.5V_VPP_DE power fault ok info 0 2021-09-23T15:41:13Z
l4s:thermal-fault:dimm:ddr4-channel-ab DDR4 Channel A/B Hot thermal fault ok info 0 2021-09-23T15:41:13Z
l4s:thermal-fault:dimm:ddr4-channel-de DDR4 Channel D/E Hot thermal fault ok info 0 2021-09-23T15:41:13Z
l4s:thermal-fault:dimm:vddq-channel-ab VDDQ A/B VR Hot thermal fault ok info 0 2021-09-23T15:41:13Z
l4s:thermal-fault:dimm:vddq-channel-de VDDQ D/E VR Hot thermal fault ok info 0 2021-09-23T15:41:13Z
memory:sensor:temperature Memory DIMM temperature (C) ok info 38 2021-09-24T04:58:44Z
rasdaemon:mc:corrected:event RAS Daemon MC corrected event ok info 0 2021-09-24T04:56:13Z
rasdaemon:mc:fatal:event RAS Daemon MC fatal event ok info 0 2021-09-24T04:56:13Z
rasdaemon:mc:uncorrected:event RAS Daemon MC uncorrected event ok info 0 2021-09-24T04:56:13Z
hardware blade/hardware/optic0
state name optic-0
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------
l4s:power-domain:device:qsfp1 QSFP1 power fault ok info 0 2021-09-23T15:41:13Z
optics:rx-power:alarm-warning-stats Latched RX-Power alarm warning ok info 0 2021-09-24T04:55:42Z
optics:rx1-power RX power, channel 1 ok info -0.75 2021-09-24T04:55:42Z
optics:rx2-power RX power, channel 2 ok info -0.77 2021-09-24T04:55:42Z
optics:rx3-power RX power, channel 3 ok info -0.93 2021-09-24T04:55:42Z
optics:rx4-power RX power, channel 4 ok info -1.05 2021-09-24T04:55:42Z
optics:temperature Temperature (C) ok info 22.371 2021-09-24T04:55:42Z
optics:temperature:alarm-warning-stats Latched temperature alarm warning ok info 0 2021-09-24T04:55:42Z
optics:tx-bias:alarm-warning-stats Latched TX-Bias alarm warning ok info 0 2021-09-24T04:55:42Z
optics:tx-fault TX fault ok info 0 2021-09-24T04:55:42Z
optics:tx-power:alarm-warning-stats Latched TX-Power alarm warning ok info 0 2021-09-24T04:55:42Z
optics:tx-rx-los TX RX LOS ok info 0 2021-09-24T04:55:42Z
optics:tx1-bias TX bias, channel 1 ok info 0.007536 2021-09-24T04:55:42Z
optics:tx1-power TX power, channel 1 ok info -0.87 2021-09-24T04:55:42Z
optics:tx2-bias TX bias, channel 2 ok info 0.007454 2021-09-24T04:55:42Z
optics:tx2-power TX power, channel 2 ok info -0.52 2021-09-24T04:55:42Z
optics:tx3-bias TX bias, channel 3 ok info 0.00753 2021-09-24T04:55:42Z
optics:tx3-power TX power, channel 3 ok info -1 2021-09-24T04:55:42Z
optics:tx4-bias TX bias, channel 4 ok info 0.00754 2021-09-24T04:55:42Z
optics:tx4-power TX power, channel 4 ok info -0.53 2021-09-24T04:55:42Z
optics:voltage Voltage (V) ok info 3.2564 2021-09-24T04:55:42Z
optics:voltage:alarm-warning-stats Latched voltage alarm warning ok info 0 2021-09-24T04:55:42Z
hardware blade/hardware/optic1
state name optic-1
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------
l4s:power-domain:device:qsfp2 QSFP2 power fault ok info 0 2021-09-23T15:41:13Z
optics:rx-power:alarm-warning-stats Latched RX-Power alarm warning ok info 0 2021-09-24T04:55:44Z
optics:rx1-power RX power, channel 1 ok info -0.16 2021-09-24T04:55:44Z
optics:rx2-power RX power, channel 2 ok info 0.37 2021-09-24T04:55:44Z
optics:rx3-power RX power, channel 3 ok info 0.28 2021-09-24T04:55:44Z
optics:rx4-power RX power, channel 4 ok info 0.41 2021-09-24T04:55:44Z
optics:temperature Temperature (C) ok info 21.1171 2021-09-24T04:55:44Z
optics:temperature:alarm-warning-stats Latched temperature alarm warning ok info 0 2021-09-24T04:55:44Z
optics:tx-bias:alarm-warning-stats Latched TX-Bias alarm warning ok info 0 2021-09-24T04:55:44Z
optics:tx-fault TX fault ok info 0 2021-09-24T04:55:44Z
optics:tx-power:alarm-warning-stats Latched TX-Power alarm warning ok info 0 2021-09-24T04:55:44Z
optics:tx-rx-los TX RX LOS ok info 0 2021-09-24T04:55:44Z
optics:tx1-bias TX bias, channel 1 ok info 0.007504 2021-09-24T04:55:44Z
optics:tx1-power TX power, channel 1 ok info -0.48 2021-09-24T04:55:44Z
optics:tx2-bias TX bias, channel 2 ok info 0.007638 2021-09-24T04:55:44Z
optics:tx2-power TX power, channel 2 ok info -0.72 2021-09-24T04:55:44Z
optics:tx3-bias TX bias, channel 3 ok info 0.007546 2021-09-24T04:55:44Z
optics:tx3-power TX power, channel 3 ok info -0.48 2021-09-24T04:55:44Z
optics:tx4-bias TX bias, channel 4 ok info 0.007516 2021-09-24T04:55:44Z
optics:tx4-power TX power, channel 4 ok info -0.5 2021-09-24T04:55:44Z
optics:voltage Voltage (V) ok info 3.2558 2021-09-24T04:55:44Z
optics:voltage:alarm-warning-stats Latched voltage alarm warning ok info 0 2021-09-24T04:55:44Z
hardware blade/hardware/qat
state name QAT
state health ok
state severity info
hardware blade/hardware/tpm
state name TPM
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------
tpm:health TPM Self test ok info PASS 2021-09-23T15:41:13Z
services blade/services/datapath_cp_proxy
state name datapath_cp_proxy
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:28Z
container:event:die Container die event ok info 0 2021-09-16T01:07:43Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:28Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:28Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:28Z
container:event:kill Container kill event ok info 0 2021-09-16T01:07:43Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:28Z
container:event:start Container start event ok info 0 2021-06-08T22:11:28Z
container:event:stop Container stop event ok info 0 2021-09-16T01:07:43Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-06-08T22:11:28Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:28Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:14Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:28Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:14Z
service:ready Service ready status ok info true 2021-09-23T15:41:14Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:14Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-08-21T22:50:07Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:30.170474117Z 2021-09-23T15:41:14Z
service:version Service version ok info 11.1.9 2021-09-23T15:41:14Z
services blade/services/diag-agent
state name diag-agent
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:46Z
container:event:die Container die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:46Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:46Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:46Z
container:event:kill Container kill event ok info 0 2021-09-22T22:55:55Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:28Z
container:event:start Container start event ok info 0 2021-05-18T17:48:46Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:46Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-09-23T15:41:14Z
service:file-watcher-error Service file watcher error ok info false 2021-05-18T17:48:46Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:14Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:28Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:14Z
service:ready Service ready status ok info true 2021-09-23T15:41:14Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:28Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:25.571337482Z 2021-09-23T15:41:14Z
service:version Service version ok info 1.45.3 2021-09-23T15:41:14Z
services blade/services/diag-agent/alert-manager
state name alert-manager
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
------------------------------------------------------------------------------------------------------------------------------------------------------
alert-manager:alarm-maintainer Diag-agent is able to initialize the alarm maintainer ok info true 2021-09-23T15:41:14Z
alert-manager:lop Diag-agent is able to initialize the LOP alert manager ok info true 2021-09-23T15:41:14Z
alert-manager:lop:alert-handler:analog Diag-agent is able to initialize the analog LOP alert handler ok info true 2021-09-23T15:41:14Z
alert-manager:lop:alert-handler:binary Diag-agent is able to initialize the binary LOP alert handler ok info true 2021-09-23T15:41:14Z
alert-manager:platform:alarm-handler Diag-agent is able to initialize the platform alarm handler ok info true 2021-09-23T15:41:14Z
alert-manager:platform:alarm-manager Diag-agent is able to initialize the platform alarm manager ok info true 2021-09-23T15:41:14Z
services blade/services/diag-agent/cluster-agent
state name cluster-agent
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------------------------------
cluster-agent:connection Diag-agent is able initialize cluster for inter diag-agent communication ok info true 2021-09-23T15:41:14Z
services blade/services/diag-agent/publisher
state name publisher
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
---------------------------------------------------------------------------------------------------------------------------------------
publisher:push-endpoint Diag-agent is able to push &publish events over zmq interface ok info true 2021-09-23T15:41:14Z
services blade/services/diag-agent/service
state name service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-------------------------------------------------------------------------------------------------------------------------------------------------
service:hal:connection Diag-agent is able to communicate with platform-hal ok info true 2021-09-23T15:41:14Z
service:monitor:connection Diag-agent is able to communicate with monitor agent ok info true 2021-09-23T15:41:14Z
service:monitor:connection:firmware Diag-agent is able initialize monitoring of firmware events ok info true 2021-09-23T15:41:14Z
services blade/services/dma-agent
state name dma-agent
state health ok
state severity notice
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:46Z
container:event:die Container die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:46Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:46Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:46Z
container:event:kill Container kill event ok info 0 2021-09-15T03:01:41Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:28Z
container:event:start Container start event ok info 0 2021-05-18T17:48:46Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:46Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-05-18T17:48:46Z
service:file-watcher-error Service file watcher error ok info false 2021-05-18T17:48:46Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:34Z
service:message-error-count Service health monitor error count ok info 0 2021-09-16T00:37:28Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:34Z
service:ready Service ready status ok info true 2021-09-23T15:41:34Z
service:restart-count Service total restart count ok notice 1 2021-09-24T05:03:57Z
service:restart-last-hour Service restart count in the last hour ok notice 1 2021-09-24T05:03:57Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:57.020921947Z 2021-09-23T15:41:34Z
service:version Service version ok info 7.1.0 2021-09-23T15:41:34Z
services blade/services/firmware
state name firmware
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:46Z
container:event:die Container die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:46Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:46Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:46Z
container:event:kill Container kill event ok info 0 2021-05-18T17:48:46Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:46Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:46Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/firmware-fpga
state name firmware-fpga
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:46Z
container:event:die Container die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:46Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:46Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:46Z
container:event:kill Container kill event ok info 0 2021-05-18T17:48:46Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:46Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:46Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/lacpd
state name lacpd
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:49:52Z
container:event:die Container die event ok info 2 2021-09-23T15:41:24Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:49:52Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:49:52Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:49:52Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:49:52Z
container:event:kill Container kill event ok info 0 2021-09-22T22:55:55Z
container:event:restart Container restart event ok info 7 2021-09-23T15:41:18Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:31Z
container:event:start Container start event ok info 3 2021-09-23T15:41:38Z
container:event:stop Container stop event ok info 0 2021-09-16T01:07:43Z
container:running Container running ok info true 2021-09-24T05:03:59Z
services blade/services/line-dma-agent
state name line-dma-agent
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:46Z
container:event:die Container die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:46Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:46Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:46Z
container:event:kill Container kill event ok info 0 2021-09-15T03:01:41Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:28Z
container:event:start Container start event ok info 0 2021-05-18T17:48:46Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:46Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-05-18T17:48:46Z
service:file-watcher-error Service file watcher error ok info false 2021-05-18T17:48:46Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:36Z
service:message-error-count Service health monitor error count ok info 0 2021-09-16T00:37:28Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:36Z
service:ready Service ready status ok info true 2021-09-24T05:03:59Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:14Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-08-30T16:05:19Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:57.960292751Z 2021-09-23T15:41:36Z
service:version Service version ok info 1.3.22 2021-09-23T15:41:36Z
services blade/services/lopd
state name lopd
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:46Z
container:event:die Container die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:46Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:46Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:46Z
container:event:kill Container kill event ok info 0 2021-05-18T17:48:46Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:46Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:46Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/part_vers_1.2.1-10781_vers
state name part_vers_1.2.1-10781_vers
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-09-24T05:03:36Z
container:event:die Container die event ok info 0 2021-09-24T05:03:36Z
container:event:exec-create Container exec create event ok info 0 2021-09-24T05:03:36Z
container:event:exec-detach Container exec detach event ok info 0 2021-09-24T05:03:36Z
container:event:exec-die Container exec die event ok info 0 2021-09-24T05:03:36Z
container:event:exec-start Container exec start event ok info 0 2021-09-24T05:03:36Z
container:event:kill Container kill event ok info 0 2021-09-24T05:03:36Z
container:event:restart Container restart event ok info 0 2021-09-24T05:03:36Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-09-24T05:03:36Z
container:event:start Container start event ok info 0 2021-09-24T05:03:36Z
container:event:stop Container stop event ok info 0 2021-09-24T05:03:36Z
container:running Container running ok info true 2021-09-24T05:03:36Z
services blade/services/partition-tcam-manager
state name partition-tcam-manager
state health ok
state severity notice
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-22T22:55:55Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:28Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:28Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-06-08T22:11:28Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:28Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:32Z
service:message-error-count Service health monitor error count ok info 0 2021-09-16T00:37:26Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:33Z
service:ready Service ready status ok info true 2021-09-24T05:03:55Z
service:restart-count Service total restart count ok notice 1 2021-09-24T05:03:55Z
service:restart-last-hour Service restart count in the last hour ok notice 1 2021-09-24T05:03:55Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:54.61600492Z 2021-09-23T15:41:32Z
service:version Service version ok info 2021-09-23T15:41:33Z
services blade/services/partition_L2
state name partition_L2
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:28Z
container:event:die Container die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:28Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:28Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:28Z
container:event:kill Container kill event ok info 0 2021-09-16T01:07:43Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:28Z
container:event:start Container start event ok info 0 2021-06-08T22:11:28Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:28Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-06-08T22:11:28Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:28Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:14Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:28Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:14Z
service:ready Service ready status ok info true 2021-09-23T15:41:14Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:14Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-08-21T22:50:07Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:30.001690443Z 2021-09-23T15:41:14Z
service:version Service version ok info 4.13.1~f5os_c_1_2_1_candidate.2021_08_04_15_54_29.Seea41b26 2021-09-23T15:41:14Z
services blade/services/partition_alert_service
state name partition_alert_service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:07:43Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-16T01:07:43Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:07:43Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-08-06T14:48:16Z
service:file-watcher-error Service file watcher error ok info false 2021-08-06T14:48:16Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:14Z
service:message-error-count Service health monitor error count ok info 0 2021-08-06T14:48:16Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:14Z
service:ready Service ready status ok info true 2021-09-23T15:41:14Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-08-21T22:50:01Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:30.634969492Z 2021-09-23T15:41:14Z
service:version Service version ok info 3.6.0 2021-09-23T15:41:14Z
services blade/services/partition_api_svc_gateway
state name partition_api_svc_gateway
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:28Z
container:event:die Container die event ok info 0 2021-09-16T01:07:43Z
container:event:exec-create Container exec create event ok info 0 2021-07-01T18:08:25Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:28Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-start Container exec start event ok info 0 2021-07-01T18:08:25Z
container:event:kill Container kill event ok info 0 2021-09-22T22:55:55Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:28Z
container:event:start Container start event ok info 0 2021-06-08T22:11:28Z
container:event:stop Container stop event ok info 0 2021-08-11T14:11:52Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-06-08T22:11:28Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:28Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:14Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:28Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:14Z
service:ready Service ready status ok info true 2021-09-23T15:41:14Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:14Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-08-21T22:50:07Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:30.695740559Z 2021-09-23T15:41:14Z
service:version Service version ok info 4.6.17~f5os_c_1_2_1_candidate.2021_08_30_16_40_16.S7a3c2a5a 2021-09-23T15:41:14Z
services blade/services/partition_authentication-mgr
state name partition_authentication-mgr
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:07:43Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-16T01:07:43Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:07:43Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/partition_dagd
state name partition_dagd
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:07:43Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-22T22:55:55Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:07:43Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/partition_fips-service
state name partition_fips-service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-16T01:07:43Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/partition_fpga
state name partition_fpga
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:28Z
container:event:die Container die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:28Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:28Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:28Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:28Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:28Z
container:event:start Container start event ok info 0 2021-06-08T22:11:28Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:28Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-09-16T00:38:16Z
service:message-error Service health monitor error ok info 2021-09-24T05:04:10Z
service:message-error-count Service health monitor error count ok info 0 2021-09-24T05:04:10Z
service:overall-health Service reported overall health ok info 2021-06-08T22:11:28Z
service:ready Service ready status ok info true 2021-09-24T05:04:10Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:14Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:28Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:35.495843476Z 2021-09-24T04:58:42Z
service:version Service version ok info 15.0.0~f5os_c_1_2_1_candidate.2021_08_12_20_44_54.Sc88d0b73 2021-09-24T04:58:42Z
services blade/services/partition_ha
state name partition_ha
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:46Z
container:event:die Container die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:46Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:46Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:46Z
container:event:kill Container kill event ok info 0 2021-05-18T17:48:46Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:46Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:46Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-05-18T17:48:46Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:29Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:14Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:29Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:14Z
service:ready Service ready status ok info true 2021-09-23T15:41:14Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:14Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-08-21T22:50:07Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:31.008159985Z 2021-09-23T15:41:14Z
service:version Service version ok info 2021-09-23T15:41:14Z
services blade/services/partition_license_service
state name partition_license_service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:07:43Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-16T01:07:43Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:07:43Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/partition_manager
state name partition_manager
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:46Z
container:event:die Container die event ok info 0 2021-08-21T22:50:01Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:46Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:46Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:46Z
container:event:kill Container kill event ok info 0 2021-05-18T17:48:46Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-08-21T22:50:01Z
container:event:stop Container stop event ok info 0 2021-05-18T17:48:46Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-05-18T17:48:46Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:29Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:14Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:29Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:14Z
service:ready Service ready status ok info true 2021-09-23T15:41:14Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:14Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-08-21T22:50:01Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:25.251159615Z 2021-09-23T15:41:14Z
service:version Service version ok info 32.2.0-f5os-c-1-2-1-candidate.2021-08-04-19-58-57.S9ae08ced 2021-09-23T15:41:14Z
services blade/services/partition_platform-mgr
state name partition_platform-mgr
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:07:43Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-22T22:55:55Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-15T03:01:41Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-08-06T14:48:16Z
service:file-watcher-error Service file watcher error ok info false 2021-08-06T14:48:16Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:14Z
service:message-error-count Service health monitor error count ok info 0 2021-08-06T14:48:16Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:14Z
service:ready Service ready status ok info true 2021-09-23T15:41:14Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-08-21T22:50:07Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:30.637907811Z 2021-09-23T15:41:14Z
service:version Service version ok info 2.8.11 2021-09-23T15:41:14Z
services blade/services/partition_rsyslogd
state name partition_rsyslogd
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/partition_sw_rbcast
state name partition_sw_rbcast
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:07:43Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-16T01:07:43Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:07:43Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/partition_tmstat_merged
state name partition_tmstat_merged
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-08-11T14:11:52Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-22T22:55:55Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-08-11T14:11:52Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/partition_tmstat_zmq
state name partition_tmstat_zmq
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:28Z
container:event:die Container die event ok info 0 2021-09-16T01:07:43Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:28Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:28Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:28Z
container:event:kill Container kill event ok info 0 2021-09-16T01:07:43Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:28Z
container:event:start Container start event ok info 0 2021-06-08T22:11:28Z
container:event:stop Container stop event ok info 0 2021-09-16T01:07:43Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-06-08T22:11:28Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:28Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:14Z
service:message-error-count Service health monitor error count ok info 0 2021-06-15T20:29:05Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:14Z
service:ready Service ready status ok info true 2021-09-23T15:41:14Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:14Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:28Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:25.831099289Z 2021-09-23T15:41:14Z
service:version Service version ok info 1.17.2 2021-09-23T15:41:14Z
services blade/services/partition_user_manager
state name partition_user_manager
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/partition_velocity_rsyslogd
state name partition_velocity_rsyslogd
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-09-16T01:07:43Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-09-16T01:07:43Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-09-16T01:07:43Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/platform-diag
state name platform-diag
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:28Z
container:event:die Container die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:28Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:28Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:28Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:28Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:28Z
container:event:start Container start event ok info 0 2021-06-08T22:11:28Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:28Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-09-23T15:41:14Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:28Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:14Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:28Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:14Z
service:ready Service ready status ok info true 2021-09-23T15:41:14Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:28Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:24.640170144Z 2021-09-23T15:41:14Z
service:version Service version ok info 1.4.82 2021-09-23T15:41:14Z
services blade/services/platform-diag/service
state name service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------
dmaa:client DMA Agent Client ok info true 2021-09-23T15:41:14Z
f5sw:service F5 Software SDK ok info true 2021-09-23T15:41:14Z
fpgamgr:service FPGA Manager ok info true 2021-09-23T15:41:14Z
services blade/services/platform-fwu
state name platform-fwu
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:28Z
container:event:die Container die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:28Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:28Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:28Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:28Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:28Z
container:event:start Container start event ok info 0 2021-06-08T22:11:28Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:28Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-09-23T15:41:14Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:28Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:14Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:28Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:14Z
service:ready Service ready status ok info true 2021-09-23T15:41:14Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:28Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:25.164919716Z 2021-09-23T15:41:14Z
service:version Service version ok info 0.0.0 2021-09-23T15:41:14Z
services blade/services/platform-fwu/service
state name service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------
bios:recovery:image FWU was able to execute creation of BIOS recovery image ok info false 2021-09-23T15:41:14Z
hal:connection FWU is able to communicate with HAL using ZMQ ok info true 2021-09-23T15:41:14Z
services blade/services/platform-hal
state name platform-hal
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:28Z
container:event:die Container die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:28Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:28Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:28Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:28Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:28Z
container:event:start Container start event ok info 0 2021-06-08T22:11:28Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:28Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-09-23T15:41:18Z
service:message-error Service health monitor error ok info 2021-09-24T04:58:44Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:28Z
service:overall-health Service reported overall health ok info 2021-06-08T22:11:28Z
service:ready Service ready status ok info true 2021-09-24T04:58:44Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:28Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:35.009412606Z 2021-09-24T04:58:44Z
service:version Service version ok info 2021-09-24T04:58:44Z
services blade/services/platform-hal/lopd
state name "LOPd Service"
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------
lopd:network:port LOPd Port ok info true 2021-09-24T04:58:44Z
lopd:usb:device LOP USB Device ok info true 2021-09-24T04:58:44Z
services blade/services/platform-monitor
state name platform-monitor
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:29Z
container:event:die Container die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:29Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:29Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:29Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:29Z
container:event:kill Container kill event ok info 0 2021-06-08T22:11:29Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-06-08T22:11:29Z
container:event:stop Container stop event ok info 0 2021-06-08T22:11:29Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-09-23T15:41:14Z
service:file-watcher-error Service file watcher error ok info false 2021-07-19T21:23:43Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:14Z
service:message-error-count Service health monitor error count ok info 0 2021-07-19T21:23:43Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:14Z
service:ready Service ready status ok info true 2021-09-23T15:41:14Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-07-19T21:23:43Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:25.206598618Z 2021-09-23T15:41:14Z
service:version Service version ok info 1.15.10 2021-09-23T15:41:14Z
services blade/services/platform-monitor/service
state name service
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
--------------------------------------------------------------------------------------------------------
hal:connection Monitor is able to communicate with HAL ok info true 2021-09-23T15:41:14Z
services blade/services/platform-stats
state name platform-stats
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
-----------------------------------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-06-08T22:11:28Z
container:event:die Container die event ok info 0 2021-09-16T01:07:43Z
container:event:exec-create Container exec create event ok info 0 2021-06-08T22:11:28Z
container:event:exec-detach Container exec detach event ok info 0 2021-06-08T22:11:28Z
container:event:exec-die Container exec die event ok info 0 2021-06-08T22:11:28Z
container:event:exec-start Container exec start event ok info 0 2021-06-08T22:11:28Z
container:event:kill Container kill event ok info 0 2021-09-16T01:07:43Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:28Z
container:event:start Container start event ok info 0 2021-06-08T22:11:28Z
container:event:stop Container stop event ok info 0 2021-09-16T01:07:43Z
container:running Container running ok info true 2021-09-24T04:58:14Z
service:component:version Service component version ok info 2021-09-23T15:41:14Z
service:file-watcher-error Service file watcher error ok info false 2021-06-08T22:11:28Z
service:message-error Service health monitor error ok info 2021-09-23T15:41:14Z
service:message-error-count Service health monitor error count ok info 0 2021-06-08T22:11:28Z
service:overall-health Service reported overall health ok info Ok 2021-09-23T15:41:14Z
service:ready Service ready status ok info true 2021-09-23T15:41:14Z
service:restart-count Service total restart count ok info 0 2021-09-23T15:41:13Z
service:restart-last-hour Service restart count in the last hour ok info 0 2021-06-08T22:11:28Z
service:startup-timestamp Service startup timestamp ok info 2021-09-24T05:03:24.623795358Z 2021-09-23T15:41:14Z
service:version Service version ok info 1.5.6 2021-09-23T15:41:14Z
services blade/services/platform-stats/service
state name service
state health ok
state severity info
services blade/services/qat-support-pod
state name qat-support-pod
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:46Z
container:event:die Container die event ok info 0 2021-09-16T01:07:43Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:46Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:46Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:46Z
container:event:kill Container kill event ok info 0 2021-09-16T01:07:43Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:46Z
container:event:stop Container stop event ok info 0 2021-09-16T01:07:43Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/qkviewd
state name qkviewd
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:46Z
container:event:die Container die event ok info 0 2021-09-16T01:07:43Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:46Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:46Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:46Z
container:event:kill Container kill event ok info 0 2021-09-22T22:55:55Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event ok info 0 2021-05-18T17:48:46Z
container:event:stop Container stop event ok info 0 2021-09-16T01:07:43Z
container:running Container running ok info true 2021-09-24T04:58:14Z
services blade/services/stream-generator
state name stream-generator
state health ok
state severity info
NAME DESCRIPTION HEALTH SEVERITY VALUE UPDATED AT
----------------------------------------------------------------------------------------------------------------------------
container:event:attach Container attach event ok info 0 2021-05-18T17:48:46Z
container:event:die Container die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-create Container exec create event ok info 0 2021-05-18T17:48:46Z
container:event:exec-detach Container exec detach event ok info 0 2021-05-18T17:48:46Z
container:event:exec-die Container exec die event ok info 0 2021-05-18T17:48:46Z
container:event:exec-start Container exec start event ok info 0 2021-05-18T17:48:46Z
container:event:kill Container kill event ok info 0 2021-09-22T22:55:55Z
container:event:restart Container restart event ok info 0 2021-09-23T15:41:14Z
container:event:restart-last-hour Container restart count in the last hour ok info 0 2021-06-08T22:11:29Z
container:event:start Container start event