I can't find this common.cfg on the Nagios server. Also like I said before the Nagios server is 2.12 and nrpe on the remote Linux server is 2.14. Is there some way to upgrade this? Is common.cfg something that is installed when installing the nrpe agent?
Common.cfg is not actually called by anything explicitly. It is an example file that you can copy commands out of into your own nrpe.cfg if the plugins shown in the command exist. NRPE will be updated on the nagios server when it is pushed out in one of our update scripts. NRPE 2.14 is fairly recent and we only allow changes like this to pass down to customers once they are thoroughly tested.
Ok I'm going forward to what I want:
I copied the following scripts from the remote Linux server to the Nagios server and made a command for them to run locally:
check_cpu_stats.sh
check_open_files.pl
Now I get some results similar to our other monitored Linux servers.
Can someone explain me the difference between the load and the cpu stats on a Linux monitored server?