SURVIVOR: flap Report Module
About flap
basics
Module Type Scheduler Remote
report Yes No
check output format When used with the report check module, the output provided to the module will be ten columns:
     flaps totalchecks totalrc0 totalrc1 totalrc2 totalrc3 totalrc4 totalrc5 totalrc6 totalrc7
 

Dependencies

  • None

Arguments

None.

Description

The flap module determines how often a check has flapped, that is, how often the return code changed in the period examined For example, a check that completed as follows:
  1. MODEXEC_OK
  2. MODEXEC_OK
  3. MODEXEC_OK
  4. MODEXEC_PROBLEM
  5. MODEXEC_OK
  6. MODEXEC_OK
  7. MODEXEC_PROBLEM
  8. MODEXEC_OK
  9. MODEXEC_OK
is considered to have flapped four times (3 to 4, 4 to 5, 6 to 7, and 7 to 8).

The flap module utilizes check records.

Examples

  1. Example reporting output:
         ping@host1: 2 flaps in 769 checks
          Return Code 0: 696
          Return Code 1: 73
         
  2. Example check formatted output:
         2 764 691 73 0 0 0 0 0 0
         

$Date: 2007/03/29 12:25:12 $
$Revision: 1.1 $
keywords