Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

jmeter invocation plugin

Rating
0 votes
Favoured:
0
Hits
103383
Files:
FileDescription
jmeter.plJMeter invocation plugin
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
A Perl script to glue JMeter to Nagios.
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 statuses and performance data.


Example check command;

define command{
command_name jmeter
; Check website response-time based on scripted click-thru actions
command_line /usr/local/nagios/libexec/jmeter/jmeter.pl -p $ARG1$ -w $ARG2$ -c $ARG3$ -t $ARG4$
}



Example service;

define service{
use generic-service
host_name myhost.umn.edu
check_command jmeter!myhost.jmx!5!10!30
service_description jmeter
}


Developed exclusively using Nagios version 2.5 and JMeter version 2.2