aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 0c0b502..4801393 100644
--- a/config.h
+++ b/config.h
@@ -10,6 +10,7 @@
#define DEFAULT_PORT 8888
#define DEFAULT_INTERVAL 60
+#define DEFAULT_TMPL_PATH "index.htm.tmpl"
#define DEFAULT_LOG_PATH "events.log"
/* config types */
@@ -29,6 +30,7 @@ typedef struct {
/* config objects */
extern unsigned short port;
+extern char *tmpl_path;
extern char *log_path;
extern monitor_config_t monitor_config;
extern alert_config_t alert_config;