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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
Source: icingaweb2
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
XSBC-Original-Uploaders: Markus Frosch <lazyfrosch@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Section: admin
Priority: optional
Build-Depends: bash-completion,
debhelper-compat (= 13),
dh-sequence-bash-completion,
php-cli
Standards-Version: 4.6.2
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/icingaweb2
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/icingaweb2
XSBC-Original-Vcs-Browser: https://salsa.debian.org/nagios-team/icingaweb2
XSBC-Original-Vcs-Git: https://salsa.debian.org/nagios-team/icingaweb2.git
Homepage: https://icinga.com
Rules-Requires-Root: no
Package: icingaweb2
Architecture: all
Depends: fonts-dejavu-core,
fonts-dejavu-extra,
icingaweb2-common (= ${source:Version}),
php-xml,
${misc:Depends}
Recommends: apache2 | httpd,
php,
php-cli,
php-curl,
php-dom,
php-gd,
php-mbstring,
php-ldap,
php-json,
php-intl,
php-imagick,
icingacli,
icingaweb2-module-monitoring,
icingaweb2-module-doc,
nagios-images
Description: simple and responsive web interface for Icinga
Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
monitoring environment.
.
The software will give you a web frontend for your monitoring solution, and
can run additional modules, extending monitoring data, or even supplying
something new to the webinterface.
.
This package installs the web interface with all needed dependencies.
Package: icingaweb2-common
Architecture: all
Depends: adduser,
icinga-php-library (>= 0.13.0),
icinga-php-thirdparty (>= 0.12.0),
php-cli,
php-icinga (= ${source:Version}),
${misc:Depends}
Conflicts: icingaweb2-module-setup
Replaces: icingaweb2-module-setup
Description: simple and responsive web interface for Icinga - common files
Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
monitoring environment.
.
The software will give you a web frontend for your monitoring solution, and
can run additional modules, extending monitoring data, or even supplying
something new to the webinterface.
.
This package contains common files for the web interface, and the CLI tool.
Package: icingaweb2-module-monitoring
Architecture: all
Depends: icingaweb2 (= ${source:Version}),
${misc:Depends}
Description: simple and responsive web interface for Icinga - monitoring module
Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
monitoring environment.
.
This module adds the Icinga monitoring frontend to the web interface.
Package: icingaweb2-module-doc
Architecture: all
Section: doc
Depends: icingaweb2 (= ${source:Version}),
${misc:Depends}
Description: simple and responsive web interface for Icinga - documentation module
Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
monitoring environment.
.
This module adds the documentation viewer of Icinga Web 2, which can also
display the documentation of other modules.
Package: php-icinga
Architecture: all
Section: php
Depends: php,
${misc:Depends}
Recommends: php-mysql | php-pgsql,
php-json
Description: PHP library to communicate with and use Icinga
Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
monitoring environment.
.
Icinga is a PHP library providing a PHP API to interact with Icinga's data
and other core parts of Icinga web 2 that may be used by modules.
.
This library is mainly used by Icinga Web 2 to get its data.
Package: icingacli
Architecture: all
Depends: adduser,
icingaweb2-common (= ${source:Version}),
${misc:Depends}
Recommends: php-cli
Suggests: icingaweb2-module-monitoring
Pre-Depends: ${misc:Pre-Depends}
Description: simple CLI tool for Icingaweb2 and its modules
Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
monitoring environment.
.
`icingacli` is a command line utility, allowing the admin to configure Icinga
Web 2 and provides the possibility to query Icinga data from your shell.
All modules of Icingaweb2 can add additional commands to the icingacli.
|