Host State report empty

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
sacom01
Posts: 194
Joined: Wed Dec 23, 2020 10:15 pm

Re: Host State report empty

Post by sacom01 »

some errors found. pls find attach file.
thank you
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Host State report empty

Post 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?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Host State report empty

Post by ssax »

I updated the previous post.
sacom01
Posts: 194
Joined: Wed Dec 23, 2020 10:15 pm

Re: Host State report empty

Post 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
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Host State report empty

Post 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.
sacom01
Posts: 194
Joined: Wed Dec 23, 2020 10:15 pm

Re: Host State report empty

Post by sacom01 »

pls check ib
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Host State report empty

Post by ssax »

Try this:

Code: Select all

pip install numpy
systemctl restart httpd
sacom01
Posts: 194
Joined: Wed Dec 23, 2020 10:15 pm

Re: Host State report empty

Post by sacom01 »

hi ssax,
Numpy already exist in our system.
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Host State report empty

Post by ssax »

If you are still getting the numpy errors in the F12 console, run those commands to install the python package through pip.
sacom01
Posts: 194
Joined: Wed Dec 23, 2020 10:15 pm

Re: Host State report empty

Post by sacom01 »

it's ok now after i installed few packages.
thanks for your support.
Locked