mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-21 17:01:05 -05:00
15 lines
No EOL
365 B
Text
15 lines
No EOL
365 B
Text
#include "base/application.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class IcingaApplication : Application
|
|
{
|
|
[state, protected] Value override_enable_notifications;
|
|
[state, protected] Value override_enable_event_handlers;
|
|
[state, protected] Value override_enable_flapping;
|
|
[state, protected] Value override_enable_checks;
|
|
[state, protected] Value override_enable_perfdata;
|
|
};
|
|
|
|
} |