fixes #2393 clusterzone check is not a plugincheck

This commit is contained in:
moreamazingnick 2022-03-28 09:46:24 +02:00 committed by Eric Lippmann
parent 5daa3a85ed
commit fd7babe81e

View File

@ -61,7 +61,7 @@ class IcingaCommand extends IcingaObject implements ObjectWithArguments, ExportI
// Special, internal:
'IcingaCheck' => 'icinga-check-command',
'ClusterCheck' => 'cluster-check-command',
'ClusterZoneCheck' => 'plugin-check-command',
'ClusterZoneCheck' => 'cluster-zone-check-command',
'IdoCheck' => 'ido-check-command',
'RandomCheck' => 'random-check-command',
];