X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=2967297e64e8d0c01f954a94f227c6edcf184c01;hb=50ced196b8a7e38b01a479f74f87f1b06763162b;hp=339dc4d63a4cd7a8d003ec8a37c1e181d45d32d9;hpb=2e5ad3e98ce048c57959c87daabaf66d8e0c3f25;p=pkg-pnp4nagios.git diff --git a/debian/control b/debian/control index 339dc4d..2967297 100644 --- a/debian/control +++ b/debian/control @@ -3,19 +3,52 @@ Section: net Priority: optional Maintainer: Sven Velt Uploaders: Sebastian Harl -Build-Depends: debhelper (>= 7), rrdtool, librrds-perl, quilt -Standards-Version: 3.8.0 +Build-Depends: autotools-dev, debhelper (>= 7), rrdtool, librrds-perl, quilt +Standards-Version: 3.9.1 Homepage: http://www.pnp4nagios.org/ 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, +Depends: librrds-perl, adduser, ${shlibs:Depends}, ${misc:Depends} +Recommends: pnp4nagios-web, nagios3 | icinga +Suggests: rrdcached +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. + . + 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, - adduser, ${shlibs:Depends}, ${misc:Depends} -Description: Nagios addon to create graphs from performance data + 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's goal is to be easily configurable and maintainable. + . + This package contains the web-interface for PNP4Nagios.