#include "icinga/customvarobject.hpp" namespace icinga { abstract class Command : CustomVarObject { [config] Value command (CommandLine); [config] Value arguments; [config] Value timeout { default {{{ return 60; }}} }; [config] Dictionary::Ptr env; }; }