Module: check_mk
Branch: master
Commit: 7ea5d33c46761a759894719df3d01768e7ed7ae0
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=7ea5d33c46761a…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sun Feb 24 17:17:03 2013 +0100
Implement predictive monitoring
---
checks/cpu | 58 ++++++--
modules/check_mk.py | 13 +-
modules/check_mk_base.py | 4 +
modules/prediction.py | 239 +++++++++++++++++++++++++++++----
pnp-templates/check_mk-cpu.loads.php | 54 ++++++--
web/htdocs/check_mk.css | 9 +-
web/htdocs/images/icon_prediction.png | Bin 0 -> 2935 bytes
web/htdocs/js/prediction.js | 54 ++++++++
web/htdocs/prediction.css | 32 +++++
web/htdocs/prediction.py | 66 +++++++++
web/htdocs/valuespec.py | 24 +++-
web/plugins/icons/builtin.py | 30 ++++
web/plugins/pages/shipped.py | 2 +
web/plugins/wato/check_parameters.py | 108 ++++++++++++++-
14 files changed, 622 insertions(+), 71 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=7ea5d33c46…