nagios.responsetime

A Nagios plugin that collects response times from logs
Download

nagios.responsetime Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ZPL
  • Publisher Name:
  • gocept
  • Publisher web site:
  • http://gocept.com

nagios.responsetime Tags


nagios.responsetime Description

A Nagios plugin that collects response times from logs nagios.responsetime is a Nagios plugin that collects response times from logs.Usage: check_responsetime --logfile /path/to/logfileThe plugin remembers the timestamp of the latest log entry it has seen on each run, and on the next run only considers log entries that are more recent.Log formatThe supported log format is as follows:< timestamp > "< http-verb > < path > < http-version >" < responsetime >- timestamp: %d/%b/%Y:%H:%M:%S %z- http-verb: GET, POST- path: the requested URL path- http-version: e.g. HTTP/1.1- responsetime in seconds, e. g. 0.5Example:17/May/2011:14:11:18 +0200 "GET /index.html HTTP/1.1" 0.289An example configuration for the nginx server looks like this:http { log_format timing '$time_local "$request" $upstream_response_time'; server { access_log /path/to/timing.log timing; }} Requirements: · Python · Nagios What's New in This Release: · Fixed bug with incomplete log file lines ("invalid literal for float(): -").


nagios.responsetime Related Software