Skip to content
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

Nothing under Host/Dashboard Tab #175

Open
RhymeInspectah opened this issue Jun 17, 2020 · 1 comment
Open

Nothing under Host/Dashboard Tab #175

RhymeInspectah opened this issue Jun 17, 2020 · 1 comment

Comments

@RhymeInspectah
Copy link

Compilation and install of gingerbase and ginger plugins went well, I think. But I've nothing under host/dashboard tab in wokd interface. Under the host/upgrade tab there are upgrades. However, under wok/settings/plugins management tab there are kimchi, gingerbase and ginger active.
In CLI after wokd launching I've lot of python errors:

rc: 3 error: Redirecting to /bin/systemctl status nginx.service
returned from cmd: service nginx status
Redirecting to /bin/systemctl start nginx.service
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib64/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/site-packages/cherrypy/process/plugins.py", line 517, in run
Exception in thread Thread-4:
self.function(*self.args, **self.kwargs)
File "/usr/lib/python3.8/site-packages/wok/plugins/gingerbase/model/host.py", line 433, in update_host_stats
Traceback (most recent call last):
File "/usr/lib64/python3.8/threading.py", line 932, in _bootstrap_inner
self._get_host_disk_io_rate(seconds)
File "/usr/lib/python3.8/site-packages/wok/plugins/gingerbase/model/host.py", line 474, in _get_host_disk_io_rate
self.run()
disk_io = psutil.disk_io_counters(False)
File "/usr/lib/python3.8/site-packages/cherrypy/process/plugins.py", line 517, in run
File "/usr/lib64/python3.8/site-packages/psutil/init.py", line 2168, in di sk_io_counters
rawdict = _psplatform.disk_io_counters(**kwargs)
File "/usr/lib64/python3.8/site-packages/psutil/_pslinux.py", line 1125, in di sk_io_counters
self.function(*self.args, **self.kwargs)
File "/usr/lib/python3.8/site-packages/wok/plugins/gingerbase/model/host.py", line 433, in update_host_stats
for entry in gen:
File "/usr/lib64/python3.8/site-packages/psutil/_pslinux.py", line 1098, in re ad_procfs
raise ValueError("not sure how to interpret line %r" % line)
ValueError: not sure how to interpret line ' 8 0 sda 277 207 7675 1311 3 4 0 176 873 0 226 2066 0 0 0 0 56 865\n'
self._get_host_disk_io_rate(seconds)
File "/usr/lib/python3.8/site-packages/wok/plugins/gingerbase/model/host.py", line 474, in _get_host_disk_io_rate
disk_io = psutil.disk_io_counters(False)
File "/usr/lib64/python3.8/site-packages/psutil/init.py", line 2168, in di sk_io_counters
rawdict = _psplatform.disk_io_counters(**kwargs)
File "/usr/lib64/python3.8/site-packages/psutil/_pslinux.py", line 1125, in di sk_io_counters
for entry in gen:
File "/usr/lib64/python3.8/site-packages/psutil/_pslinux.py", line 1098, in re ad_procfs
raise ValueError("not sure how to interpret line %r" % line)
ValueError: not sure how to interpret line ' 8 0 sda 277 207 7675 1311 3 4 0 176 873 0 226 2066 0 0 0 0 56 865\n'
libvirt: Domain Config erreur : metadata not found: Requested metadata element i s not present
libvirt: Domain Config erreur : metadata not found: Requested metadata element i s not present

Any Idea ? Is it due to python 3.8 ? May I shoud downgrade python ?
Thanks.
Regards

@RhymeInspectah
Copy link
Author

I've upgraded psutil. Now no errors after wokd launch in CLI but still nothing under host / dashboard tab in wok web UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant