Public Member Functions | |
def | __init__ (self) |
def | run (self, stat) |
Public Member Functions inherited from diagnostic_updater._diagnostic_updater.DiagnosticTask | |
def | __init__ (self, name) |
def | getName (self) |
Additional Inherited Members | |
Public Attributes inherited from diagnostic_updater._diagnostic_updater.DiagnosticTask | |
name | |
Diagnostic task to monitor whether a node is alive This diagnostic task always reports as OK and 'Alive' when it runs
Definition at line 223 of file _update_functions.py.
def diagnostic_updater._update_functions.Heartbeat.__init__ | ( | self | ) |
Constructs a HeartBeat
Definition at line 229 of file _update_functions.py.
def diagnostic_updater._update_functions.Heartbeat.run | ( | self, | |
stat | |||
) |
Fills out this Task's DiagnosticStatusWrapper. @param stat: the DiagnosticStatusWrapper to fill @return the filled DiagnosticStatusWrapper
Reimplemented from diagnostic_updater._diagnostic_updater.DiagnosticTask.
Definition at line 233 of file _update_functions.py.