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 II
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!
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 scripted click-thru actions
command_line /usr/local/nagios/libexec/jmeter/jmeter.pl -j $ARG1$ -p $ARG2$ -w $ARG3$ -c $ARG4$ -t $ARG5$
}
Example service;
define service{
use generic-service
host_name myhost.umn.edu
check_command jmeter!/home/../jakarta-meter-2.3.2/!/.../myhost.jmx!5!10!30
service_description jmeter
}
-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 scripted click-thru actions
command_line /usr/local/nagios/libexec/jmeter/jmeter.pl -j $ARG1$ -p $ARG2$ -w $ARG3$ -c $ARG4$ -t $ARG5$
}
Example service;
define service{
use generic-service
host_name myhost.umn.edu
check_command jmeter!/home/../jakarta-meter-2.3.2/!/.../myhost.jmx!5!10!30
service_description jmeter
}