[GH-ISSUE #13] Display system information collected by the script without running the migration #9

Closed
opened 2026-02-26 17:46:05 +03:00 by kerem · 2 comments
Owner

Originally created by @deniskonovalov64 on GitHub (Mar 5, 2023).
Original GitHub issue: https://github.com/cvk98/Proxmox-load-balancer/issues/13

Hello, sorry for the stupid question, my python skills are very low. How can I make the script output the information it has collected for viewing without running migration?

Originally created by @deniskonovalov64 on GitHub (Mar 5, 2023). Original GitHub issue: https://github.com/cvk98/Proxmox-load-balancer/issues/13 Hello, sorry for the stupid question, my python skills are very low. How can I make the script output the information it has collected for viewing without running migration?
kerem closed this issue 2026-02-26 17:46:06 +03:00
Author
Owner

@cvk98 commented on GitHub (Mar 6, 2023):

Hello.
In line 387, a migration task is being performed. (job = requests.post(url, cookies=payload, headers=header, data=options, verify=False)). Instead, you can write print('necessary information'). But most likely after that, the further work of the script will be interrupted with an exception.

<!-- gh-comment-id:1455674334 --> @cvk98 commented on GitHub (Mar 6, 2023): Hello. In line 387, a migration task is being performed. (job = requests.post(url, cookies=payload, headers=header, data=options, verify=False)). Instead, you can write print('necessary information'). But most likely after that, the further work of the script will be interrupted with an exception.
Author
Owner

@deniskonovalov64 commented on GitHub (Mar 6, 2023):

I understand, thanks for the help.

<!-- gh-comment-id:1455932006 --> @deniskonovalov64 commented on GitHub (Mar 6, 2023): I understand, thanks for the help.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxmox-load-balancer#9
No description provided.