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