icinga2/components/compat/checkresultreader.ti

15 lines
263 B
Plaintext
Raw Normal View History

2014-05-25 16:23:35 +02:00
#include "base/dynamicobject.hpp"
#include "base/application.hpp"
2013-10-26 09:41:45 +02:00
namespace icinga
{
class CheckResultReader : DynamicObject
{
[config] String spool_dir {
default {{{ return Application::GetLocalStateDir() + "/lib/icinga2/spool/checkresults/"; }}}
};
};
}