Code

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