check_logfiles: 3.7.5.1
[omd.git] / packages / nagios / patches / README
blob729521d495e426226b4ba9a6927f69a59545ead2
1 Index of patches
3 0001:
4     When loading a broker module, Nagios makes a temporary copy of the
5     module file, loads that with dl_open, and deletes it afterwards.
6     This shall save agains modifications caused by a user overwriting
7     the module with 'cp'. This patch removes that behaviour and loads
8     the module in the traditional way. This prevents problems with tmpfs
9     mounted as non-root (where Nagios places the module copy).
11 0002:
12     The file include/utils.inc.php includes config.inc.php by going up 
13     one directory in the physical directory tree. This patch changes that
14     behaviour in a way needed for OMD: It is including the site specific
15     config file /omd/sites/###SITE###/etc/ngaios/config.inc.php. The site name
16     is extracted from the script file name (supplied by Apache).
18 0003:
19     Remove two RSS feeds (promotions) in the classic UI
21 0004:
22     The web frontend checks the original home page for updates. The check
23     may be makes sense for folks who installed nagios by themselfs, but
24     not within a distribution. This patch removes the update check from
25     main.php
27 0005:
28    This patch removes a check in the configuration validation that complains
29    when there are no hosts or services. That way OMD does not need a dummy
30    host anymore but can start plain without any host or service. The cgi-bins,
31    Thruk and Multisite do not show any problems. Nor does the Nagios core.
33 0006:
34     This patches fixed the problem to jump back to the start page
35     whenever you press F5.
37 0007:
38    This patch rearranges the fields in the nagios struct schedule_downtime
39    to be compatible again with the one livestatus is compiled with
41 0008:
42    Reloading nagios config causes spaces in notifications to become
43    plus signs
44    http://sourceforge.net/p/nagios/nagioscore/ci/23c59c2b2725ec20934aee6f0b03ba464b708ec1/
46 0009:
47   Corrected comparison operator in service freshness check logic
48   http://sourceforge.net/p/nagios/nagioscore/ci/6a6bf5320c0d81e60a77478809885d4fd7c362e4/
50 0010:
51   Adding triggered downtime for child hosts causes a SIGSEGV on
52   restart/reload
53   http://sourceforge.net/p/nagios/nagioscore/ci/76310176f3ec9a37b0b4161dddbbea69b6fa6a73/