Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
The plugin will check a java-rmi-service for availability.
Current Version
Last Release Date
June 23, 2009
Owner
Nagios Exchange
check command
plugin
source of plugin
**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 connect to the rmi-server. This will give wrong nagios-answers if rmi-registry and rmi-service are started separately.
define command{
command_name check_rmiserver command_line /usr/lib/nagios/plugins/check_rmi $HOSTADDRESS$ $ARG1$ }
If rmi-registry and rmi-servers are started separately a third parameter //"lookup-name"// must be given and the stub-classes must be provided in the plugin's directory. If used with stub-classes the plugin will attempt to execute a method remotely.
command_name check_rmiserver command_line /usr/lib/nagios/plugins/check_rmi $HOSTADDRESS$ $ARG1$ $ARG2$ }
**Usage**: check_rmi and RmiLookupTest.class have to be in the same directory and check_rmi must be called by its full path.
**Example**: /usr/lib/nagios/plugins/check_rmi localhost 6345 foolookupname
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!