Module: check_mk
Branch: master
Commit: d5ab5b406691d0c3c442f3e0334537555c2b5ceb
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=d5ab5b406691d0…
Author: Bernd Stroessenreuther <bs(a)mathias-kettner.de>
Date: Fri Nov 29 14:17:00 2013 +0100
brocade_mlx: single checks now instead of sub checks
Checks for Brocade MLX devices are now split into single checks. Up to now
they had been realized as sub checks.
This step improves performance and maintainability.
---
.werks/84 | 10 ++
ChangeLog | 1 +
checkman/{brocade_mlx.fan => brocade_mlx_fan} | 0
checkman/{brocade_mlx.power => brocade_mlx_power} | 0
.../{brocade_mlx.temperature => brocade_mlx_temp} | 0
checks/brocade_mlx | 142 ++------------------
checks/brocade_mlx_fan | 66 +++++++++
checks/brocade_mlx_power | 66 +++++++++
checks/brocade_mlx_temp | 101 ++++++++++++++
...mperature.php => check_mk-brocade_mlx_temp.php} | 0
10 files changed, 252 insertions(+), 134 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=d5ab5b4066…