We are developing one custom fault for one of our business usecase for HealthCheck. We need two property names –
1) Expected Value
2) Attribute
We are using below code to get faultname in report :
faultInstance.faultName=’CustomProcessDown’
where faultInstance is an object either returned from checkHealth() function or com.digitate.ignio.utils.ceb.model.FaultInstance class.
Below is a sample output for one of fault (OOB) from Report :
Attribute Expected value
Patch Updated Date (days) 32.0
Also it would be very helpful if we can get details about the parameters of HealthCheckKnowledge.checkHealth() function, that is used in custom fault building.