X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fconfig%2Freports-config.h;h=5ec1bd210ccbc4261a35e7d92351fe98ed33cbe8;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=4b37a8dc4b0828ab2c7cdffe105c04ec04223844;hpb=301048b51990573e58a30dc4a5bb4ec285cad554;p=ossec-hids.git diff --git a/src/config/reports-config.h b/src/config/reports-config.h old mode 100755 new mode 100644 index 4b37a8d..5ec1bd2 --- a/src/config/reports-config.h +++ b/src/config/reports-config.h @@ -1,5 +1,3 @@ -/* @(#) $Id$ */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -9,39 +7,35 @@ * Foundation */ - #ifndef _REPORTSCONFIG_H #define _REPORTSCONFIG_H #include "report_op.h" - -/* Structure for the report. */ -typedef struct _report_config -{ +/* Structure for the report */ +typedef struct _report_config { char *title; char *args; char *relations; char *type; char **emailto; report_filter r_filter; -}report_config; - -typedef struct _monitor_config -{ - short int day_wait; +} report_config; + +typedef struct _monitor_config { + unsigned short int day_wait; short int compress; short int sign; short int monitor_agents; int a_queue; + int notify_time; char *smtpserver; char *emailfrom; + char *emailidsname; char **agents; report_config **reports; -}monitor_config; - - +} monitor_config; -#endif +#endif /* _REPORTSCONFIG_H */