From 6bf70db630afa19d0407d6468df8de307bccfecd Mon Sep 17 00:00:00 2001 From: arf20 Date: Mon, 10 Nov 2025 23:50:02 +0100 Subject: fix config --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') 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; -- cgit v1.2.3