IcingaCommand: Remove obsolete CLR check
This commit is contained in:
parent
05de5b171b
commit
04c4bd2559
|
@ -28,7 +28,6 @@ class IcingaCommandForm extends DirectorObjectForm
|
|||
'ClusterZoneCheck' => 'Icinga Cluster Zone Check Command',
|
||||
'IdoCheck' => 'Ido Check Command',
|
||||
'RandomCheck' => 'Random Check Command',
|
||||
'CrlCheck' => 'Crl Check Command',
|
||||
)
|
||||
),
|
||||
'required' => ! $this->isTemplate(),
|
||||
|
|
|
@ -66,7 +66,6 @@ class IcingaCommand extends IcingaObject implements ObjectWithArguments, ExportI
|
|||
'ClusterZoneCheck' => 'plugin-check-command',
|
||||
'IdoCheck' => 'ido-check-command',
|
||||
'RandomCheck' => 'random-check-command',
|
||||
'CrlCheck' => 'clr-check-command',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue