-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
30 lines (16 loc) · 1023 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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