Skip to content

v2.2.3

Latest
Compare
Choose a tag to compare
@tomoyk tomoyk released this 23 Jun 07:37
· 17 commits to master since this release
6cb471b

Update

(.venv) koyama@koyama-main:~/ecoman/crawler$ HOSTS_PATH=../hosts.yml python main.py
2022-06-23 02:27:49,767          Starting crawler loop
2022-06-23 02:27:49,767          Crawl interval =60[sec]
2022-06-23 02:27:49,767          ++++++ Start crawling ++++++
2022-06-23 02:27:49,804          +++ Connect to mint +++
2022-06-23 02:27:49,816          Connected (version 2.0, client OpenSSH_7.9)
2022-06-23 02:27:50,173          Authentication (publickey) successful!
2022-06-23 02:27:50,173          ++++++ Start get_vms_list ++++++
2022-06-23 02:27:52,157          +++ Connect to jasmine +++
2022-06-23 02:27:52,171          Connected (version 2.0, client OpenSSH_8.3)
2022-06-23 02:27:52,530          Authentication (publickey) successful!
2022-06-23 02:27:52,530          ++++++ Start get_vms_list ++++++
2022-06-23 02:27:58,977          +++ Connect to rose +++
2022-06-23 02:27:58,992          Connected (version 2.0, client OpenSSH_8.1)
2022-06-23 02:27:59,359          Authentication (publickey) successful!
2022-06-23 02:27:59,360          ++++++ Start get_vms_list ++++++
2022-06-23 02:28:04,464          +++ Connect to lotus +++
2022-06-23 02:28:04,476          Connected (version 2.0, client OpenSSH_8.6)
2022-06-23 02:28:04,851          Authentication (publickey) successful!
2022-06-23 02:28:04,851          ++++++ Start get_vms_list ++++++
2022-06-23 02:28:15,009          +++ Connect to violet +++
2022-06-23 02:28:15,019          Connected (version 2.0, client OpenSSH_8.1)
2022-06-23 02:28:15,273          Authentication (publickey) successful!
2022-06-23 02:28:15,273          ++++++ Start get_vms_list ++++++
2022-06-23 02:28:15,502          stderr: Skipping invalid VM '7'

2022-06-23 02:28:21,468          +++ Connect to iris +++
2022-06-23 02:28:21,481          Connected (version 2.0, client OpenSSH_8.3)
2022-06-23 02:28:21,845          Authentication (publickey) successful!
2022-06-23 02:28:21,845          ++++++ Start get_vms_list ++++++
2022-06-23 02:28:28,003          Waiting for next crawl: 38.2358193397522 [sec]

What's Changed

  • Fixes by format action by @github-actions in #28
  • Tomoyk/update logging on crawler by @tomoyk in #29

Full Changelog: v2.2.2...v2.2.3