release 1.30
[omd.git] / Changelog
blobc61d099dc078cebdfe3707dfc5db646403af0be9
1 This file documents the revision history for the Open Monitoring Distribution
3 1.30     Oct 01 2014
4           - omd:
5             - Added "Basic / ADMIN_MAIL" hook to configure the target mail
6               address for eMails sent to the site user (e.g. created by
7               crontab). Finally this generates the ~/.forward file within
8               the sites directory. When a mail address is configured, the
9               file is written, when you have none configured, the file is
10               deleted.
11               If you already have a ~/.forward file, the mail address will
12               automatically be used as ADMIN_MAIL value.
13             - Added backup/restore modes to backup and restore sites completely
14               You can backup your sites and restore them with the same or a
15               different name.
17               Example:
18                 omd backup mysite /tmp/backup.tgz
20               And for restore use:
21                 omd restore restored /tmp/backup.tgz
23               You need to ensure you have the OMD version installed during
24               restore, which the site was using during backup.
26               You can also backup to stdout and restore from stdin which means
27               you can stream a backup cross the network. This might not only
28               be useful for backups, but also for migrations across servers.
29             - FIX: Update mechanism detects obsolete but non empty directories
30               correctly and asks the user whether or not to delete them
31             - FIX: SLES omd init-Script does not use default runlevel 4 anymore
32             - FIX: Added PYTHONPATH to site crontab for being able to access
33               the sites python modules as when run in interactive mdoe
34           - NagVis:
35             - Update to version 1.8.5
36             - Removed deprecated directory var/nagvis/userfiles. This was
37               deprecated since version 0.52. During the update to 1.30, the
38               directory and all its contents will be removed. This should be
39               no problem for most users, because the directory is not used
40               anymore since a long time.
41               If you update from OMD 0.52 or below, you need to manually backup
42               files from var/nagvis/userfiles and copy them to
43               local/share/nagvis/htdocs/userfiles after the update to make them
44               available again.
45               Note: If you decide to downgrade from this or a following
46               version to version 0.52 or older, you will again need to care
47               about these files manually.
48             - FIX: The nagvis URLs were not correctly linking to e.g. Check_MK
49               when a site has been created with Check_MK as default GUI
50             - FIX: Fixed site not starting after "omd cp" when using 
51               the arguments --no-past, --no-rrds or --no-logs
52           - Check_MK:
53             - Update to 1.2.6p12
54             - moved log dir to var/log
55           - Added build support for SLES 12, 11 SP4
56           - Added build support for Ubuntu 14.10, 15.04, 15.10
57           - Added build support for Debian 8
58           - RedHat / CentOS: Builds are now only dedicated to the major
59             version, not caring about the minor versions anymore
60           - Mod-Gearman: Update 1.5.5
61           - Thruk: Update to 2.02
62             - fix pnp ssi files
63           - Gearman: Updated to version 0.33-4
64           - PNP4Nagios: Update to 0.6.25
65           - Updated Monitoring-Plugins to 2.1.1
66           - Icinga: Update to 1.12.0
67           - updated to nail/mailx 12.5
68           - rrdtool: Update to 1.5.4
69           - apache:
70             - mod_fcgid: update to 2.3.9, sles 11 and centos 5/6 only
71             - set graceful restart timeout
72             - Default redirects from /[site] and /[site]/ to /[site]/omd/ are
73               are now preserving the original requested protocol (http/https).
74               When using the apache shared mode (which is the default), having
75               the system apache service the pages via HTTPS, you will need to
76               configure the system apache to provide the X-Forwarded-Proto
77               request header to the site apache, which can be done by
78               adding the line 'RequestHeader set X-Forwarded-Proto "https"' to
79               the proxy configuration related to the site.
80             - Apache is now using the default site profile (e.g. PATH)
81           - Dokuwiki
82             - Updated to Version 2014-09-29d
83             - fix discarding all local settings on update
84           - check_webinject: Update to 1.88
86 1.20     Aug 25 2014
87           - apache: Changed order of apache daemon startup/stopping
88             The webserver is now started after the monitoring core, but more
89             important, it is now stopped after the core. This should reduce
90             the time needed to bring down all worker processes, since there
91             are no hanging livestatus connections started by web clients anymore.
92           - debian packge: Removed non existant URL from changelog
93           - perl-modules:
94             - Added missing semikolon to fix syntax error
95             - Added Monitoring-Plugin module
96           - omd:
97             - Added --apache-reload flag to omd create/rm for executing a
98               reload of the system apache instead of a restart
99             - Added nagios/icinga reload init hooks
100             - Added --tmpfs-size/-t option to omd create/mv/cp for specifying
101               an explicit maximum size for the sites tmpfs
102             - FIX: Providing correct exit codes when running "omd status"
103             - FIX: exit with 2 (partially running) when only some of the
104               sites are running or partially running using "omd status"
105             - FIX: Reducing duplicate config writes during site creation
106           - Init scripts return exit 0 when executing start and daemon is
107             already running (Modified nagios, apache and rrdcached scripts)
108           - diskspace: Fixed error messages in syslog which were caused by
109             exit codes of 3 when diskspace cleanup has not been configured
110           - FIX: Fixed logrotation when var/tmp does not exist
111             (seem to only be created when xinetd had been enabled before within a site)
112           - Check_MK/MK Livestatus: new version 1.2.4p5
113           - Thruk: Update to 1.84-6
114           - PNP4Nagios: Update to 0.6.24
115           - Icinga: Update to 1.11.4
116           - NagVis: Update to 1.8b6
117           - Dokuwiki: Fixed integration with multisite cookie authentication
118           - Added build support for Ubuntu 14.04
119           - Added build support for CentOS 7.0
120           - New command lc for sending a core command via Livestatus, e.g.
121             lc ENABLE_NOTIFICATIONS
122           - Updated Monitoring-Plugins to 2.0
124 1.10     Dec 15 2013
125           - omd: More friendly error messages when init scripts do not exist
126           - omd: Added option to execute scripts during site creation by putting
127             files to ~/lib/omd/scripts/post-create
128           - python modules: added pysnmp and pyasn1 modules
129           - rrdtool: Also deliver python bindings
130           - rrdcached is now logging to ~/var/log/rrdcached.log
131           - added missing logrotation config for ~/var/log/xinetd.log
132           - added "diskspace" program which is meant to cleanup too old files
133             which are not needed/wanted anymore and are not handled by regular
134             logrotate (like e.g. the nagios archive). Is callec automatically
135             every hour when the OMD crontab is enabled. This can be changed by
136             editing the cron config etc/cron.d/diskspace
137           - Thruk: Update to 1.80-3
138           - Mod-Gearman: Update 1.4.14
139           - Nagios: Init script kills whole process groups during "stop"
140           - check_webinject: Update to 1.86
141           - gearmand: increase open files limit
142           - Fix bug on Debian/Ubuntu where start/stop script started/stopped
143              sites multiple times
144           - cleanup checkresults dir of Nagios when (re-)starting Nagios
145           - Init scripts can now deal with upstart user sessions, where the
146             PPID is not 1 anymore, instead of it the PPID is the user session
147             init process (init --user). This was first seen on ubuntu 13.10.
148           - Added build support on Ubuntu 13.10 (Saucy Salamander)
149           - Check_MK/MK Livestatus: new version 1.2.2p3
150           - NagVis: Update to 1.8b4
151           - Nagios Plugins: Update to 1.5
152           - Support builds on CentOS/RedHat 5.10
154 1.00     Jun 17 2013
155           - Nagios: Update to 3.5.0
156           - Icinga: Update to 1.9.1
157           - Thruk: Update to 1.72-2
158             - added cookie based login
159           - Apache: Enabling mod_status (if available) for 127.0.0.1 in own mode
160           - Check_MK/MK Livestatus:
161             - new version 1.2.2p2
162             - integrated Event Console
163             - Changed path for check manpages from share/doc/check_mk/checks
164               to share/check_mk/checkman to match the local/ path
165             - Installing livestatus python API module now
166             - Added config hook MULTISITE_AUTHORISATION to control some user
167               permissions in NagVis and pnp4nagios via multisite permissions
168           - NagVis: Update to 1.7.9
169           - omd:
170             - new option --no-autostart, -A for omd create (set AUTOSTART
171               to off right at creation, useful for test sites!)
172             - update: Ensure execution of the target versions hooks
173             - update: Added update log ~/var/log/update.log
174             - FIX: Fixed handling of comments in distro files (repairs "omd
175               setup" on some platforms)
176           - PNP4Nagios: Updated to version 0.6.21
177              - Added INIT hooks to npcd and pnp_gearman_worker scripts
178           - Support Ubuntu 12.10 (Quantal)
179           - Support Ubuntu 13.04 (Raising)
180           - Webinject: Update to 1.76
181           - NRPE: Update to 2.13
182           - check_multi: updated to 0.26_581
183           - Mod-Gearman: Updated to version 1.4.6
184           - Gearman: Updated to version 0.33
185             - added queue retention
186           - mod_python: Fixed our sys.path patch not to destory the default
187             sys.path set during interpreter initialization
188           - Dokuwiki: Now supporting the new multisite cookie format
189           - rrdtool: Update to version 1.4.8 
190             - compile and install Python binding
191           - nagios: Changed init script to kill still running processes during
192                 "stop" call after 60 seconds waiting
193           - Added python module pysphere to make ESX monitoring easier
194           - Jmx4Perl: Update to 1.07 (Jolokia: 1.1.1)
195           - nsca: Cleaned up init script, better detection of stale pids / processes
198 0.56     Sep 25 2012
199           - omd:
200             - Fixed problem updating omd sites without tmpfs: Not removing
201               whole tmp/ directory but only the contents
202             - Improved exception handling during omd update/cp/mv (Asking
203               for retry/accept/abort now)
204           - RPMS: Not checking for removed version during pkg release update
205                  (Does not mean omd version update.)
206           - check_multi: updated to 0.26_538
207           - Mod-Gearman: Updated to version 1.3.8
208           - Thruk: Update to 1.50
209           - Nagios Plugins: Update to 1.4.16
210           - PNP4Nagios: Update to 0.6.19
211           - NagVis: Update to 1.7.1
212           - Icinga: Update to 1.7.2
213           - Check_MK: Added 1.2.0p2 release
214           - Shinken: Update to 1.2
215           - jmx4perl: Update 1.05
216           - Support Ubuntu 12.04 (Precise)
217           - set log_initial_states=1 per default
219 0.54     Apr 02 2012
220           - omd:
221             - FIX: Fixed "omd umount" command when running without specific site
222             - new option --kill for umount, rm and disable, that will kill
223               processes using tmpfs before unmounting it
224             - output argument help when calling omd COMMAND --help
225             - new option --conflict=HOW for non-interactive omd cp/mv/update.
226           - mod_python:
227             - Fix "omd stop apache", which was sometimes timing out
228             - Fix several DeprecationWarning messages when using python 2.6
229           - NagVis: Updated to NagVis 1.6.5
230           - Thruk: Update to 1.26
231           - RRDtool: Update to 1.4.7
232           - PNP4Nagios: Update to 0.6.17
233           - Webinject: Update to 1.72
234           - Mod-Gearman: Updated to version 1.2.6
235           - Gearman: Updated to version 0.25
236           - Debian 6.0: Added missing dependency for mod_python (libpython2.6)
237           - RPMs: Added "chkconfig --add <s>" commands before "chkconfig <s> on" commands
238           - Making etc/htpasswd file writeable by the site group
239           - Apache logrotate: Performing reload instead of restart
240           - Shinken:
241             - update to 1.0.1
242             - add MongoDB as backend for livestatus logs
243           - Switch Check_MK to version 1.1.12p7
244           - Support SLES11 SP2
245           - Dokuwiki
246             - Updated to Version 2012-01-25 Angua
247             - Template Vector now available
249 0.52     Dec 22 2011
250           - Switch Check_MK to version 1.1.12p6 (Please refer to the migration notes
251             of Check_MK on http://mathias-kettner.de/checkmk_migration_notes.html!)
252           - FIX: WATO - Fixed permissions on conf.d directory for shared apache mode
253           - FIX: Fixed permissions for PHP temp files in shared mode
254           - Get rid of dummy host in a plain fresh OMD site
255           - NagVis
256             - Updated to NagVis 1.6.1
257               Note #1: The userfiles directory has been moved from var/nagvis/userfiles
258               to local/share/nagvis/htdocs/userfiles. The side individual files
259               shal be copied during update. The old files are left untouched in the
260               old directory. If everything works as expeced after update and you
261               don't plan to downgrade again you can savely remove the directory
262               var/nagvis/userfiles from your site
263               Note #2: During "omd update" omd might tell you that the file etc/nagvis/auth.db
264               is obsolete and you changed its contents. In normal cases you want to keep the
265               file (press k) to keep your user accounts, role assignments and permissions.
266             - local/ hierarchie can now handle .php files
267             - Moved nagvis-omd.ini.php to new conf.d/ directory
268           - OMD
269             - Added 'umount' option to unmount the ramdisk of a site
270             - Added 'TMPFS' config option to be able to run omd without the tmpfs filesystem
271             - Handling comments and empty lines in .info files correcty 
272             - Made 'setversion' work on broken links
273             - New commands 'disable' and 'enable'. OMD does not depend on the
274               home directories of disabled sites. This is useful in cluster environments.
275             - New option 'omd create --disabled' and 'omd init' which allows the creation
276               of a site with an empty home directory and afterwards population it. Again
277               this supports cluster environments.
278             - start, restart and reload now honor the option -f,--force: All
279               sites will then be affected, regardless of AUTOSTART
280             - FIX: omd update: page diff through less -F -X (-X is new). This fixes
281               a problem where the diff is not visible on dumb terminals like PuTTY.
282             - FIX: omd: site processes where missing supplementary groups when starting
283               the site as root via 'omd start SITE'
284             - FIX: omd update handled most files twice (without need). This is
285               fixed now.
286             - FIX: omd diff now correctly handles relative paths.
287             - FIX: omd diff now correctly instantiates templates before showing
288               diff in verboes mode
289             - FIX: omd umount skips unmounting on partly running sites
290           - updated to jmx4perl 1.04
291           - pnp4nagios
292             - npcd: Now detecting and handling stale pidfiles in init script
293           - updated to Mod-Gearman 1.1.1
294           - updated to Thruk 1.1.7
295           - updated to pnp4nagios 0.6.16
296           - updated to Icinga 1.6.1
297           - Support Ubuntu 11.10 (Oneiric)
298           - Cleanup up startscript of nagios
299           - New handler for Apache error messages (shows end of logfile)
300           - Ship own version of mailx alias nail as bin/mail
301           - Allow line continuation in nagios config with BACKSLASH LF
302           - Nagios: Skip emacs backup files while loading files from nagios.d directory
303           - Increased php memory limit on CentOS platforms to 64 MB
304           - dokuwiki auth: do not destroy htpasswd symlinks showing to another file
306 0.50     Sep 20 2011
307           - Check_MK: fix problem with playing sounds
308           - Nagios:
309             - added patch to remove host alias from state retention.
310               Changes of the alias in your configuration will now be
311               effective.
312           - updated to check_oracle_health 1.7.0
313           - updated to check_mysql_health 2.1.6
314           - updated to Thruk 1.1.1
315           - updated to Mod-Gearman 1.0.10
316           - updated to Gearman 0.23
317           - updated to Webinject 1.68
318           - updated to PNP4Nagios 0.6.15
319           - OMD
320             - added 'reuse' option
321             - fix 'omd start core' (did simply nothing)
322             - added missing libperl dependency (fixes #217)
323             - fixed problem with mod_proxy sending duplicate pages
324             - fixed problem with mount on redhat/centos 6.0 (fixes #195)
325             - Fixed problem when doing 'omd restart' without mounted tmpfs
326           - Debian Package:
327             - Added the mandatory maintainer name
328           - mod_fcgid: Increased file upload limit from 128kb to 3MB
329           - npcd: Changed init script to find running processes with lost pidfile
331 0.48     May 22 2011
333           - updated to Check_MK 1.1.10p3
334           - updated to Shinken 0.6.4
335           - updated to Thruk 1.0.4
336           - added Mod-Gearman 1.0.5
337           - added Gearmand 0.14
338           - updated Webinject 1.67
339           - updated to NagVis 1.5.9
340           - updated to PNP4Nagios 0.6.13
341           - added check_multi v439* (2011-02-19)
342           - OMD
343             - Added @omd setversion@ command to change the default version of OMD
344             - Improved merge handling during @omd update@
345             - @omd cp@ now supports --no-rrds and --no-logs. Also -N/--no-past which combines these options. Please read the updated man page for details.
346             - Fixed bug while removing sites
347             - Added @omd diff@ command to show added/deleted/changed files compared to a clean site.
348             - Restructured hooks
349             - added option --bare to @omd status@