Page 2 of 3
Re: Host State report empty
Posted: Sun Oct 24, 2021 10:05 pm
by sacom01
some errors found. pls find attach file.
thank you
Re: Host State report empty
Posted: Mon Oct 25, 2021 12:48 pm
by ssax
This is why:
Code: Select all
ModuleNotFoundError: No module named 'numpy'
This should resolve it:
Code: Select all
yum install numpy
systemctl restart httpd
EDIT: Then test it again, if it still doesn't work, do you get the same errors in the F12 console or different ones?
Re: Host State report empty
Posted: Mon Oct 25, 2021 12:53 pm
by ssax
I updated the previous post.
Re: Host State report empty
Posted: Thu Oct 28, 2021 1:16 am
by sacom01
"Package 1:numpy-1.7.1-13.el7.x86_64 already installed and latest version"
another chart getting error when F12 but seem do not same with the old one, but able to show chart
Re: Host State report empty
Posted: Thu Oct 28, 2021 2:47 pm
by ssax
Run this again and replicate it again, is it still showing that same errors when you load both of those tabs? (PM me the output)
Code: Select all
tail -Fn0 /var/log/httpd/*error_log
These are both likely related as they say capacityplanning in the errors.
Re: Host State report empty
Posted: Thu Oct 28, 2021 8:20 pm
by sacom01
pls check ib
Re: Host State report empty
Posted: Fri Oct 29, 2021 3:21 pm
by ssax
Try this:
Code: Select all
pip install numpy
systemctl restart httpd
Re: Host State report empty
Posted: Sun Oct 31, 2021 8:51 pm
by sacom01
hi ssax,
Numpy already exist in our system.
Re: Host State report empty
Posted: Mon Nov 01, 2021 9:21 am
by ssax
If you are still getting the numpy errors in the F12 console, run those commands to install the python package through pip.
Re: Host State report empty
Posted: Mon Nov 01, 2021 10:41 pm
by sacom01
it's ok now after i installed few packages.
thanks for your support.