File: control

package info (click to toggle)
monitorix 3.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,036 kB
  • sloc: perl: 57,375; makefile: 220; sh: 183
file content (40 lines) | stat: -rw-r--r-- 1,140 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
Source: monitorix
Section: utils
Priority: optional
Maintainer: Baptiste Beauplat <lyknode@debian.org>
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.7.0
Homepage: https://www.monitorix.org
Vcs-Browser: https://salsa.debian.org/debian/monitorix
Vcs-Git: https://salsa.debian.org/debian/monitorix.git
Rules-Requires-Root: no

Package: monitorix
Architecture: all
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 libconfig-general-perl,
 libdbi-perl,
 libhttp-server-simple-perl,
 libio-socket-ssl-perl,
 libmailtools-perl,
 libmime-lite-perl,
 librrds-perl,
 libwww-perl,
 libxml-libxml-perl,
 libxml-simple-perl,
 net-tools,
 passwd,
 rrdtool,
 ${misc:Depends},
 ${perl:Depends},
Description: lightweight system monitoring tool
 Monitorix is a lightweight tool that allow you to gather and display system
 metrics.
 .
 It consists mainly of two programs: a collector, called monitorix, which is a
 Perl daemon that is started automatically like any other system service, and a
 CGI script called monitorix.cgi. Monitorix includes its own HTTP server built
 in, so you aren't forced to install a third-party web server to use it.