Code

icinga-module.cfg: Provide a sample Icinga module configuration.
[pkg-pnp4nagios.git] / debian / changelog
1 pnp4nagios (0.6.19-1) UNRELEASED; urgency=low
3   * New upstream release; thanks to Christoph Anton Mitterer for reporting
4     this (Closes: #682175).
5   * debian/pnp4nagios.postrm:
6     - Fixed typo: Apache's config files use file suffix .conf rather than
7       .cfg; this prevented /etc/apache2/conf.d/pnp4nagios.conf from being
8       removed on remove/purge; thanks to Andreas Beckmann for reporting this
9       (cf. #669839).
10   * debian/control:
11     - Optionally depend on php5-cgi instead of libapache2-mod-php5 to allow
12       for easier installations when not using Apache; thanks to Matthias
13       Wamser for reporting this (Closes: #671231).
14     - Updated standards-version to 3.9.4 -- no changes.
15     - Let pnp4nagios-bin suggest rrdtool which is used by the rrd_convert
16       helper script; thanks to Christoph Anton Mitterer for suggesting this
17       (cf. #684420).
18   * debian/patches:
19     - fix-npcd-path updated for 0.6.19.
20   * debian/rules:
21     - Manually clean-up auto-generated scripts/rrd_modify.pl.
22   * debian/icinga-module.cfg, debian/rules:
23     - Provide a sample Icinga module configuration; thanks to Christoph Anton
24       Mitterer for providing this (Closes: #683459).
26  -- Sebastian Harl <tokkee@debian.org>  Thu, 24 Jan 2013 14:50:27 +0100
28 pnp4nagios (0.6.16-2) unstable; urgency=low
30   * debian/control:
31     - Adapted versioned build-dep on libjs-jquery-ui to the workaround used by
32       that package (1.8.14 -> 1.8.ooops.14). Thanks to Christoph Anton
33       Mitterer for reporting this (Closes: #683100).
34   * debian/patches/:
35     - adjust-template-path: Fixed the patch for empty templates.d and some
36       versions of glob() which in this case returns nothing resulting in PHP
37       syntax errors and a crash of PNP4Nagios; thanks to Christoph Anton
38       Mitterer for reporting this and pointing out a fix (Closes: #683138).
40  -- Sebastian Harl <tokkee@debian.org>  Sat, 24 Nov 2012 15:34:54 +0100
42 pnp4nagios (0.6.16-1) unstable; urgency=low
44   * New upstream version.
45   * debian/control:
46     - Depend on jQuery >= 1.6.2 and jQuery-ui >= 1.8.14 (rather than
47       unversioned dependencies); this is what upstream did as well.
48   * debian/rules:
49     - Added recommended targets build-{arch,indep} depending on build-stamp.
50   * debian/pnp4nagios-bin.install:
51     - Install verify_pnp_config_v2.pl to /u/l/pnp4nagios/libexec/.
52   * debian/pnp4nagios-web.postinst:
53     - Call a2mod / restart apache2 only if the binaries are available; thanks
54       to Wouter Schoot for reporting this (Closes: #636218).
55   * debian/po/:
56     - Added Spanish debconf translations; thanks to Camaleón for providing
57       those (Closes: #632953).
58     - Added Portuguese debconf translations; thanks to Pedro Ribeiro for
59       providing those (Closes: #651432).
60     - Added Dutch debconf translations; thanks to Jeroen Schot for providing
61       those (Closes: #654214).
62     - Added Danish debconf translations; thanks to Joe Dalton for providing
63       those (Closes: #654816).
64     - Added Czech debconf translations; thanks to Michal Šimůnek for providing
65       those (Closes: #655132).
66   * debian/README.Debian:
67     - Added a note about installation with Icinga referring to the different
68       htpasswd.users file location; thanks to Alexander Reichle-Schmehl for
69       reporting this (Closes: #646587).
70   * debian/patches/adjust-template-path:
71     - Added support for /etc/pnp4nagios/templates.d.
72   * debian/README.templates.d:
73     - Added README file for the use of /etc/pnp4nagios/templates.d. The file
74       will be installed to that directory.
76  -- Sebastian Harl <tokkee@debian.org>  Tue, 31 Jan 2012 14:00:47 +0100
78 pnp4nagios (0.6.13-1) unstable; urgency=low
80   * New upstream release.
81   * debian/README.Debian:
82     - Added more verbose instructions about how to setup mod_gearman mode.
83   * debian/patches/:
84     - Removed manpage-hyphen -- applied upstream.
85   * debian/rules:
86     - Don't remove scripts/rc.pnp_gearman_worker in 'clean' -- this is now
87       taken care of in the upstream Makefile.
88   * debian/po/:
89     - Added Japanese debconf translation; thanks to Hideki Yamane for
90       providing the translation (Closes: #626386).
91     - Added Swedish debconf translation; thanks to Martin Bagge for providing
92       the translation (Closes: #628926).
93   * debian/control:
94     - Updated standards-version to 3.9.2 -- no changes.
96  -- Sebastian Harl <tokkee@debian.org>  Wed, 22 Jun 2011 12:42:18 +0200
98 pnp4nagios (0.6.12-1) unstable; urgency=low
100   * New upstream release.
101   * debian/patches/:
102     - Removed raise-process-perfdata-timeout -- a similar patch has been
103       included upstream.
104     - Added manpage-hyphen -- do not use hyphens as minus sign in npcd.8.
105   * debian/rules:
106     - npcd.cfg and process_perfdata.cfg are not longer installed as sample
107       configs by the upstream Makefile; so, don't rename those files.
108     - Do not pass --prefix to configure and set man-/infodir correctly. The
109       prefix is set by layout=debian and cannot be overwritten, thus do not
110       pretend this is possible. Also, do not use $prefix when setting man-/
111       infodir but specify the complete path.
112     - Do not install config_local.php and config.php.$PKG_VERSION.
113     - Remove generated scripts/rc.pnp_gearman_worker in 'clean'.
114   * debian/rules, debian/pnp4nagios-bin.install:
115     - Do not install npcd.8 using dh_installman; this is done by the upstream
116       Makefile now.
117   * debian/pnp4nagios-bin.pnp_gearman_worker.default,
118     pnp4nagios-bin.pnp_gearman_worker.init:
119     - Added init script for the PNP4Nagios Gearman worker daemon.
120     - The daemon is disabled by default.
122  -- Sebastian Harl <tokkee@debian.org>  Wed, 27 Apr 2011 09:05:48 +0200
124 pnp4nagios (0.6.11-2) unstable; urgency=low
126   * debian/po/:
127     - Added French debconf translation; thanks to Christian Perrier for
128       providing the translation (Closes: #623181).
129     - Added German debconf translation.
130     - Added Russian debconf translation; thanks to Yuri Kozlov for providing
131       the translation (Closes: #623798).
132   * debian/pnp4nagios-web.postinst:
133     - Do not set permissions of /var/log/pnp4nagios/stats -- this is done in
134       pnp4nagios-bin.postinst which ships the directory. This fixes an error
135       when installing -web without -bin.
137  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Apr 2011 11:48:54 +0200
139 pnp4nagios (0.6.11-1) unstable; urgency=low
141   [ Sven Velt ]
142   * Initial release (Closes: #479031)
143   * Use "php-fpdf", "php-fpdf-tpl" and "php-fpdi" packages instead of bundled
144     copies.
145   * Do not use the bundled copy of Kohana2 but rather depend on
146     libkohana2-php.
147   * Ship all configuration in /etc and create appropriate symlinks.
148   * Ship upstream sample configs as default configs.
149   * debian/patches:
150     - Added adjust-template-path: install templates into /etc/ rather than
151       /usr/share/.
152     - Added apache-fix-path-to-userfile: fix config directory in the sample
153       httpd.conf.
154     - Added fix-nagios-url: fix cgi-bin path in config.php.
155     - Added fix-npcd-path: fix perfdata paths in npcd.cfg.
156     - Added fix-path-fpdi: FPDI is shipped in its own subdirectory -- adopt
157       path in pdf.php.
158     - Added raise-process-perfdata-timeout: set timeout to 10s in
159       process_perfdata.cfg; in large and/or virtualized setups, 5s might not
160       be enough.
162   [ Sebastian Harl ]
163   * Build the following binary packages:
164     - pnp4nagios-bin: NPCD and process_perfdata.pl
165     - pnp4nagios-web: web interface
166     - pnp4nagios: metapackage depending on the other two
167   * debian/watch: mangle upstream version to replace ".rc" with "~rc".
168   * Make Apache2 configuration optional using debconf.
170  -- Sebastian Harl <tokkee@debian.org>  Mon, 14 Feb 2011 13:15:46 +0100