class HealthCheckM

..
+-SystemFunctions
+-HealthCheckM
+-HcJob [0..]
+-HcRule [0..]

Represents the root MOC for Health Check Management function.
The Health Check Management function reports summary views of the managed element current state highlighting any deviations from a normal behavior. It can be used to attend upgrades and to support preventive maintenance and problem resolution.
The healthiness status is obtained by verifying a set of rules according to their severity, grouped in predefined categories. For instance, if the result of at least one critical rule is not as expected, node status is evaluated as not healthy requiring an immediate action.
The categories of rules which the Health Check Management function is acting upon are system installed.
A health check job can be created selecting one or more categories of rules on which the ME healthiness is evaluated.
A report file is generated for each executed health check job and stored in the predefined folder with a compressed archive file containing logs used for the rules evaluation to be used for further investigation.


This MO is created by the system.

References to:
HcJob;
Attributes
string
key
mandatory
noNotification
restricted
healthCheckMId
Holds the name used when identifying the MO.
HcJob[0..1]
readOnly
lastExecutedJob
Specifies the DN of the last job executed to check the ME healthiness.
HealthStatus
noNotification
readOnly
lastStatus = NOT_AVAILABLE
Specifies the ME healthiness status according to the last executed job.
DateTime[0..1]
readOnly
lastUpdateTime
Specifies the date and time of the last time the health of the system has been updated.
uint16
maxNoOfReportFiles = 10
Specifies the maximum number of report files with related log files archive maintained in the ME.
If a new file is created and the limit is exceeded, the oldest file is deleted.

  class HealthCheckM