Skip to content

Commit

Permalink
fixes #2393 clusterzone check is not a plugincheck (#2502)
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd authored Nov 7, 2024
2 parents 5daa3a8 + fd7babe commit ef7f53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Director/Objects/IcingaCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];
Expand Down

0 comments on commit ef7f53c

Please sign in to comment.