-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in main loop: invalid literal for int() with base 10: '' #9
Comments
TY to share this, I will fix it asap! |
Thanks a lot. Looking forward to testing it. |
can I ask you your polling value? |
My Polling Value is 600. One Correction to my first Post: |
when I run ● lxcfs.service - FUSE filesystem for LXC Okt 16 17:33:55 blackbox lxcfs[7817]: - proc_meminfo I‘m Not sure if that is helping, or if it is an entirely different issue that ha nothing to do with your Software. |
i will try this route to fix it..
gimme some time more to achieve it :) |
Thank you. Take all the time you need. I wish I could help you, but my knowledge of python is limited to installing the required Packages. |
After installing using the installer
curl -sSL https://raw.githubusercontent.com/fabriziosalmi/proxmox-lxc-autoscale/main/install.sh | bash
then configuring it by using
curl -sSL https://raw.githubusercontent.com/fabriziosalmi/proxmox-lxc-autoscale/main/lxc_autoscale/lxc_autoscale_autoconf.sh | bash
systemctl status lxc_autoscale.service
reports the following error:
● lxc_autoscale.service - LXC AutoScale Daemon
Loaded: loaded (/etc/systemd/system/lxc_autoscale.service; enabled; preset: enabled)
Active: active (running) since Sat 2024-10-12 18:32:02 CEST; 4min 52s ago
Docs: https://github.com/fabriziosalmi/proxmox-lxc-autoscale
Main PID: 15839 (python3)
Tasks: 1 (limit: 76769)
Memory: 42.2M
CPU: 15.851s
CGroup: /system.slice/lxc_autoscale.service
└─15839 /usr/bin/python3 /usr/local/bin/lxc_autoscale/lxc_autoscale.py
Okt 12 18:32:04 blackbox python3[15839]: 2024-10-12 18:32:04 - CPU usage for container 101 using Load Average Method: 100.0%
Okt 12 18:32:04 blackbox python3[15839]: 2024-10-12 18:32:04 - CPU usage for container 254 using Load Average Method: 100.0%
Okt 12 18:32:04 blackbox python3[15839]: 2024-10-12 18:32:04 - CPU usage for container 249 using Load Average Method: 100.0%
Okt 12 18:32:04 blackbox python3[15839]: 2024-10-12 18:32:04 - CPU usage for container 111 using Load Average Method: 100.0%
Okt 12 18:32:04 blackbox python3[15839]: 2024-10-12 18:32:04 - CPU usage for container 108 using Load Average Method: 100.0%
Okt 12 18:32:04 blackbox python3[15839]: 2024-10-12 18:32:04 - CPU usage for container 244 using Load Average Method: 70.0%
Okt 12 18:32:04 blackbox python3[15839]: 2024-10-12 18:32:04 - CPU usage for container 100 using Load Average Method: 93.33%
Okt 12 18:32:05 blackbox python3[15839]: 2024-10-12 18:32:05 - Starting resource allocation process...
Okt 12 18:32:05 blackbox python3[15839]: 2024-10-12 18:32:05 - Ignoring LXC Containers: set()
Okt 12 18:32:05 blackbox python3[15839]: 2024-10-12 18:32:05 - Error in main loop: invalid literal for int() with base 10: ''
To Reproduce
Reboot Node
systemctl status lxc_autoscale.service
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: