Healthcheck plugin¶
Abstract class of healthcheck. There is only one method to implement, that determines state of Vm or its underlying services.
Initialization - consider following config:
healthcheck:
driver: SomeHC
param1: AAAA
param2: BBBB
some_x: CCC
All params will be passed as config dict to the driver init: