mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-01 15:15:54 -04:00
13 lines
180 B
Text
13 lines
180 B
Text
#include "base/dynamicobject.hpp"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class NotificationComponent : DynamicObject
|
|
{
|
|
[config] bool enable_ha (EnableHA) {
|
|
default {{{ return true; }}}
|
|
};
|
|
};
|
|
|
|
}
|