nagios-plugins/check_http_multi
Tomas Edwardsson 911720e5d4 Automatic commit of package [nagios-okplugin-check_http_multi] release [0.1.1-1]. 2013-06-06 10:22:35 +00:00
..
README.md Added packaging and rudimentary documentation 2013-06-06 10:22:09 +00:00
check_http_multi Allow -u "" for service macros 2013-06-06 10:11:31 +00:00
nagios-okplugin-check_http_multi.spec Automatic commit of package [nagios-okplugin-check_http_multi] release [0.1.1-1]. 2013-06-06 10:22:35 +00:00

README.md

Introduction

Check http multi was created to check multiple websites in one plugin. You can check the following:

  • Latency per website
  • Overall runtime of http requests (serial)
  • Number of failed websites
  • Percentage of failed websites

How

Check Percentage Failed

Here we check http://www.google.com and http://adagios.org

Failure rates of

  • 0%-30% are ok
  • 30%-60% are warning
  • everything above is critical
$ check_http_multi -u http://www.google.com -u http://adagios.org/ \
    --th metric=failed_percentage,warning=30..60,critical=60..inf 
Checked 2 uris, 0 failed | 'http://www.google.com'=0.24s;;;; 'http://adagios.org/'=0.47s;;;; 'failed'=0;;;; 'failed_percentage'=0.0%;30..60;60..inf;; 'runtime'=0.711745977402s;;;;
http://www.google.com fetched in 0.24 seconds
http://adagios.org/ fetched in 0.47 seconds

Author

Tomas Edwardsson tommi@tommi.org

License

GPLv3 or later