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