Home > Plugins > Java Applications and Servers

Java Applications and Servers

Nagios plugins for monitoring Java apps and application servers.

Showing 61-72 of 77 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
'check_jmx4perl' is a Nagios Plugin for accessing JMX attributes. It uses an agent based approach where the plugin accesses a special servlet deployed on the…
Call parameters: -j jmeter_path -p test_plant_path/test_plan -t timeout -w warning -c critical Example check command; define command{ command_name jmeter ; Check website response-time based on…
This script invokes an Apache JMeter (available from http://jakarta.apache.org/jmeter) test plan and parses the results, which are returned to Nagios per plugin API defined exit…
Forgive the documentation, if you have any questions email me (see readme.txt for address). Keep in mind I am not an MQ expert. I wrote…
**Preconditions**: Java>= 1.4 The plugin can be used in two different ways: If only host and port are given the plugin will only attempt to…
This plugin is a shell script that allows to check the java "heap memory" status of a BEA WebLogic 8 instance. It uses the "weblogic.Admin"…
This is a nagios plugin to check JBOSS server attributes. It requires local JBOSS provided twiddle utility to be available and will call it (and…
The Perl Nagios plugin for the Nagios server and the MBean archive to deploy on each JBoss server can be downloaded and directly used. You…
Updated version of the original check_jmx plugin fixed to support values larger than an Integer could provide. There are no other changes. Example usage (where…
It's a little Perl script to be used as a Nagios plugin to monitor whether ActiveMQ is working properly or not. I've used Net::Stomp module…
Basic check of Apache ActiveMQ broker using perl, Net::Stomp, Nagios::Plugin. Inspired by http://www.nagiosexchange.org/cgi-bin/jump.cgi?ID=2856;d=1 Usage: check_amq.pl --host|-H [--port|-P ] [--queue|-q ] [--login|-l ] [--pass|-l ]