Code

control: Optionally depend on php5-cgi instead of libapache2-mod-php5.
[pkg-pnp4nagios.git] / debian / control
1 Source: pnp4nagios
2 Section: net
3 Priority: optional
4 Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
5 Uploaders: Sebastian Harl <tokkee@debian.org>, Sven Velt <sven@velt.de>
6 Build-Depends: autotools-dev, debhelper (>= 7), po-debconf, quilt,
7  rrdtool, librrds-perl
8 Standards-Version: 3.9.2
9 Homepage: http://www.pnp4nagios.org/
10 Vcs-Git: git://git.debian.org/pkg-nagios/pkg-pnp4nagios.git
11 Vcs-Browser: http://git.debian.org/?p=pkg-nagios/pkg-pnp4nagios.git
13 Package: pnp4nagios
14 Architecture: all
15 Depends: pnp4nagios-bin, pnp4nagios-web, ${misc:Depends}
16 Description: Nagios addon to create graphs from performance data
17  PNP is a graphing tool for Nagios that analyzes performance data provided by
18  plugins and stores them automatically into Round Robin Databases (RRD). It
19  fully integrates itself into the Nagios Monitoring Website.
20  .
21  PNP's goal is to be easily configurable and maintainable.
22  .
23  This is a metapackage depending on all parts of PNP4Nagios.
25 Package: pnp4nagios-bin
26 Architecture: any
27 Depends: librrds-perl, adduser, ${shlibs:Depends}, ${misc:Depends}
28 Recommends: pnp4nagios-web, nagios3 | icinga
29 Suggests: rrdcached, perl, libgearman-client-perl, libcrypt-rijndael-perl
30 Description: Nagios addon to create graphs from performance data (binaries)
31  PNP is a graphing tool for Nagios that analyzes performance data provided by
32  plugins and stores them automatically into Round Robin Databases (RRD). It
33  fully integrates itself into the Nagios Monitoring Website.
34  .
35  PNP's goal is to be easily configurable and maintainable. It supports several
36  modes of operation. When using the Gearman mode, some additional Perl modules
37  are required: Gearman::Worker, MIME::Base64, and Crypt::Rijndael which are
38  available in the libgearman-client-perl, perl, and libcrypt-rijndael-perl
39  packages.
40  .
41  This package contains the NPCD-related binaries and process_perfdata.pl.
43 Package: pnp4nagios-web
44 Architecture: all
45 Depends: libapache2-mod-php5 | php5-cgi | php5, php5-gd,
46  libkohana2-php,
47  libfpdi-php,
48  libjs-jquery (>= 1.6.2), libjs-jquery-ui (>= 1.8.14),
49  rrdtool,
50  adduser,
51  ${misc:Depends}
52 Recommends: pnp4nagios-bin
53 Suggests: rrdcached
54 Description: Nagios addon to create graphs from performance data (web interface)
55  PNP is a graphing tool for Nagios that analyzes performance data provided by
56  plugins and stores them automatically into Round Robin Databases (RRD). It
57  fully integrates itself into the Nagios Monitoring Website.
58  .
59  PNP's goal is to be easily configurable and maintainable.
60  .
61  This package contains the web-interface for PNP4Nagios.