naparuba / check-linux-by-ssh

Shinken checks designed to be run without installing something on the distant linux (aside ssh keys of course!)
MIT License
43 stars 48 forks source link

Simplified and enhanced MDADM check. #46

Closed benmoran56 closed 7 years ago

benmoran56 commented 8 years ago

This is much cleaner now, and should be a bit faster as well because of removed extra exec_command calls. RAID sync perf data was added.

In addition, behavior has changed slightly. If an array is degraded but currently rebuilding, it returns WARNING. If it's degraded but not rebuilding, it returns CRITICAL. Previously, it would only return CRITICAL in both of these cases.

naparuba commented 7 years ago

Thanks :+1: