class ServiceCheckResult extends Result

deprecated Please use \XELOS\Modules\SystemStatus\Hook\Base\Check\Result as the base class.

Properties

string $state

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

from  Result
static $STATE_GREEN from  Result
static $STATE_ORANGE from  Result
static $STATE_RED from  Result
string $severity

Importance of this check for the overall system stability

from  Result
static $SEVERITY_LOW from  Result
static $SEVERITY_MEDIUM from  Result
static $SEVERITY_CRITICAL from  Result
string $type

Type of influence on system -> Performance, Stability

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

Methods

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

No description

from  Result

Details

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

No description

Parameters

$state
$message
$details