Code

Make Apache2 configuration optional using debconf.
[pkg-pnp4nagios.git] / debian / control
1 Source: pnp4nagios
2 Section: net
3 Priority: optional
4 Maintainer: Sven Velt <sven@velt.de>
5 Uploaders: Sebastian Harl <tokkee@debian.org>
6 Build-Depends: autotools-dev, debhelper (>= 7), po-debconf, quilt,
7  rrdtool, librrds-perl
8 Standards-Version: 3.9.1
9 Homepage: http://www.pnp4nagios.org/
11 Package: pnp4nagios
12 Architecture: all
13 Depends: pnp4nagios-bin, pnp4nagios-web, ${misc:Depends}
14 Description: Nagios addon to create graphs from performance data
15  PNP is a graphing tool for Nagios that analyzes performance data provided by
16  plugins and stores them automatically into Round Robin Databases (RRD). It
17  fully integrates itself into the Nagios Monitoring Website.
18  .
19  PNP's goal is to be easily configurable and maintainable.
20  .
21  This is a metapackage depending on all parts of PNP4Nagios.
23 Package: pnp4nagios-bin
24 Architecture: any
25 Depends: librrds-perl, adduser, ${shlibs:Depends}, ${misc:Depends}
26 Recommends: pnp4nagios-web, nagios3 | icinga
27 Suggests: rrdcached
28 Description: Nagios addon to create graphs from performance data (binaries)
29  PNP is a graphing tool for Nagios that analyzes performance data provided by
30  plugins and stores them automatically into Round Robin Databases (RRD). It
31  fully integrates itself into the Nagios Monitoring Website.
32  .
33  PNP's goal is to be easily configurable and maintainable.
34  .
35  This package contains the NPCD-related binaries and process_perfdata.pl.
37 Package: pnp4nagios-web
38 Architecture: all
39 Depends: libapache2-mod-php5 | php5, php5-gd,
40  libkohana2-php,
41  libfpdi-php,
42  libjs-jquery, libjs-jquery-ui,
43  rrdtool,
44  adduser,
45  ${misc:Depends}
46 Recommends: pnp4nagios-bin
47 Suggests: rrdcached
48 Description: Nagios addon to create graphs from performance data (web interface)
49  PNP is a graphing tool for Nagios that analyzes performance data provided by
50  plugins and stores them automatically into Round Robin Databases (RRD). It
51  fully integrates itself into the Nagios Monitoring Website.
52  .
53  PNP's goal is to be easily configurable and maintainable.
54  .
55  This package contains the web-interface for PNP4Nagios.