Page 1 of 1

Ubuntu CPU Stats issue

Posted: Thu Dec 13, 2012 2:16 pm
by benningtonr
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.

Re: Ubuntu CPU Stats issue

Posted: Thu Dec 13, 2012 2:35 pm
by lmiltchev
iostat should be part of the sysstat package. Run the following command on your Ubuntu machine:

Code: Select all

sudo apt-get install sysstat

Re: Ubuntu CPU Stats issue

Posted: Wed Dec 19, 2012 12:00 pm
by benningtonr
fixed