Page 1 of 2

Linux CPU and Hardware Statistic with Graphs

Posted: Tue Feb 09, 2016 1:07 am
by anguri.sudhakar
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

Re: Linux CPU and Hardware Statistic with Graphs

Posted: Tue Feb 09, 2016 10:27 am
by rkennedy
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.

Re: Linux CPU and Hardware Statistic with Graphs

Posted: Wed Feb 17, 2016 1:07 am
by anguri.sudhakar
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.

Re: Linux CPU and Hardware Statistic with Graphs

Posted: Wed Feb 17, 2016 10:30 am
by rkennedy
The value is returned in the perfdata from the check, which is started by a |. Here's an example -

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
The perfdata here is time=0.067589s;;;0.000000 size=559B;;;0. You should be able to modify the plugin to report differently.

Re: Linux CPU and Hardware Statistic with Graphs

Posted: Thu Feb 18, 2016 5:25 am
by anguri.sudhakar
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.

Re: Linux CPU and Hardware Statistic with Graphs

Posted: Thu Feb 18, 2016 11:07 am
by rkennedy
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$.

Re: Linux CPU and Hardware Statistic with Graphs

Posted: Tue Feb 23, 2016 10:05 am
by anguri.sudhakar
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.

Re: Linux CPU and Hardware Statistic with Graphs

Posted: Tue Feb 23, 2016 2:56 pm
by rkennedy
What issues are you experiencing with the plugin you linked to in the document?

http://exchange.nagios.org/directory/Pl ... mx/details

Re: Linux CPU and Hardware Statistic with Graphs

Posted: Wed Feb 24, 2016 5:01 am
by anguri.sudhakar
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 .

Re: Linux CPU and Hardware Statistic with Graphs

Posted: Wed Feb 24, 2016 6:17 pm
by ssax
I apologize for the confusion but are you just trying to get the multistacked graph to show small numbers like in your second screenshot?