diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2025-10-24 23:22:59 +0200 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2025-10-24 23:22:59 +0200 |
| commit | cc1e38b74144864681592302b3fca5af3e5ef0ad (patch) | |
| tree | 09b72716b12dd75999b1a6fd8b3c8d47a538e0a7 /monitor.h | |
| parent | 6acd5a85f7ec11fe59b16d5e7fd621abf5ca49c6 (diff) | |
| download | arfnet2-status-cc1e38b74144864681592302b3fca5af3e5ef0ad.tar.gz arfnet2-status-cc1e38b74144864681592302b3fca5af3e5ef0ad.zip | |
wip uptime
Diffstat (limited to 'monitor.h')
| -rw-r--r-- | monitor.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ 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(); #endif /* _MONITOR_H */ |
