https://github.com/suse/susecloud-repocheck
SUSECloud Update Infrastructure Check for Azure, AWS, and GCP
https://github.com/suse/susecloud-repocheck
Last synced: 5 months ago
JSON representation
SUSECloud Update Infrastructure Check for Azure, AWS, and GCP
- Host: GitHub
- URL: https://github.com/suse/susecloud-repocheck
- Owner: SUSE
- License: gpl-3.0
- Created: 2020-10-11T18:03:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T16:12:00.000Z (12 months ago)
- Last Synced: 2024-05-03T04:03:04.051Z (12 months ago)
- Language: Python
- Homepage:
- Size: 30.4 MB
- Stars: 20
- Watchers: 5
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# susecloud-repocheck
SUSECloud Update Infrastructure Check for Azure, AWS, GCP PAYG/On-demand Instances## To autofix, report, and collect debugdata
- If you have outbound https opened on the instance, from the instance, run:
python3 <(curl -sL https://raw.githubusercontent.com/SUSE/susecloud-repocheck/main/sc-repocheck.py)- Or download and transfer the script to the instance:
https://raw.githubusercontent.com/SUSE/susecloud-repocheck/main/sc-repocheck.py
Then run:
python3 sc-repocheck.py## To report realtime status while troubleshooting (e.g. while proxy administration is dynamically fixing configuration)
This option allows user to see repocheck report in realtime over a specific interval (default:10 seconds). This will run in a loop until user cancels so this would ideally be used while security rules are modified or appliances configured in realtime.
Download and transfer the script to the instance:
https://raw.githubusercontent.com/SUSE/susecloud-repocheck/main/sc-repocheck.pyThen run:
python3 sc-repocheck.py -r -i \
e.g. to check every 30 seconds: python3 sc-repocheck.py -r -i 30