HealthService

Protocols

Protocol IDName
18HealthProtocol
19MonitoringProtocol

HealthProtocol

Method IDSignature
1
func PingDaemon() -> (retval: bool)
2
func PingDatabase() -> (retval: bool)
3
func RunSanityCheck() -> (retval: bool)
4
func FixSanityErrors() -> (retval: bool)
## MonitoringProtocol
Method IDSignature
1
func PingDaemon() -> (retval: bool)
2
func GetClusterMembers() -> (strValues: std_list<string>)