Linux CPU and Hardware Statistic with Graphs
-
anguri.sudhakar
- Posts: 22
- Joined: Tue Dec 01, 2015 6:00 am
Linux CPU and Hardware Statistic with Graphs
Hi,
Please let me know which plugin will give all the statistics and perform graphs of Linux machine.
At present i am using below link.
https://exchange.nagios.org/directory/P ... sh/details
But Graphs are not looking good.
Could you please help me out in this.
Thanks,
Sudhakar Anguri
Please let me know which plugin will give all the statistics and perform graphs of Linux machine.
At present i am using below link.
https://exchange.nagios.org/directory/P ... sh/details
But Graphs are not looking good.
Could you please help me out in this.
Thanks,
Sudhakar Anguri
Re: Linux CPU and Hardware Statistic with Graphs
Can you show us what you mean by the graphs not looking good? As this is all data, I don't think changing the plugin will change the graph.
Former Nagios Employee
-
anguri.sudhakar
- Posts: 22
- Joined: Tue Dec 01, 2015 6:00 am
Re: Linux CPU and Hardware Statistic with Graphs
Hi ,
i am here attaching JMX heap Memory, i have take from graph explorer in multi stacked perform graph .
my question is in Y-axis the values are showing 100000000000,2000000000....etc so how can i calculate the values..?
is there any way for change the graph values..?
Thanks,
Sudhakar Anguri.
i am here attaching JMX heap Memory, i have take from graph explorer in multi stacked perform graph .
my question is in Y-axis the values are showing 100000000000,2000000000....etc so how can i calculate the values..?
is there any way for change the graph values..?
Thanks,
Sudhakar Anguri.
You do not have the required permissions to view the files attached to this post.
Re: Linux CPU and Hardware Statistic with Graphs
The value is returned in the perfdata from the check, which is started by a |. Here's an example -
The perfdata here is time=0.067589s;;;0.000000 size=559B;;;0. You should be able to modify the plugin to report differently.
Code: Select all
[root@suse11 libexec]# ./check_http -H google.com
HTTP OK: HTTP/1.1 301 Moved Permanently - 559 bytes in 0.068 second response time |time=0.067589s;;;0.000000 size=559B;;;0
Former Nagios Employee
-
anguri.sudhakar
- Posts: 22
- Joined: Tue Dec 01, 2015 6:00 am
Re: Linux CPU and Hardware Statistic with Graphs
Hi ,
Thanks for your input i will try and let know the changes.
one more doubt.
"when i am trying to clone the existing service with different host address ,The host name is changed successfully but problem is in the service the command showing same existing host address ."
is there any way to change automatically.?
below command i add in commands option.
$USER1$/check_jmx -U service:jmx:rmi:///jndi/rmi://10.221.5.88:5554/jmxrmi -O java.lang:type=Memory -A HeapMemoryUsage -K used -I HeapMemoryUsage -J used -vvvv -w
Thanks,
Sudhakar Anguri.
Thanks for your input i will try and let know the changes.
one more doubt.
"when i am trying to clone the existing service with different host address ,The host name is changed successfully but problem is in the service the command showing same existing host address ."
is there any way to change automatically.?
below command i add in commands option.
$USER1$/check_jmx -U service:jmx:rmi:///jndi/rmi://10.221.5.88:5554/jmxrmi -O java.lang:type=Memory -A HeapMemoryUsage -K used -I HeapMemoryUsage -J used -vvvv -w
Thanks,
Sudhakar Anguri.
Re: Linux CPU and Hardware Statistic with Graphs
It looks like your command has an IP built in to it - 10.221.5.88. Should this be changing per host? If so, change 10.221.5.88 to $HOSTADDRESS$.
Former Nagios Employee
-
anguri.sudhakar
- Posts: 22
- Joined: Tue Dec 01, 2015 6:00 am
Re: Linux CPU and Hardware Statistic with Graphs
Hi
Could please suggest me which documentation will provide Jmx commands. what i mean to say is
The plug-ins is to ensure scaling parameters is correct , with details description also need.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Thanks,
Sudhakar Anguri.
Could please suggest me which documentation will provide Jmx commands. what i mean to say is
The plug-ins is to ensure scaling parameters is correct , with details description also need.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Thanks,
Sudhakar Anguri.
Re: Linux CPU and Hardware Statistic with Graphs
What issues are you experiencing with the plugin you linked to in the document?
http://exchange.nagios.org/directory/Pl ... mx/details
http://exchange.nagios.org/directory/Pl ... mx/details
Former Nagios Employee
-
anguri.sudhakar
- Posts: 22
- Joined: Tue Dec 01, 2015 6:00 am
Re: Linux CPU and Hardware Statistic with Graphs
Hi,
i am attaching screen shot salable graph of Jmx heap memory,Here Y-aixs values are showing correct format.
while i am trying to open same JMX heap memory in multi-stacked graph in y-axis values are showing very big values like 200000000,300000000....early i mention .
Please find the below two screen shots .
i am attaching screen shot salable graph of Jmx heap memory,Here Y-aixs values are showing correct format.
while i am trying to open same JMX heap memory in multi-stacked graph in y-axis values are showing very big values like 200000000,300000000....early i mention .
Please find the below two screen shots .
You do not have the required permissions to view the files attached to this post.
Re: Linux CPU and Hardware Statistic with Graphs
I apologize for the confusion but are you just trying to get the multistacked graph to show small numbers like in your second screenshot?