Hi Team,
We want to understand how to read the graph for CPU Load in Nagios. I can see some "m%" value in graph which I am unable to read.
Can you please help us on the same?
graph reading
-
- Posts: 246
- Joined: Fri Jul 03, 2020 4:18 am
graph reading
You do not have the required permissions to view the files attached to this post.
-
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: graph reading
Hi kalyanpabolu,
I'd like to take a look at the plugin you are using. Can you post this to the thread? In most cases, they return the 1, 5, and 15-minute load averages on the system. For example,
If you need assistance in finding the specific plugin command, the following guide is helpful. Thanks, Benjamin
Nagios XI - How To Test Check Commands From The Command-line
I'd like to take a look at the plugin you are using. Can you post this to the thread? In most cases, they return the 1, 5, and 15-minute load averages on the system. For example,
Code: Select all
[root@localhost libexec]# ./check_load -r -w 0.15,0.10,0.05 -c 0.30,0.25,0.20
CRITICAL - load average: 1.17, 0.92, 0.77|load1=1.170;0.150;0.300;0; load5=0.920;0.100;0.250;0; load15=0.770;0.050;0.200
Nagios XI - How To Test Check Commands From The Command-line
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
- Posts: 246
- Joined: Fri Jul 03, 2020 4:18 am
Re: graph reading
Hello ,
The command is working fine and its giving valid output.
We just want to understand how to read the graph.
The command is working fine and its giving valid output.
We just want to understand how to read the graph.
-
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: graph reading
HI @kalyanpabolu,
I'd like to see which plugin you are using, and then I can review the code and provide more information on the graph output.
Thanks,
Benjamin
I'd like to see which plugin you are using, and then I can review the code and provide more information on the graph output.
Thanks,
Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
- Posts: 246
- Joined: Fri Jul 03, 2020 4:18 am
Re: graph reading
Hello,
PFA.
PFA.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: graph reading
Hello kalyanpabolu,
Thanks for the file. It's binary but it looks like that is our check_load plugin. Please run the check command directly from the CLI and post the output?
Nagios XI - How To Test Check Commands From The Command-line
In the first screenshot posted, there is a custom timeframe shown, where in the Nagios XI interface you pulling the chart, some elements there do not match my test system. In the status details page, there is not the option to select a custom time period.
Please enable Highcharts by going to Admin > System Config > System Settings > Theme & Display as highcharts does not use the same graph templates and post a screenshot of the results. There could be an error in the current template. Thanks,
Benjamin
Thanks for the file. It's binary but it looks like that is our check_load plugin. Please run the check command directly from the CLI and post the output?
Nagios XI - How To Test Check Commands From The Command-line
In the first screenshot posted, there is a custom timeframe shown, where in the Nagios XI interface you pulling the chart, some elements there do not match my test system. In the status details page, there is not the option to select a custom time period.
Please enable Highcharts by going to Admin > System Config > System Settings > Theme & Display as highcharts does not use the same graph templates and post a screenshot of the results. There could be an error in the current template. Thanks,
Benjamin
You do not have the required permissions to view the files attached to this post.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!