pacemaker  2.1.3-ea053b43a
Scalable High-Availability cluster resource manager
Enumerations | Functions
health_internal.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  pcmk__health_strategy {
  pcmk__health_strategy_none, pcmk__health_strategy_no_red, pcmk__health_strategy_only_green, pcmk__health_strategy_progressive,
  pcmk__health_strategy_custom
}
 

Functions

bool pcmk__validate_health_strategy (const char *value)
 
enum pcmk__health_strategy pcmk__parse_health_strategy (const char *value)
 

Enumeration Type Documentation

◆ pcmk__health_strategy

Enumerator
pcmk__health_strategy_none 
pcmk__health_strategy_no_red 
pcmk__health_strategy_only_green 
pcmk__health_strategy_progressive 
pcmk__health_strategy_custom 

Definition at line 24 of file health_internal.h.

Function Documentation

◆ pcmk__parse_health_strategy()

enum pcmk__health_strategy pcmk__parse_health_strategy ( const char *  value)

Definition at line 41 of file health.c.

◆ pcmk__validate_health_strategy()

bool pcmk__validate_health_strategy ( const char *  value)

Definition at line 21 of file health.c.