From 2e5c8fe2ed1443e7955e663e3fe49eb349b77ea0 Mon Sep 17 00:00:00 2001 From: arf20 Date: Sun, 26 Oct 2025 22:27:56 +0100 Subject: implemented uptime % --- monitor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index 8c2529e..198908e 100644 --- a/monitor.h +++ b/monitor.h @@ -5,5 +5,6 @@ int monitor_init(const char *cfg_file, const char *log_file); const char *monitor_generate_status_html(); const char *monitor_generate_incidents_html(); void monitor_check(); +void monitor_update_events(); #endif /* _MONITOR_H */ -- cgit v1.2.3