#include "base/dynamicobject.hpp"
namespace icinga
{
class NotificationComponent : DynamicObject
[config] bool enable_ha (EnableHA) {
default {{{ return true; }}}
};
}