Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
jmeter invocation plugin
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!
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
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
Reviews (0)
Be the first to review this listing!