mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
parent
d4c3be0bf5
commit
5ee911ef7c
@ -2026,6 +2026,11 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
||||
return c1::renderKeyValue('check_command', join('!', $args));
|
||||
}
|
||||
|
||||
protected function renderLegacyEvent_command($value)
|
||||
{
|
||||
return c1::renderKeyValue('event_handler', $value);
|
||||
}
|
||||
|
||||
/**
|
||||
* We do not render zone properties, objects are stored to zone dirs
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user