Releases: cdsl-research/ecoman
Releases · cdsl-research/ecoman
v2.2.3
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
Full Changelog: v2.2.2...v2.2.3
v2.2.2
v2.2.1
v2.2.0
New Feature: VM Summary per ESXi Node
Numbering VM
What's Changed
- Fixes by autopep8 action by @github-actions in #15
- add autopep8 actions by @tomoyk in #14
- Fixed triggered event: Image Build by @tomoyk in #16
- code format by @tomoyk in #17
- Fixes by format action by @github-actions in #18
- Fixes by format action by @github-actions in #20
- update commit tag by @tomoyk in #19
- Fixes by format action by @github-actions in #22
- Add features by @tomoyk in #23
New Contributors
- @github-actions made their first contribution in #15
Full Changelog: v2.1.0...v2.1.1