Check_jmx plugin problem

Emmanuel Chanteloup manuchanteloup at gmail.com
Wed Apr 14 16:24:31 CEST 2010


Hi,

I am still stuck with my parse problem :

[nagios at myserver ~]$ /usr/local/nagios/libexec/check_nrpe -H localhost -c
check_jmx
JMX UNKNOWN java.lang.NumberFormatException connecting to
java.lang:type=Memory by URL
service:jmx:rmi:///jndi/rmi://localhost:8999/jmxrmiorg.nagios.ParseError:
java.lang.NumberFormatException
   at org.nagios.JMXQuery.parse(JMXQuery.java:250)
   at org.nagios.JMXQuery.main(JMXQuery.java:74)
Caused by: java.lang.NumberFormatException
   at java.lang.Long.parseLong(libgcj.so.7rh)
   at java.lang.Long.parseLong(libgcj.so.7rh)
   at org.nagios.JMXQuery.parse(JMXQuery.java:240)

tried with :

command[check_jmx]=/usr/local/nagios/libexec/check_jmx -U
"service:jmx:rmi:///jndi/rmi://localhost:8999/jmxrmi" -O
"java.lang:type=Memory" -A "\HeapMemoryUsage" -K "\used"  -I
"\HeapMemoryUsage" -J "\used" -vvvv -w "\800000000" -c "\1500000000"

I guess the problem is around the jmxrmiorg.nagios

If you have any idea for a syntax ...

Thanks,

Emmanuel

2010/4/13 Natxo Asenjo <natxo.asenjo at gmail.com>

> On Tue, Apr 13, 2010 at 9:34 AM, Emmanuel Chanteloup
> <manuchanteloup at gmail.com> wrote:
> > command[check_jmx]=/usr/local/nagios/libexec/check_jmx -U
> > service:jmx:rmi:///jndi/rmi://localhost:8999/jmxrmi -O
> java.lang:type=Memory
> > -A HeapMemoryUsage -K used -I HeapMemoryUsage -J used -vvvv -w 800000000
> -c
> > 1500000000
>
> ok, try this:
>
> command[check_jmx]="/usr/local/nagios/libexec/check_jmx -U
> service:jmx:rmi:///jndi/rmi://localhost:8999/jmxrmi -O
> java.lang:type=Memory
>  -A HeapMemoryUsage -K used -I HeapMemoryUsage -J used -vvvv -w 800000000
> -c
>  1500000000"
>
> that is, with inverted commas. If it doesn't work, try escaping the
> uris like this:
>
> service:jmx:rmi:\/\/\/jndi/rmi:/\/\localhost:8999\/jmxrmi
>
> You may also try the developers list, maybe they can help you further.
> Hope this helps
>
> --
> natxo
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20100414/17d13664/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


More information about the Users mailing list