getting the following when checking CPU status on an Ubuntu machine.
check_nrpe!check_cpu_stats!-a '-w 85 -c 95'
UNKNOWN: iostat not found or is not executable by the nagios user.
All other checks are working fine.
Ubuntu CPU Stats issue
Re: Ubuntu CPU Stats issue
iostat should be part of the sysstat package. Run the following command on your Ubuntu machine:
Code: Select all
sudo apt-get install sysstatBe sure to check out our Knowledgebase for helpful articles and solutions!