Ubuntu CPU Stats issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Ubuntu CPU Stats issue

Post 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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Ubuntu CPU Stats issue

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: Ubuntu CPU Stats issue

Post by benningtonr »

fixed
Locked