X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fconfig%2Freports-config.h;h=5ec1bd210ccbc4261a35e7d92351fe98ed33cbe8;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=202a73836263775520c51303502cb6250081845e;hpb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;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 202a738..5ec1bd2 --- a/src/config/reports-config.h +++ b/src/config/reports-config.h @@ -1,6 +1,3 @@ -/* @(#) $Id: ./src/config/reports-config.h, 2011/09/08 dcid Exp $ - */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -10,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; +} report_config; -typedef struct _monitor_config -{ - short int day_wait; +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 */