From cceed77bab988b878151cac3c8a683943810b2a9 Mon Sep 17 00:00:00 2001 From: jesmg Date: Wed, 27 Jul 2016 13:23:32 +0000 Subject: [PATCH] Manager config: design improved --- public/templates/manager-configuration.html | 290 ++++++++++++++------ 1 file changed, 212 insertions(+), 78 deletions(-) diff --git a/public/templates/manager-configuration.html b/public/templates/manager-configuration.html index 8f8f670cd..fdc57a158 100644 --- a/public/templates/manager-configuration.html +++ b/public/templates/manager-configuration.html @@ -27,7 +27,6 @@ -
@@ -96,35 +95,35 @@

Email notifications

{{ managerConfiguration.global.email_notification }}

- +

Email alert level

{{ managerConfiguration.global.email_alert_level }}

- +

Email to

{{ managerConfiguration.global.email_to }}

- +

Email from

{{ managerConfiguration.global.email_from }}

- +

SMTP Server

{{ managerConfiguration.global.smtp_server }}

- +

Max email per hour

@@ -136,68 +135,69 @@

Email IDS name

{{ managerConfiguration.global.email_idsname }}

- +

Email to

{{ managerConfiguration.email_alerts.email_to }}

- +

Alert level

{{ managerConfiguration.email_alerts.level }}

- +

Group

{{ managerConfiguration.email_alerts.group }}

- +

Event location

{{ managerConfiguration.email_alerts.event_location }}

- +

Format

{{ managerConfiguration.email_alerts.format }}

- +

Rule ID

{{ managerConfiguration.email_alerts.rule_id }}

- +

Do not delay

{{ managerConfiguration.email_alerts.do_not_delay }}

- +

Do not group

{{ managerConfiguration.email_alerts.do_not_group }}

- +
+
@@ -212,54 +212,55 @@

- +

Location

{{ item.location }}

-
- + +

Agent ID(s)

{{ item.agent_id }}

-
- + +

Level

{{ item.level }}

-
- + +

Timeout

{{ item.timeout }}

-
- + +

Rules group

{{ item.rules_group }}

-
- + +

Rules ID(s)

{{ item.rules_id }}

-
- + +

Repeated offenders

{{ item.repeated_offenders }}

-
-
- + + +
+
@@ -273,26 +274,26 @@

- +

Expect

{{ item.expect }}

-
- + +

Executable

{{ item.executable }}

-
- + +

Timeout allowed

{{ item.timeout_allowed}}

-
-
- + + +
@@ -303,80 +304,159 @@

Decoders

+

Decoder directories

- -
- - +

+ + +

+
+

{{ item }}

- +
+
+

Decoder files

- -
- - +

+ + +

+
+

{{ item }}

- +
+
+ +
+ + +

Rules

+ + +

Rules directories

+

+ + +

+
+ +

{{ item }}

+
+ +
+ + + +

Rules files

+

+ + +

+
+ +
+

{{ item }}

+
+
+ +
+ + + +

CDB lists

+

+ + +

+
+ +

{{ item }}

+
+ +
+ +
+
+
+ +
-

Rootcheck

+

Rootcheck disabled

{{managerConfiguration.rootcheck.disabled}}

- +
+
+

Rootkit Files

{{managerConfiguration.rootcheck.rootkit_files}}

- +
+
+

Rootkit Trojans

{{managerConfiguration.rootcheck.rootkit_trojans}}

- +
+
+

Base directory

{{managerConfiguration.rootcheck.base_directory}}

- +
+
+

Scan all

{{managerConfiguration.rootcheck.scanall}}

- +
+
+

Frequency

{{managerConfiguration.rootcheck['frequency']}}

- +
+
+

Skip NFS

{{managerConfiguration.rootcheck.skip_nfs}}

- +
+
+

System audit files

- -
- - +

+ + +

+
+

{{ item }}

- +
+
@@ -388,55 +468,77 @@

Syscheck

+

Syscheck disabled

{{managerConfiguration.syscheck.disabled}}

- +
+
+

Frequency

{{managerConfiguration.syscheck['frequency']}}

- +
+
+

Scan time

{{managerConfiguration.syscheck.scan_time}}

- +
+
+

Scan day

{{managerConfiguration.syscheck.scan_day}}

- +
+
+

Auto ignore

{{managerConfiguration.syscheck.auto_ignore}}

- +
+
+

Alert new files

{{managerConfiguration.syscheck.alert_new_files}}

- +
+
+

Scan on start

{{managerConfiguration.syscheck.scan_on_start}}

- +
+
+

Skip NFS

{{managerConfiguration.syscheck.skip_nfs}}

- +
+
+

Monitoring directories

- +

+ + +

+
+ +

{{ item }}

+
+
- -

{{ item }}

- -
+
@@ -446,9 +548,41 @@

Logcollector

- -

{{ item.location }}

- + + +

{{ item.location }}

+

{{ item.command }}

+

+ + +

+
+ + +

Log format

+

{{ item.log_format }}

+
+
+ + +

Alias

+

{{ item.alias }}

+
+
+ + +

Frequency

+

{{ item['frequency'] }}

+
+
+ + +

Check diff

+

{{ item.check_diff }}

+
+
+ +