quipucords / rho

A tool for scanning a network, logging into systems using SSH, and retrieving information about available Unix and Linux servers.
https://quipucords.github.io/rho/
GNU General Public License v2.0
5 stars 7 forks source link

Add 30 minute timeout to discovery scan to allow continued processing #551

Closed chambridge closed 6 years ago

chambridge commented 6 years ago

Specify type:

Description:

Add a timeout to the Discovery flow for 30 minutes per credential run. Catching the Timeout Exception does not lead to a failure, but kills the ansible process and allows us to proceed with processing the existing ping_log output.

If possible log what systems were skipped due to timeout.