THIS KNOWLEDGE BASE HAS BEEN ARCHIVED AND IS NO LONGER BEING UPDATED
Please visit library.nagios.com/docs for the latest and most up-to-date documentation.
Home » Categories » Multiple Categories

VMWare checks timing out or slow

Issue:

If your VMWare checks experience timeouts or are unusually slow, you may be running out of available entropy (available random numbers) on the XI server. These random numbers are necessary for the VMWare Perl SDK to function properly/quickly. Random number generation is expensive in terms of CPU cost, so you can see delays until there are enough random numbers to fulfill the random number request.

You can validate if you are running out of entropy by running the below command when you are experiencing slowness with the check_vmware_api.pl plugin or any other plugin that uses the VMWare Perl SDK:
NOTE: You may need to run it multiple times to catch the issue but the number should not be close to zero.

cat /proc/sys/kernel/random/entropy_avail

If it is close to zero you are likely running out of entropy and you'll need to install a service to fix the system (see below):

NOTE: If you get any errors related to not having a hardware RNG device, you'll need to look at adding a hardware random number generator to the system before rng-tools will work properly:

Feb 10 17:15:04 xxxxx rng-tools[22520]: Starting Hardware RNG entropy gatherer daemon: (Hardware RNG device inode not found)
Feb 10 17:15:04 xxxxx rng-tools[22520]: /etc/init.d/rng-tools: Cannot find a hardware RNG device to use.

Potential Solution:

Run the below commands to solve the available entropy issue:

Currently supported versions of the Enterprise Linux (CentOS/RHEL/Oracle):

sudo yum install rng-tools
sudo systemctl enable rngd
sudo systemctl start rngd

Debian/Ubuntu:

sudo apt install rng-tools
sudo systemctl enable rng-tools
sudo systemctl start rng-tools

After running these commands, run the entropy test again to see if the issue is resolved.



Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.

Get 60% Off Nagios Log Server!

Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!

0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios XI - Upgrade errors - root.crontab.orig: cannot overwrite existing file
Viewed 5454 times since Tue, Jan 26, 2016
Nagios XI - Empty Screen for Wizard, Component, Dashlet
Viewed 9144 times since Wed, Jan 27, 2016
Upgrading to NDO 3 after having been downgraded in newer versions of Nagios XI
Viewed 5102 times since Fri, Jan 15, 2021
Nagios XI - HTTP 500 Error / PHP Parse error - Unexpected $end
Viewed 8754 times since Mon, Jan 25, 2016
Nagios XI - Event Data Is Stale
Viewed 6789 times since Wed, Jan 27, 2016
Nagios XI - How To Test Check Commands From The Command-line
Viewed 53254 times since Tue, Jan 26, 2016
Nagios XI - Can’t Log Into The Web Interface
Viewed 66967 times since Tue, Jan 27, 2015
SNMP traps are now showing UNKNOWN for the sender IP
Viewed 5627 times since Tue, Jan 19, 2021
Disabling Port 113 IDENT Requests
Viewed 7034 times since Tue, Mar 12, 2019
OpenSSL causes issue with check_nrpe plugin with NSClient++
Viewed 12768 times since Fri, Apr 30, 2021