Module: check_mk
Branch: master
Commit: e86f4658a0a95a06faa3d6d374176f6aa24ca08f
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e86f4658a0a95a…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Jan 13 14:36:55 2015 +0100
#1841 fileinfo, fileinfo.groups: new parameter for selecting ranges of the time of the
day
With this new check parameter you can make the check go critical only during certain
times of the day. That way you can for example say: Between 8:00 and 9:00 this must
exist a certain file, but otherwise it is not neccessary.
---
.werks/1841 | 11 +++++++++++
ChangeLog | 1 +
checks/fileinfo | 36 +++++++++++++++++++++++++++++-----
web/htdocs/valuespec.py | 34 +++++++++++++++++++++++++++++---
web/htdocs/wato.py | 9 +++++----
web/plugins/wato/check_parameters.py | 15 ++++++++++++--
6 files changed, 92 insertions(+), 14 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=e86f4658a0…