From 9148dac885c0325636c2d33715ba248371706d0d Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 09 Jul 2004 16:48:52 +0000 Subject: dudki: initial import into svn repository --- (limited to 'src/configuration.h') diff --git a/src/configuration.h b/src/configuration.h new file mode 100644 index 0000000..314af92 --- a/dev/null +++ b/src/configuration.h @@ -0,0 +1,23 @@ +#ifndef __CONFIGURATION_H +#define __CONFIGURATION_H + +#include +using namespace std; +#include "process.h" + +class configuration { + public: + processes_t processes; + + int check_interval; + string pidfile; + bool daemonize; + headers_t mailto_headers; + string notify; + + configuration(); + + void parse(const string& cfile); +}; + +#endif /* __CONFIGURATION_H */ -- cgit v0.9.0.2