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
102961
Files:
FileDescription
jmeter.plJMeter invocation plugin
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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