/susecloud-repocheck

SUSECloud Update Infrastructure Check for Azure, AWS, and GCP

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

susecloud-repocheck

SUSECloud Update Infrastructure Check for Azure, AWS, GCP PAYG/On-demand Instances

To autofix, report, and collect debugdata

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.py

Then run:
python3 sc-repocheck.py -r -i <INTERVAL>
e.g. to check every 30 seconds: python3 sc-repocheck.py -r -i 30