diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2025-11-10 18:12:50 +0100 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2025-11-10 18:12:50 +0100 |
| commit | 36b52bd0f856f1b6cfcf8ac1a7459f06939dfafa (patch) | |
| tree | 30c0a260f8eb6e6b6084114c9b78398cf9b601c8 /config.h | |
| parent | 47992fa660c9c82858120c4d16fba0501903ceb9 (diff) | |
| download | arfnet2-status-36b52bd0f856f1b6cfcf8ac1a7459f06939dfafa.tar.gz arfnet2-status-36b52bd0f856f1b6cfcf8ac1a7459f06939dfafa.zip | |
email alerts working
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,7 +19,10 @@ typedef struct { } monitor_config_t; typedef struct { + char *mail_server; char *from; + char *user; + char *password; char *alert_config; } alert_config_t; |
