Skip Menu |

This queue is for tickets about the jmx4perl CPAN distribution.

Report information
The Basics
Id: 65441
Status: resolved
Priority: 0/
Queue: jmx4perl

People
Owner: Nobody in particular
Requestors: colin.hines [...] convertglobal.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.75
Fixed in: (no value)



Subject: This connector rocks, thanks mucho! (typo in doc @ http://search.cpan.org/~roland/jmx4perl/scripts/check_jmx4perl)
Date: Thu, 3 Feb 2011 23:57:14 -0500
To: bug-jmx4perl [...] rt.cpan.org
From: Colin Hines <colin.hines [...] convertglobal.com>
In the block below, java.lang.type=Memory/HeapMemoryUsage/max \ should be java.lang:type=Memory/HeapMemoryUsage/max \ Thanks again, this is really going to help me monitor hadoop and tomcat. I'm grateful for your efforts. :) c define service { service_description j4p_localhost_memory host_name localhost check_command check_jmx4perl_relative \ !http://localhost:8080/j4p \ !java.lang:type=Memory \ !HeapMemoryUsage \ !used \ !java.lang.type=Memory/HeapMemoryUsage/max \ !--warning 80 --critical 90 }
Thanks again. I fixed the doc (however, forgot to put it into 0.75, so it will apear in 0.76). 

bye ...
... roland

On Thu Feb 03 23:57:23 2011, colin.hines@convertglobal.com wrote:
Show quoted text
> In the block below, java.lang.type=Memory/HeapMemoryUsage/max \ should
> be java.lang:type=Memory/HeapMemoryUsage/max
> \
>
> Thanks again, this is really going to help me monitor hadoop and tomcat. I'm
> grateful for your efforts. :)
>
> c
>
>
> define service {
> service_description j4p_localhost_memory
> host_name localhost
> check_command check_jmx4perl_relative \
> !java.lang:type=Memory \
> !HeapMemoryUsage \
> !used \
> !java.lang.type=Memory/HeapMemoryUsage/max \
> !--warning 80 --critical 90
> }