check_oracle_health: update to 1.9.3.5
[omd.git] / Changelog
blob3c15260d48868da917fd6d76a58c01df025524e9
1 This file documents the revision history for the Open Monitoring Distribution
3 1.20
4           - apache: Changed order of apache daemon startup/stopping
5             The webserver is now started after the monitoring core, but more
6             important, it is now stopped after the core. This should reduce
7             the time needed to bring down all worker processes, since there 
8             are no hanging livestatus connections started by web clients anymore.
9           - debian packge: Removed non existant URL from changelog
10           - perl-modules:
11             - Added missing semikolon to fix syntax error
12             - Added Monitoring-Plugin module
13           - omd:
14             - Added --apache-reload flag to omd create/rm for executing a
15               reload of the system apache instead of a restart
16             - Added nagios/icinga reload init hooks
17           - Check_MK/MK Livestatus: new version 1.2.4
18           - Thruk: Update to 1.82
19           - Dokuwiki: Fixed integration with multisite cookie authentication
21 1.10     Dec 15 2013
22           - omd: More friendly error messages when init scripts do not exist
23           - omd: Added option to execute scripts during site creation by putting
24             files to ~/lib/omd/scripts/post-create
25           - python modules: added pysnmp and pyasn1 modules
26           - rrdtool: Also deliver python bindings
27           - rrdcached is now logging to ~/var/log/rrdcached.log
28           - added missing logrotation config for ~/var/log/xinetd.log
29           - added "diskspace" program which is meant to cleanup too old files
30             which are not needed/wanted anymore and are not handled by regular
31             logrotate (like e.g. the nagios archive). Is callec automatically
32             every hour when the OMD crontab is enabled. This can be changed by
33             editing the cron config etc/cron.d/diskspace
34           - Thruk: Update to 1.80-3
35           - Mod-Gearman: Update 1.4.14
36           - Nagios: Init script kills whole process groups during "stop"
37           - check_webinject: Update to 1.86
38           - gearmand: increase open files limit
39           - Fix bug on Debian/Ubuntu where start/stop script started/stopped
40              sites multiple times
41           - cleanup checkresults dir of Nagios when (re-)starting Nagios
42           - Init scripts can now deal with upstart user sessions, where the
43             PPID is not 1 anymore, instead of it the PPID is the user session
44             init process (init --user). This was first seen on ubuntu 13.10.
45           - Added build support on Ubuntu 13.10 (Saucy Salamander)
46           - Check_MK/MK Livestatus: new version 1.2.2p3
47           - NagVis: Update to 1.8b1
48           - Nagios Plugins: Update to 1.5
49           - Support builds on CentOS/RedHat 5.10
51 1.00     Jun 17 2013
52           - Nagios: Update to 3.5.0
53           - Icinga: Update to 1.9.1
54           - Thruk: Update to 1.72-2
55             - added cookie based login
56           - Apache: Enabling mod_status (if available) for 127.0.0.1 in own mode
57           - Check_MK/MK Livestatus:
58             - new version 1.2.2p2
59             - integrated Event Console
60             - Changed path for check manpages from share/doc/check_mk/checks
61               to share/check_mk/checkman to match the local/ path
62             - Installing livestatus python API module now
63             - Added config hook MULTISITE_AUTHORISATION to control some user
64               permissions in NagVis and pnp4nagios via multisite permissions
65           - NagVis: Update to 1.7.9
66           - omd:
67             - new option --no-autostart, -A for omd create (set AUTOSTART
68               to off right at creation, useful for test sites!)
69             - update: Ensure execution of the target versions hooks
70             - update: Added update log ~/var/log/update.log
71             - FIX: Fixed handling of comments in distro files (repairs "omd
72               setup" on some platforms)
73           - PNP4Nagios: Updated to version 0.6.21
74              - Added INIT hooks to npcd and pnp_gearman_worker scripts
75           - Support Ubuntu 12.10 (Quantal)
76           - Support Ubuntu 13.04 (Raising)
77           - Webinject: Update to 1.76
78           - NRPE: Update to 2.13
79           - check_multi: updated to 0.26_581
80           - Mod-Gearman: Updated to version 1.4.6
81           - Gearman: Updated to version 0.33
82             - added queue retention
83           - mod_python: Fixed our sys.path patch not to destory the default
84             sys.path set during interpreter initialization
85           - Dokuwiki: Now supporting the new multisite cookie format
86           - rrdtool: Update to version 1.4.8 
87             - compile and install Python binding
88           - nagios: Changed init script to kill still running processes during
89                 "stop" call after 60 seconds waiting
90           - Added python module pysphere to make ESX monitoring easier
91           - Jmx4Perl: Update to 1.07 (Jolokia: 1.1.1)
92           - nsca: Cleaned up init script, better detection of stale pids / processes
95 0.56     Sep 25 2012
96           - omd:
97             - Fixed problem updating omd sites without tmpfs: Not removing
98               whole tmp/ directory but only the contents
99             - Improved exception handling during omd update/cp/mv (Asking
100               for retry/accept/abort now)
101           - RPMS: Not checking for removed version during pkg release update
102                  (Does not mean omd version update.)
103           - check_multi: updated to 0.26_538
104           - Mod-Gearman: Updated to version 1.3.8
105           - Thruk: Update to 1.50
106           - Nagios Plugins: Update to 1.4.16
107           - PNP4Nagios: Update to 0.6.19
108           - NagVis: Update to 1.7.1
109           - Icinga: Update to 1.7.2
110           - Check_MK: Added 1.2.0p2 release
111           - Shinken: Update to 1.2
112           - jmx4perl: Update 1.05
113           - Support Ubuntu 12.04 (Precise)
114           - set log_initial_states=1 per default
116 0.54     Apr 02 2012
117           - omd:
118             - FIX: Fixed "omd umount" command when running without specific site
119             - new option --kill for umount, rm and disable, that will kill
120               processes using tmpfs before unmounting it
121             - output argument help when calling omd COMMAND --help
122             - new option --conflict=HOW for non-interactive omd cp/mv/update.
123           - mod_python:
124             - Fix "omd stop apache", which was sometimes timing out
125             - Fix several DeprecationWarning messages when using python 2.6
126           - NagVis: Updated to NagVis 1.6.5
127           - Thruk: Update to 1.26
128           - RRDtool: Update to 1.4.7
129           - PNP4Nagios: Update to 0.6.17
130           - Webinject: Update to 1.72
131           - Mod-Gearman: Updated to version 1.2.6
132           - Gearman: Updated to version 0.25
133           - Debian 6.0: Added missing dependency for mod_python (libpython2.6)
134           - RPMs: Added "chkconfig --add <s>" commands before "chkconfig <s> on" commands
135           - Making etc/htpasswd file writeable by the site group
136           - Apache logrotate: Performing reload instead of restart
137           - Shinken:
138             - update to 1.0.1
139             - add MongoDB as backend for livestatus logs
140           - Switch Check_MK to version 1.1.12p7
141           - Support SLES11 SP2
142           - Dokuwiki
143             - Updated to Version 2012-01-25 Angua
144             - Template Vector now available
146 0.52     Dec 22 2011
147           - Switch Check_MK to version 1.1.12p6 (Please refer to the migration notes
148             of Check_MK on http://mathias-kettner.de/checkmk_migration_notes.html!)
149           - FIX: WATO - Fixed permissions on conf.d directory for shared apache mode
150           - FIX: Fixed permissions for PHP temp files in shared mode
151           - Get rid of dummy host in a plain fresh OMD site
152           - NagVis
153             - Updated to NagVis 1.6.1
154               Note #1: The userfiles directory has been moved from var/nagvis/userfiles
155               to local/share/nagvis/htdocs/userfiles. The side individual files
156               shal be copied during update. The old files are left untouched in the
157               old directory. If everything works as expeced after update and you
158               don't plan to downgrade again you can savely remove the directory
159               var/nagvis/userfiles from your site
160               Note #2: During "omd update" omd might tell you that the file etc/nagvis/auth.db
161               is obsolete and you changed its contents. In normal cases you want to keep the
162               file (press k) to keep your user accounts, role assignments and permissions.
163             - local/ hierarchie can now handle .php files
164             - Moved nagvis-omd.ini.php to new conf.d/ directory
165           - OMD
166             - Added 'umount' option to unmount the ramdisk of a site
167             - Added 'TMPFS' config option to be able to run omd without the tmpfs filesystem
168             - Handling comments and empty lines in .info files correcty 
169             - Made 'setversion' work on broken links
170             - New commands 'disable' and 'enable'. OMD does not depend on the
171               home directories of disabled sites. This is useful in cluster environments.
172             - New option 'omd create --disabled' and 'omd init' which allows the creation
173               of a site with an empty home directory and afterwards population it. Again
174               this supports cluster environments.
175             - start, restart and reload now honor the option -f,--force: All
176               sites will then be affected, regardless of AUTOSTART
177             - FIX: omd update: page diff through less -F -X (-X is new). This fixes
178               a problem where the diff is not visible on dumb terminals like PuTTY.
179             - FIX: omd: site processes where missing supplementary groups when starting
180               the site as root via 'omd start SITE'
181             - FIX: omd update handled most files twice (without need). This is
182               fixed now.
183             - FIX: omd diff now correctly handles relative paths.
184             - FIX: omd diff now correctly instantiates templates before showing
185               diff in verboes mode
186             - FIX: omd umount skips unmounting on partly running sites
187           - updated to jmx4perl 1.04
188           - pnp4nagios
189             - npcd: Now detecting and handling stale pidfiles in init script
190           - updated to Mod-Gearman 1.1.1
191           - updated to Thruk 1.1.7
192           - updated to pnp4nagios 0.6.16
193           - updated to Icinga 1.6.1
194           - Support Ubuntu 11.10 (Oneiric)
195           - Cleanup up startscript of nagios
196           - New handler for Apache error messages (shows end of logfile)
197           - Ship own version of mailx alias nail as bin/mail
198           - Allow line continuation in nagios config with BACKSLASH LF
199           - Nagios: Skip emacs backup files while loading files from nagios.d directory
200           - Increased php memory limit on CentOS platforms to 64 MB
201           - dokuwiki auth: do not destroy htpasswd symlinks showing to another file
203 0.50     Sep 20 2011
204           - Check_MK: fix problem with playing sounds
205           - Nagios:
206             - added patch to remove host alias from state retention.
207               Changes of the alias in your configuration will now be
208               effective.
209           - updated to check_oracle_health 1.7.0
210           - updated to check_mysql_health 2.1.6
211           - updated to Thruk 1.1.1
212           - updated to Mod-Gearman 1.0.10
213           - updated to Gearman 0.23
214           - updated to Webinject 1.68
215           - updated to PNP4Nagios 0.6.15
216           - OMD
217             - added 'reuse' option
218             - fix 'omd start core' (did simply nothing)
219             - added missing libperl dependency (fixes #217)
220             - fixed problem with mod_proxy sending duplicate pages
221             - fixed problem with mount on redhat/centos 6.0 (fixes #195)
222             - Fixed problem when doing 'omd restart' without mounted tmpfs
223           - Debian Package:
224             - Added the mandatory maintainer name
225           - mod_fcgid: Increased file upload limit from 128kb to 3MB
226           - npcd: Changed init script to find running processes with lost pidfile
228 0.48     May 22 2011
230           - updated to Check_MK 1.1.10p3
231           - updated to Shinken 0.6.4
232           - updated to Thruk 1.0.4
233           - added Mod-Gearman 1.0.5
234           - added Gearmand 0.14
235           - updated Webinject 1.67
236           - updated to NagVis 1.5.9
237           - updated to PNP4Nagios 0.6.13
238           - added check_multi v439* (2011-02-19)
239           - OMD
240             - Added @omd setversion@ command to change the default version of OMD
241             - Improved merge handling during @omd update@
242             - @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.
243             - Fixed bug while removing sites
244             - Added @omd diff@ command to show added/deleted/changed files compared to a clean site.
245             - Restructured hooks
246             - added option --bare to @omd status@