CmmcaSystemConditionStatus

  • Base type Enumeration

This textual convention is used to specify the overall System Condition status of CUEA application. CUEA application can run with certain conditions raised with severity specified by CmmcaConditionStatus. statusNormal(1) : No Conditions have been raised, everything is working as intended. This condition can be considered as 'Green' status, where everything is working as normal. statusWarning(2): The application is currently operating, however at least one condition with CmmcaConditionStatus : conditionWarn(1) severity has been raised but no condition with CmmcaConditionStatus : conditionCritical(2) severity has been raised. This status can be considered 'Yellow' where the application or service is operating, however some condition has been detected that could become more serious later (low memory, disk space a problem, can't connect to other members of a cluster, etc.) statusCritical(3): The application or service is not functioning as intended. One or more conditions with CmmcaConditionStatus : conditionCritical(2) severity have been raised. This status can be considered 'Red' where the application or service is not functioning as designed. There is some problem such as not being able to connect to ICM or CUPS or the message bus.

Possible values

3 objects
Number Name
1 statusNormal
2 statusWarning
3 statusCritical