80. Heartbeat

Heartbeat settings, input and output functions

80.1. Summary of Module Globals

List of Global Functions

  • Abort - Abort function

  • AutoPackages - Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.

  • Export - Dump the heartbeat settings to a single map (For use by autoinstallation.)

  • Import - Get all heartbeat settings from the first parameter (For use by autoinstallation.)

  • Modified - Prototypes

  • Modified - Data was modified?

  • Overview - Create an overview table with all configured cards

  • Read - Read all heartbeat settings

  • Summary - Create a textual summary and a list of unconfigured cards

  • Write - Write all heartbeat settings

List of Global Variables

  • proposal_valid -

  • write_only - Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.

80.2. Global Functions

80.2.1. Abort

Abort function

Return value

  • boolean - return true if abort

80.2.2. AutoPackages

Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.

Return value

  • map - with 2 lists.

80.2.3. Export

Dump the heartbeat settings to a single map (For use by autoinstallation.)

Return value

  • map - Dumped settings (later acceptable by Import ())

80.2.4. Import

Get all heartbeat settings from the first parameter (For use by autoinstallation.)

Function parameters

  • map settings

Return value

  • boolean - True on success

80.2.5. Modified

Prototypes

Return value

  • boolean

80.2.6. Modified

Data was modified?

Return value

  • boolean - true if modified

80.2.7. Overview

Create an overview table with all configured cards

Return value

  • list - table items

80.2.8. Read

Read all heartbeat settings

Return value

  • boolean - true on success

80.2.9. Summary

Create a textual summary and a list of unconfigured cards

Return value

  • list - summary of the current configuration

80.2.10. Write

Write all heartbeat settings

Return value

  • boolean - true on success

80.3. Global Variables

80.3.1. proposal_valid

80.3.2. write_only

Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.

80.4. Module Requirements

80.4.1. Module Imports

  • Mode
  • PackageSystem
  • Progress
  • Report
  • Service
  • Summary

80.4.2. Module Includes