
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 248 of file _update_functions.py.
| def diagnostic_updater._update_functions.Heartbeat.__init__ | ( | self | ) |
Constructs a HeartBeat
Definition at line 254 of file _update_functions.py.
| def diagnostic_updater._update_functions.Heartbeat.run | ( | self, | |
| stat | |||
| ) |
Fills out this Task's :class:`DiagnosticStatusWrapper`. :param DiagnosticStatusWrapper stat: the :class:`DiagnosticStatusWrapper` to fill :return: the filled :class:`DiagnosticStatusWrapper` :rtype: DiagnosticStatusWrapper
Reimplemented from diagnostic_updater._diagnostic_updater.DiagnosticTask.
Definition at line 258 of file _update_functions.py.