mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
parent
7aac92a86f
commit
2e1e0bb89f
@ -172,18 +172,6 @@ class MonitoringWizard extends Wizard implements SetupWizard
|
|||||||
public function getRequirements()
|
public function getRequirements()
|
||||||
{
|
{
|
||||||
$set = new RequirementSet();
|
$set = new RequirementSet();
|
||||||
|
|
||||||
// TODO(8254): Add this to the $backendSet
|
|
||||||
$set->add(new PhpModuleRequirement(array(
|
|
||||||
'optional' => true,
|
|
||||||
'condition' => 'Sockets',
|
|
||||||
'description' => mt(
|
|
||||||
'monitoring',
|
|
||||||
'In case it\'s desired that a TCP connection is being used by Icinga Web 2 to'
|
|
||||||
. ' access a Livestatus interface, the Sockets module for PHP is required.'
|
|
||||||
)
|
|
||||||
)));
|
|
||||||
|
|
||||||
$backendSet = new RequirementSet(false, RequirementSet::MODE_OR);
|
$backendSet = new RequirementSet(false, RequirementSet::MODE_OR);
|
||||||
$mysqlSet = new RequirementSet(true);
|
$mysqlSet = new RequirementSet(true);
|
||||||
$mysqlSet->add(new PhpModuleRequirement(array(
|
$mysqlSet->add(new PhpModuleRequirement(array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user