Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
339 changes: 0 additions & 339 deletions LICENSE

This file was deleted.

674 changes: 674 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions application/clicommands/CheckCommand.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Clicommands;

use gipfl\Cli\Screen;
Expand Down
3 changes: 3 additions & 0 deletions application/clicommands/Command.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Clicommands;

use Exception;
Expand Down
3 changes: 3 additions & 0 deletions application/clicommands/DaemonCommand.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Clicommands;

use gipfl\SimpleDaemon\Daemon;
Expand Down
3 changes: 3 additions & 0 deletions application/clicommands/DbCommand.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2021 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Clicommands;

use Exception;
Expand Down
3 changes: 3 additions & 0 deletions application/clicommands/HealthCommand.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Clicommands;

use Icinga\Module\Vspheredb\CheckPluginHelper;
Expand Down
3 changes: 3 additions & 0 deletions application/clicommands/MigrationCommand.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2021 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Clicommands;

use Icinga\Module\Vspheredb\Db;
Expand Down
3 changes: 3 additions & 0 deletions application/clicommands/PerfCommand.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Clicommands;

class PerfCommand extends Command
Expand Down
3 changes: 3 additions & 0 deletions application/clicommands/PerfdataconsumerCommand.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2021 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Clicommands;

use gipfl\Translation\StaticTranslator;
Expand Down
3 changes: 3 additions & 0 deletions application/clicommands/VcenterCommand.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Clicommands;

class VcenterCommand extends Command
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/AlarmsController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use gipfl\IcingaWeb2\Link;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/AnomaliesController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Module\Vspheredb\Web\Controller;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/AsyncControllerHelper.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2021 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Module\Vspheredb\Configuration;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/ComputeClusterController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2019 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Authentication\Auth;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/ConfigurationController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use gipfl\IcingaWeb2\Link;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/DaemonController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use gipfl\IcingaWeb2\Icon;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/DatacentersController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Authentication\Auth;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/DatastoreController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use gipfl\IcingaWeb2\Link;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/DatastoresController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Authentication\Auth;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/DetailSections.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2020 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use ipl\Html\Html;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/EventsController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use gipfl\IcingaWeb2\Link;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/HostController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Authentication\Auth;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/HostsController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Authentication\Auth;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/MonitoringController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2022 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use gipfl\IcingaWeb2\Link;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/OverviewController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Module\Vspheredb\Web\Controller\ObjectsController;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/PerfdataController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2019 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use gipfl\IcingaWeb2\Link;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/PhperrorController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2019 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Application\Icinga;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/PortgroupController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Authentication\Auth;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/ResourcepoolsController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Authentication\Auth;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/ResourcesController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use gipfl\IcingaWeb2\Link;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/RpcServerUpdateHelper.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2021 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Module\Vspheredb\DbObject\VCenterServer;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/SingleObjectMonitoring.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2022 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use gipfl\IcingaWeb2\Link;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/StoragepodsController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Authentication\Auth;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/SwitchController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Authentication\Auth;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/SwitchesController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Authentication\Auth;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/TopController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Module\Vspheredb\Web\Controller;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/VcenterController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use gipfl\IcingaWeb2\Link;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/VcentersController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use gipfl\IcingaWeb2\Link;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/VmController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use Icinga\Exception\MissingParameterException;
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/VmsController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Controllers;

use gipfl\IcingaWeb2\Link;
Expand Down
3 changes: 3 additions & 0 deletions configuration.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

/** @var \Icinga\Application\Modules\Module $this */

$this->providePermission(
Expand Down
3 changes: 3 additions & 0 deletions library/Vspheredb/Addon/BackupTool.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Addon;

use Icinga\Module\Vspheredb\DbObject\CustomValues;
Expand Down
3 changes: 3 additions & 0 deletions library/Vspheredb/Addon/IbmSpectrumProtect.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Addon;

use Icinga\Module\Vspheredb\DbObject\VirtualMachine;
Expand Down
3 changes: 3 additions & 0 deletions library/Vspheredb/Addon/NetBackup.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Addon;

use Icinga\Module\Vspheredb\DbObject\CustomValues;
Expand Down
3 changes: 3 additions & 0 deletions library/Vspheredb/Addon/SimpleBackupTool.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// SPDX-FileCopyrightText: 2020 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later

namespace Icinga\Module\Vspheredb\Addon;

use Icinga\Module\Vspheredb\DbObject\CustomValues;
Expand Down
Loading
Loading