Summary | Makes time for generation of periodic reports on the server configurable. Also fixes filter in disk utilization data type. |
Platform | Unix |
Category | bugfix |
Valid for | 4.7.0.x |
Requires | |
Server Required Patch/es | |
Supersedes | 183 |
Superseded by | 397 : Verified / Not hidden |
Affects | : Core |
Last Updated | September 30, 2009 |
This patch adds a configuration directive SERVER_CRONJOB_OFFSET that allows an admin to specifically set when the server is to run its' cronjobs, including generation of periodic reports. The value set corresponds to the number of seconds after midnight the cronjobs should be run. Valid values are 0-86399. If no value is given, or if the value given is outside the valid range, the default value of 19800 will be used. This patch also includes patch 183, since it works on some of the same files. The README for that patch is: "A filter in the disk utilization program disk_fetch is now set to use the Date::Calc module of Perl, instead of epoch time. This solves a problem of daylight savings time, which earlier only allowed for using daily resolution."
A filter in the disk utilization program disk_fetch is now set to use the Date::Calc module of Perl, instead of epoch time. This solves a problem of daylight savings time, which earlier only allowed for using daily resolution.
Unpack tar file in e.g /tmp/patch on the Open iT server/client. Do the following as root: cd /tmp/patch ./patch.pl You must add the configuration directive SERVER_CRONJOB_OFFSET manually to /etc/opt/openit/openit.cfg with tha value you wish. After this, you must restart the server, e.g. "/opt/openit/bin/openit-server restart"
No corresponding Patches available.