mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
Fix wrong command being rendered for passive service check results
refs #6854
This commit is contained in:
parent
ddc121d1cc
commit
abfef2cc11
@ -126,7 +126,7 @@ class IcingaCommandFileCommandRenderer implements IcingaCommandRendererInterface
|
||||
} else {
|
||||
/** @var \Icinga\Module\Monitoring\Object\Service $object */
|
||||
$commandString = sprintf(
|
||||
'PROCESS_SVC_CHECK_RESULT;%s;%s',
|
||||
'PROCESS_SERVICE_CHECK_RESULT;%s;%s',
|
||||
$object->getHost()->getName(),
|
||||
$object->getName()
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user