Module: check_mk
Branch: master
Commit: e08b11d11bdf6619d7c4a0dc8aa7071fa03abaff
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e08b11d11bdf66…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Wed Apr 2 11:38:03 2014 +0200
drbd: Roles and diskstates are now configurable via WATO
You can now configure the result for each role scenario as well as set specific states
for each diskstate or completely disable the evaluation for roles and diskstates.
For example:<br><br>
Roles:<br>
Secondary/Secondary -> CRIT<br><br>
Diskstates:<br>
Secondary/Inconsistent -> CRIT<br>
Primary/Attaching -> WARN<br>
---
.werks/745 | 17 +++++++
ChangeLog | 1 +
checkman/drbd | 19 ++++++--
checks/drbd | 87 +++++++++++++++++++++++++++++-----
web/plugins/wato/check_parameters.py | 85 +++++++++++++++++++++++++++++++++
5 files changed, 194 insertions(+), 15 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=e08b11d11b…