File: control

package info (click to toggle)
prelude-manager 5.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 8,896 kB
  • sloc: ansic: 47,118; sh: 12,740; makefile: 261
file content (41 lines) | stat: -rw-r--r-- 1,741 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
36
37
38
39
40
41
Source: prelude-manager
Section: admin
Priority: optional
Maintainer: Pierre Chifflier <pollux@debian.org>
Uploaders: Thomas Andrejak <thomas.andrejak@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
     libprelude-dev (>=5.2.0),
     prelude-utils (>=5.2.0),
     libpreludedb-dev (>=5.2.0),
     libwrap0-dev,
     libmaxminddb-dev,
     libsnmp-dev,
     zlib1g-dev,
     libxml2-dev,
     libevent-dev,
     pkg-config,
Standards-Version: 4.5.1
Homepage: https://www.prelude-siem.org/
Vcs-Browser: https://salsa.debian.org/totol-guest/prelude-manager
Vcs-Git: https://salsa.debian.org/totol-guest/prelude-manager.git

Package: prelude-manager
Architecture: any
Pre-Depends: adduser
Depends: ${shlibs:Depends}, ${misc:Depends}, ucf, dbconfig-common
Recommends: default-mysql-client | postgresql-client
Description: Security Information and Events Management System [ Manager ]
 Prelude Manager is the main program of the Prelude SIEM suite. It is a
 multithreaded server which handles connections from the Prelude sensors. It
 is able to register local or remote sensors, let the operator configure them
 remotely, receive alerts, and store alerts in a database or any format
 supported by reporting plugins, thus providing centralized logging and
 analysis. The IDMEF standard is used for alert representation. Support for
 filtering plugins allows you to hook in different places in the Manager to
 define custom criteria for alert relaying and logging.
 .
 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).