Reply To: Out of box Health check process fault not executing

arumuganainar.s
Moderator
2 years, 7 months ago #3306
Up
0
Down
::

Hi Rishabh, the OSProcess entity is volatile. So, we can’t blueprint this entity. HC is executed only for the entities that are blueprinted. If it is really a process (not a service) and if you want to do the HC, please create a custom non-volatile entity for your process, model the fault by adding “HealthCheck” tag and implement the checkFault function.