class Result

Properties

string $state

Status of the Check. The signal light can have three states: red -> CRITICAL, orange -> NEEDS ATTENTION, green -> ALL SYSTEMS OK

static $STATE_GREEN
static $STATE_ORANGE
static $STATE_RED
string $severity

Importance of this check for the overall system stability

static $SEVERITY_LOW
static $SEVERITY_MEDIUM
static $SEVERITY_CRITICAL
string $type

Type of influence on system -> Performance, Stability

static $TYPE_STABILITY
static $TYPE_PERFORMANCE
$message
$details
$title
$icon

Methods

__construct($state, $message, $details = '')

No description

Details

at line 40
__construct($state, $message, $details = '')

No description

Parameters

$state
$message
$details