Skip to content

Commit

Permalink
Remove unsupported livestatus functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
  • Loading branch information
Michael Friedrich authored and lippserd committed Sep 29, 2017
1 parent 08b52ed commit ab364e0
Show file tree
Hide file tree
Showing 37 changed files with 144 additions and 1,794 deletions.
Expand Up @@ -5,8 +5,3 @@ resource = ido-mysql
[ido-pgsql]
type = ido
resource = ido-pgsql

[livestatus]
disabled = 1
type = livestatus
resource = livestatus
86 changes: 0 additions & 86 deletions application/forms/Config/Resource/LivestatusResourceForm.php

This file was deleted.

4 changes: 0 additions & 4 deletions application/forms/Config/ResourceConfigForm.php
Expand Up @@ -15,7 +15,6 @@
use Icinga\Forms\Config\Resource\DbResourceForm;
use Icinga\Forms\Config\Resource\FileResourceForm;
use Icinga\Forms\Config\Resource\LdapResourceForm;
use Icinga\Forms\Config\Resource\LivestatusResourceForm;
use Icinga\Forms\Config\Resource\SshResourceForm;
use Icinga\Web\Form;
use Icinga\Web\Notification;
Expand Down Expand Up @@ -59,8 +58,6 @@ public function getResourceForm($type)
return new DbResourceForm();
} elseif ($type === 'ldap') {
return new LdapResourceForm();
} elseif ($type === 'livestatus') {
return new LivestatusResourceForm();
} elseif ($type === 'file') {
return new FileResourceForm();
} elseif ($type === 'ssh') {
Expand Down Expand Up @@ -262,7 +259,6 @@ public function createElements(array $formData)

$resourceTypes = array(
'file' => $this->translate('File'),
'livestatus' => 'Livestatus',
'ssh' => $this->translate('SSH Identity'),
);
if ($resourceType === 'ldap' || Platform::hasLdapSupport()) {
Expand Down
Binary file modified application/locale/ar_SA/LC_MESSAGES/icinga.mo
Binary file not shown.

0 comments on commit ab364e0

Please sign in to comment.