fixes #2393 clusterzone check is not a plugincheck (#2502)

This commit is contained in:
Eric Lippmann 2024-11-07 15:49:58 +01:00 committed by GitHub
commit ef7f53cc8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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',
];