mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
fixes #2393 clusterzone check is not a plugincheck
This commit is contained in:
parent
5daa3a85ed
commit
fd7babe81e
@ -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',
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user