novi upstream verzije 2.8.3
[ossec-hids.git] / src / config / global-config.h
index 8867ece..dc5b783 100755 (executable)
@@ -38,6 +38,10 @@ typedef struct __Config
     /* prelude profile name */
     char *prelude_profile;
 
+    /* ZEROMQ Export */
+    u_int8_t zeromq_output; 
+    char *zeromq_output_uri;
+
     /* Picviz support */
     u_int8_t picviz;
     char *picviz_socket;
@@ -48,6 +52,10 @@ typedef struct __Config
     /* Mail alerting */
     short int mailnotify;
 
+    /* Custom Alert output*/
+    short int custom_alert_output;
+    char * custom_alert_output_format;
+
     /* For the active response */
     int ar;