IcingaCommand: Remove obsolete CLR check

This commit is contained in:
Daniel Patrick 2022-08-09 15:22:56 +02:00 committed by Thomas Gelf
parent 05de5b171b
commit 04c4bd2559
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ class IcingaCommandForm extends DirectorObjectForm
'ClusterZoneCheck' => 'Icinga Cluster Zone Check Command', 'ClusterZoneCheck' => 'Icinga Cluster Zone Check Command',
'IdoCheck' => 'Ido Check Command', 'IdoCheck' => 'Ido Check Command',
'RandomCheck' => 'Random Check Command', 'RandomCheck' => 'Random Check Command',
'CrlCheck' => 'Crl Check Command',
) )
), ),
'required' => ! $this->isTemplate(), 'required' => ! $this->isTemplate(),

View File

@ -66,7 +66,6 @@ class IcingaCommand extends IcingaObject implements ObjectWithArguments, ExportI
'ClusterZoneCheck' => 'plugin-check-command', 'ClusterZoneCheck' => 'plugin-check-command',
'IdoCheck' => 'ido-check-command', 'IdoCheck' => 'ido-check-command',
'RandomCheck' => 'random-check-command', 'RandomCheck' => 'random-check-command',
'CrlCheck' => 'clr-check-command',
]; ];
/** /**