Skip to content

Commit fd7babe

Browse files
moreamazingnicklippserd
authored andcommitted
fixes #2393 clusterzone check is not a plugincheck
1 parent 5daa3a8 commit fd7babe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Director/Objects/IcingaCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class IcingaCommand extends IcingaObject implements ObjectWithArguments, ExportI
6161
// Special, internal:
6262
'IcingaCheck' => 'icinga-check-command',
6363
'ClusterCheck' => 'cluster-check-command',
64-
'ClusterZoneCheck' => 'plugin-check-command',
64+
'ClusterZoneCheck' => 'cluster-zone-check-command',
6565
'IdoCheck' => 'ido-check-command',
6666
'RandomCheck' => 'random-check-command',
6767
];

0 commit comments

Comments
 (0)