Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Monitoring

Открытые статические члены

static isDatabaseCreated ($hostname)
 
static isEnabled ()
 
static getLoadBarValue ($hostname, $roleId)
 
static getInfoTableCategory ($hostname, $categoryId)
 
static getInfoTableCategoriesList ($hostname)
 
static getValue ($hostname, $categoryId, $param)
 
static formatSize ($size, $precision=2)
 

Защищенные статические члены

static getItemValue ($hostname, $categoryId, $item, $param)
 
static extractRrdValue ($data)
 
static getAnsibleSetup ($hostname)
 
static getHddsParams ($hostname)
 
static getHddsUsed ($hostname, $param)
 
static getHddsValues ($hostname, $param)
 
static getNetParams ($hostname)
 
static formatNetParamsValue (array $data)
 
static getHddsUtilization ($hostname)
 
static formatHddsUtilizationValue (array $data)
 
static getMemoryUsage ($hostname)
 
static getMemoryUsageValue ($hostname)
 

Статические защищенные данные

static $rrdPath = "/var/lib/munin"
 
static $monitoringCategories = array()
 

Подробное описание

См. определение в файле monitoring.php строка 11

Методы

◆ extractRrdValue()

static extractRrdValue ( $data)
staticprotected

См. определение в файле monitoring.php строка 315

◆ formatHddsUtilizationValue()

static formatHddsUtilizationValue ( array $data)
staticprotected

См. определение в файле monitoring.php строка 536

◆ formatNetParamsValue()

static formatNetParamsValue ( array $data)
staticprotected

См. определение в файле monitoring.php строка 469

◆ formatSize()

static formatSize ( $size,
$precision = 2 )
static
Аргументы
float$size
int$precision
Возвращает
string

См. определение в файле monitoring.php строка 556

◆ getAnsibleSetup()

static getAnsibleSetup ( $hostname)
staticprotected

См. определение в файле monitoring.php строка 328

◆ getHddsParams()

static getHddsParams ( $hostname)
staticprotected

См. определение в файле monitoring.php строка 352

◆ getHddsUsed()

static getHddsUsed ( $hostname,
$param )
staticprotected

См. определение в файле monitoring.php строка 389

◆ getHddsUtilization()

static getHddsUtilization ( $hostname)
staticprotected

См. определение в файле monitoring.php строка 484

◆ getHddsValues()

static getHddsValues ( $hostname,
$param )
staticprotected

См. определение в файле monitoring.php строка 406

◆ getInfoTableCategoriesList()

static getInfoTableCategoriesList ( $hostname)
static

См. определение в файле monitoring.php строка 124

◆ getInfoTableCategory()

static getInfoTableCategory ( $hostname,
$categoryId )
static

См. определение в файле monitoring.php строка 107

◆ getItemValue()

static getItemValue ( $hostname,
$categoryId,
$item,
$param )
staticprotected

См. определение в файле monitoring.php строка 231

◆ getLoadBarValue()

static getLoadBarValue ( $hostname,
$roleId )
static

Returns value for server role loadbar (thermometr)

Аргументы
$hostname
$roleId
Возвращает
bool|float
Исключения

Bitrix\Main\ArgumentNullException

Исключения

Exception

Исключения

Bitrix\Main\IO\FileNotFoundException

См. определение в файле monitoring.php строка 74

◆ getMemoryUsage()

static getMemoryUsage ( $hostname)
staticprotected

См. определение в файле monitoring.php строка 568

◆ getMemoryUsageValue()

static getMemoryUsageValue ( $hostname)
staticprotected

См. определение в файле monitoring.php строка 579

◆ getNetParams()

static getNetParams ( $hostname)
staticprotected

См. определение в файле monitoring.php строка 426

◆ getValue()

static getValue ( $hostname,
$categoryId,
$param )
static

См. определение в файле monitoring.php строка 191

◆ isDatabaseCreated()

static isDatabaseCreated ( $hostname)
static

Checks if database files are created

Возвращает
bool

См. определение в файле monitoring.php строка 20

◆ isEnabled()

static isEnabled ( )
static

Checks if monitoring is enabled

Возвращает
bool

См. определение в файле monitoring.php строка 30

Данные класса

◆ $monitoringCategories

$monitoringCategories = array()
staticprotected

См. определение в файле monitoring.php строка 14

◆ $rrdPath

$rrdPath = "/var/lib/munin"
staticprotected

См. определение в файле monitoring.php строка 13