decrease connection timeout for check_mk
re-inventory takes a long time using "check_mk -II" when multiple hosts are down. we should decrease the connect timeout to 5s like this:
ssh -o ConnectTimeout=5 root@HOST cmd
(from redmine: created on 2016-01-15, closed on 2016-06-02)