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