X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=490714b7cbd65abc72d1c533fb1e340823c75507;hb=4935556f1cd345b2ecbe6eab0f0ca99d87e0206b;hp=3b7bfceb59d7c635f9cf08a4d35878a917363340;hpb=f109f52d0f562b0ccbd3d31fb0786c53b848eda7;p=pkg-pnp4nagios.git diff --git a/debian/control b/debian/control index 3b7bfce..490714b 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,61 @@ Source: pnp4nagios Section: net -Priority: extra -Maintainer: Sven Velt -Build-Depends: debhelper (>= 7), rrdtool, librrds-perl -Standards-Version: 3.8.0 -Homepage: http://pnp4nagios.org +Priority: optional +Maintainer: Debian Nagios Maintainer Group +Uploaders: Sebastian Harl , Sven Velt +Build-Depends: autotools-dev, debhelper (>= 7), po-debconf, quilt, + rrdtool, librrds-perl +Standards-Version: 3.9.1 +Homepage: http://www.pnp4nagios.org/ +Vcs-Git: git://git.debian.org/pkg-nagios/pkg-pnp4nagios.git +Vcs-Browser: http://git.debian.org/?p=pkg-nagios/pkg-pnp4nagios.git Package: pnp4nagios +Architecture: all +Depends: pnp4nagios-bin, pnp4nagios-web, ${misc:Depends} +Description: Nagios addon to create graphs from performance data + PNP is a graphing tool for Nagios that analyzes performance data provided by + plugins and stores them automatically into Round Robin Databases (RRD). It + fully integrates itself into the Nagios Monitoring Website. + . + PNP's goal is to be easily configurable and maintainable. + . + This is a metapackage depending on all parts of PNP4Nagios. + +Package: pnp4nagios-bin Architecture: any -Depends: rrdtool, librrds-perl, libapache2-mod-php5 | php5, php5-gd, libfpdi-php, libkohana-php, libjs-jquery, libjs-jquery-ui, adduser, ${shlibs:Depends}, ${misc:Depends} -Suggests: -Description: Nagios Addon to create graphs out of performance data - PNP is a tool that produces graphs from performance data from Nagios - plugins. +Depends: librrds-perl, adduser, ${shlibs:Depends}, ${misc:Depends} +Recommends: pnp4nagios-web, nagios3 | icinga +Suggests: rrdcached, perl, libgearman-client-perl, libcrypt-rijndael-perl +Description: Nagios addon to create graphs from performance data (binaries) + PNP is a graphing tool for Nagios that analyzes performance data provided by + plugins and stores them automatically into Round Robin Databases (RRD). It + fully integrates itself into the Nagios Monitoring Website. + . + PNP's goal is to be easily configurable and maintainable. It supports several + modes of operation. When using the Gearman mode, some additional Perl modules + are required: Gearman::Worker, MIME::Base64, and Crypt::Rijndael which are + available in the libgearman-client-perl, perl, and libcrypt-rijndael-perl + packages. + . + This package contains the NPCD-related binaries and process_perfdata.pl. + +Package: pnp4nagios-web +Architecture: all +Depends: libapache2-mod-php5 | php5, php5-gd, + libkohana2-php, + libfpdi-php, + libjs-jquery, libjs-jquery-ui, + rrdtool, + adduser, + ${misc:Depends} +Recommends: pnp4nagios-bin +Suggests: rrdcached +Description: Nagios addon to create graphs from performance data (web interface) + PNP is a graphing tool for Nagios that analyzes performance data provided by + plugins and stores them automatically into Round Robin Databases (RRD). It + fully integrates itself into the Nagios Monitoring Website. . - PNP stores the performance data from each service into Round Robin Databases, - this data can displayed as a graph using PHP within your Nagios Monitoring - Website. + PNP's goal is to be easily configurable and maintainable. . - PNP's goal is to be easily configured and it should work out of the box. + This package contains the web-interface for PNP4Nagios.