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

Nagios Latency

Rating
1 vote
Favoured:
1
Hits
105967
Files:
FileDescription
check_nagios_latency.shcheck_nagios_latency.sh
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!
This simple plugin checks the Active Service Check Latency of the local nagios daemon.
+++ Why this plugin?

Latency can be caused by a lot factors (evil plugins, misconfigured addons, ...). And high latency is very critical! With a huge latency (e.g. over 5 minutes) Nagios is nearly useless.

+++ Installation
There is no need for an installation. Just run the plugin
+++ Usage

Usage: check_nagios_latency.sh -w -c
e.g. check_nagios_latency.sh -w 200 -c 250

-w : Warning level for latency in seconds (default: 120 seconds)
-c : Critical level for latency in seconds (default: 180 seconds)

This plugin checks Nagios' Active Servicecheck Latency.


+++ Credits
This plugin was kindly sponsored by Team!Bank
+++ Changelog
* **2008-01-29** initial Version