Missed a comma in a list

This commit is contained in:
2025-03-09 17:07:52 -04:00
parent 3aec25d967
commit 1be2ba1412

View File

@ -57,7 +57,7 @@ class SystemHealthMonitor:
'ENVIRONMENT': '[production]',
'TICKET_TYPE': '[maintenance]',
'HARDWARE_TYPE': '[hardware]',
'SOFTWARE_TYPE': '[software]'
'SOFTWARE_TYPE': '[software]',
'NETWORK_TYPE': '[network]',
'SCOPE_SINGLE': '[single-node]',
'SCOPE_CLUSTER': '[cluster-wide]',