Skip to content

ashokrajar/SOLR-Nagios-Check-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

This plugin is in much early state. As always feedbacks are greatly appreciated! Pull request even more ;)


This nagios plugin can be used for checking QPS, no of Document of the Apache SOLR Server.


Usage: check_solr.py [options]

Options:

  --version             show program's version number and exit

  -h, --help            show this help message and exit

  -q, --qps             Get QPS information of the SOLR Server

  -r, --requesttime     Get Average Time Per Requests

  -e, --entry           The stats entry to get the QPS ir avg time per request from.

  -d, --doc             Get Docs information of the SOLR Server

  -u http://localhost:8090/solr, --solrurl=http://localhost:8090/solr
                        SOLR Admin Stats URL.

  -w Warning Percentage, --warning=Warning Percentage
                        Exit with WARNING status if higher than the percentage

  -c Critical Percentage, --critical=Critical Percentage
                        Exit with CRITICAL status if higher than the percentage

About

This Plugin is capable of Checking QPS, No of Document of the Apache SOLR Server.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages