Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 0f6d8f0a0414ceb7d968e706ca2bbf36 > files > 1735

shinken-1.4-1.fc18.noarch.rpm

define command {
    command_name    check_tomcat_heap_used 
    command_line    $PLUGINSDIR$/check_jmx4perl --url http://$HOSTNAME$:$TOMCATPORT$/$JOLOKIAPATH$ --name heap_memory_used --mbean java.lang:type=Memory --attribute HeapMemoryUsage --path used 
}

define command {
    command_name    check_tomcat_non_heap_used 
    command_line    $PLUGINSDIR$/check_jmx4perl --url http://$HOSTNAME$:$TOMCATPORT$/$JOLOKIAPATH$ --name non_heap_memory_used --mbean java.lang:type=Memory --attribute NonHeapMemoryUsage --path used 
}