Hello
I have a really issue , i have a rizing on CPU on my linux server, the problem is when using procs module he gets me the number of process but i want to know the average of CPU with % so i used the check_load module but he only gets me the load average and not the CPU average of my system
i have used the check_load module with that configuration
the result is the number of process and not the % of CPU ,
Please does anyone have answer of that ? what should i do to get the % of CPU to define the warning and critical number
Thanks
Hi ,
I have used the same things writing as you told me but the script is not working on my case
PS: I appologies if you see this bumping as a rude thing it was only an urgent way because i had an overflow of CPU .
Cordially
Hello , I did what you’v told me but i always face this error even the perl nagio plugins are installed
Can't locate Monitoring/Plugin.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at ./check_cpu_usage line 41.
BEGIN failed--compilation aborted at ./check_cpu_usage line 41.
I use check_cpu_stats on my machines and set thresholds accordingly. There might be several versions around, not sure which source is the official upstream (if there’s any).
But here’s one version on Github: