class documentation

class Heartbeat(DiagnosticTask):

Constructor: Heartbeat()

View In Hierarchy

Diagnostic task to monitor whether a node is alive

This diagnostic task always reports as OK and 'Alive' when it runs

Method __init__ Constructs a HeartBeat
Method run Fills out this Task's DiagnosticStatusWrapper. @param stat: the DiagnosticStatusWrapper to fill @return the filled DiagnosticStatusWrapper

Inherited from DiagnosticTask:

Method getName Returns the name of the DiagnosticTask.
Instance Variable name Undocumented
def run(self, stat):

Fills out this Task's DiagnosticStatusWrapper. @param stat: the DiagnosticStatusWrapper to fill @return the filled DiagnosticStatusWrapper