#include "base/dynamicobject.h" namespace icinga { abstract class Command : DynamicObject { [config] Value command (CommandLine); [config] Value arguments; [config] Value timeout { default {{{ return 300; }}} }; [config] Dictionary::Ptr env; }; }