File: control

package info (click to toggle)
prelude-manager 1.0.1-5.2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 6,312 kB
  • ctags: 4,366
  • sloc: ansic: 31,338; sh: 11,293; sql: 1,156; makefile: 277
file content (35 lines) | stat: -rw-r--r-- 1,367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: prelude-manager
Section: admin
Priority: extra
Maintainer: Pierre Chifflier <pollux@debian.org>
Build-Depends: debhelper (>= 9.20160115),
     libprelude-dev (>=0.9.6),
     zlib1g-dev,
     libxml2-dev,
     libpreludedb-dev (>=0.9.14),
     libevent-dev,
     pkg-config,
     quilt,
Standards-Version: 3.9.2
Homepage: http://www.prelude-ids.org/

Package: prelude-manager
Architecture: any
Pre-Depends: adduser
Depends: ${shlibs:Depends}, ${misc:Depends}, ucf, dbconfig-common, libpreludedb0 (>= 0.9.14)
Recommends: mysql-client | postgresql-client
Description: Security Information Management System [ Manager ]
 Prelude is a Universal "Security Information Management" (SIM) system.
 Its goals are performance and modularity. It is divided in two main
 parts :
  - the Prelude sensors, responsible for generating alerts, such as
    snort sensor, featuring a signature engine, plugins for
    protocol analysis, and intrusion detection plugins, and the Prelude
    log monitoring lackey.
  - the Prelude report server, collecting data from Prelude sensors,
    and generating user-readable reports.
 .
 This package provides the Prelude Manager, which is a high availability
 server that accepts secured connections from distributed sensors or
 other managers and saves received events to a media specified by the
 user (database, log files, mail, etc).