Skip to content

Commit

Permalink
fixes Icinga#2393 clusterzone check is not a plugincheck
Browse files Browse the repository at this point in the history
  • Loading branch information
moreamazingnick authored Mar 28, 2022
1 parent 9afa331 commit 853312d
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 @@ -63,7 +63,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',
'CrlCheck' => 'clr-check-command',
Expand Down

0 comments on commit 853312d

Please sign in to comment.