Hi Team,
Can you explain me what exactly the Check_load will monitor and also confirm does this monitor CPU Utilization, Memory Utilization & IO wait.
Nagios Core Check_Load Concern
Re: Nagios Core Check_Load Concern
Here is the man page for check_load:
https://nagios-plugins.org/doc/man/check_load.html
It leverages the glibc extensions, specifically the getloadavg function, under gnulib:
https://www.gnu.org/software/libc/manua ... urces.html
https://www.howtogeek.com/194642/unders ... e-systems/
https://nagios-plugins.org/doc/man/check_load.html
It leverages the glibc extensions, specifically the getloadavg function, under gnulib:
https://www.gnu.org/software/libc/manua ... urces.html
TL;DR it's all in terms of CPU usage specifically. Here's an article that explains this a bit better:This function gets the 1, 5 and 15 minute load averages of the system. The values are placed in loadavg. getloadavg will place at most nelem elements into the array but never more than three elements. The return value is the number of elements written to loadavg, or -1 on error.
https://www.howtogeek.com/194642/unders ... e-systems/
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Nagios Core Check_Load Concern
still i am not haveing a clarity that check_load checks only the cpu load or it checks IO waits disk utilization memory utilization and cpu utilization
-
bolson
Re: Nagios Core Check_Load Concern
Hello vnoc,
The check_load plugin checks only the CPU load. May we close this topic?
The check_load plugin checks only the CPU load. May we close this topic?