From fd7babe81eaebbd040359a20e754d0b5da3bd442 Mon Sep 17 00:00:00 2001 From: moreamazingnick Date: Mon, 28 Mar 2022 09:46:24 +0200 Subject: [PATCH] fixes #2393 clusterzone check is not a plugincheck --- library/Director/Objects/IcingaCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Director/Objects/IcingaCommand.php b/library/Director/Objects/IcingaCommand.php index 72d057980..b6ded87fd 100644 --- a/library/Director/Objects/IcingaCommand.php +++ b/library/Director/Objects/IcingaCommand.php @@ -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', ];