Code

Fix typo
[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,
7                debhelper (>= 7),
8                librrds-perl,
9                po-debconf,
10                quilt,
11                rrdtool
12 Standards-Version: 3.9.2
13 Homepage: http://www.pnp4nagios.org/
14 Vcs-Git: git://git.debian.org/pkg-nagios/pkg-pnp4nagios.git
15 Vcs-Browser: http://git.debian.org/?p=pkg-nagios/pkg-pnp4nagios.git
17 Package: pnp4nagios
18 Architecture: all
19 Depends: pnp4nagios-bin, pnp4nagios-web, ${misc:Depends}
20 Description: Nagios addon to create graphs from performance data
21  PNP is a graphing tool for Nagios that analyzes performance data provided by
22  plugins and stores them automatically into Round Robin Databases (RRD). It
23  fully integrates itself into the Nagios Monitoring Website.
24  .
25  PNP's goal is to be easily configurable and maintainable.
26  .
27  This is a metapackage depending on all parts of PNP4Nagios.
29 Package: pnp4nagios-bin
30 Architecture: any
31 Depends: adduser,
32          librrds-perl,
33          ${misc:Depends},
34          ${shlibs:Depends}
35 Recommends: nagios3 | icinga, pnp4nagios-web
36 Suggests: libcrypt-rijndael-perl, libgearman-client-perl, perl, rrdcached
37 Description: Nagios addon to create graphs from performance data (binaries)
38  PNP is a graphing tool for Nagios that analyzes performance data provided by
39  plugins and stores them automatically into Round Robin Databases (RRD). It
40  fully integrates itself into the Nagios Monitoring Website.
41  .
42  PNP's goal is to be easily configurable and maintainable. It supports several
43  modes of operation. When using the Gearman mode, some additional Perl modules
44  are required: Gearman::Worker, MIME::Base64, and Crypt::Rijndael which are
45  available in the libgearman-client-perl, perl, and libcrypt-rijndael-perl
46  packages.
47  .
48  This package contains the NPCD-related binaries and process_perfdata.pl.
50 Package: pnp4nagios-web-config-icinga
51 Architecture: any
52 Depends: ${misc:Depends},
53          ${shlibs:Depends}
54 Conflicts: pnp4nagios-web-config-nagios3
55 Replaces: pnp4nagios-web
56 Description: Nagios addon to create graphs from performance data (binaries)
57  PNP is a graphing tool for Nagios that analyzes performance data provided by
58  plugins and stores them automatically into Round Robin Databases (RRD). It
59  fully integrates itself into the Nagios Monitoring Website.
60  .
61  PNP's goal is to be easily configurable and maintainable. It supports several
62  modes of operation. When using the Gearman mode, some additional Perl modules
63  are required: Gearman::Worker, MIME::Base64, and Crypt::Rijndael which are
64  available in the libgearman-client-perl, perl, and libcrypt-rijndael-perl
65  packages.
66  .
67  This package contains the icinga specific configuration for pnp4nagios-web.
69 Package: pnp4nagios-web-config-nagios3
70 Architecture: any
71 Depends: ${misc:Depends},
72          ${shlibs:Depends}
73 Conflicts: pnp4nagios-web-config-icinga
74 Replaces: pnp4nagios-web
75 Description: Nagios addon to create graphs from performance data (binaries)
76  PNP is a graphing tool for Nagios that analyzes performance data provided by
77  plugins and stores them automatically into Round Robin Databases (RRD). It
78  fully integrates itself into the Nagios Monitoring Website.
79  .
80  PNP's goal is to be easily configurable and maintainable. It supports several
81  modes of operation. When using the Gearman mode, some additional Perl modules
82  are required: Gearman::Worker, MIME::Base64, and Crypt::Rijndael which are
83  available in the libgearman-client-perl, perl, and libcrypt-rijndael-perl
84  packages.
85  .
86  This package contains the nagios3 specific configuration for pnp4nagios-web.
88 Package: pnp4nagios-web
89 Architecture: all
90 Depends: adduser,
91          pnp4nagios-web-config-nagios3 | pnp4nagios-web-config-icinga,
92          libapache2-mod-php5 | php5-cgi | php5,
93          libfpdi-php,
94          libjs-jquery (>= 1.6.2),
95          libjs-jquery-ui (>= 1.8.14),
96          libkohana2-php,
97          php5-gd,
98          rrdtool,
99          ${misc:Depends}
100 Recommends: pnp4nagios-bin
101 Suggests: rrdcached
102 Description: Nagios addon to create graphs from performance data (web interface)
103  PNP is a graphing tool for Nagios that analyzes performance data provided by
104  plugins and stores them automatically into Round Robin Databases (RRD). It
105  fully integrates itself into the Nagios Monitoring Website.
106  .
107  PNP's goal is to be easily configurable and maintainable.
108  .
109  This package contains the web-interface for PNP4Nagios.