Skip to content
Snippets Groups Projects

add check "httpd_status_codes"

Merged Hahn Axel (hahn) requested to merge 6588-add-couchdb-check into master
2 files
+ 84
16
Compare changes
  • Side-by-side
  • Inline

Files

+ 37
0
@@ -160,6 +160,43 @@ ____Method____Counter______Delta
|copy=0;; delete=0;; get=1;; head=0;; options=0;; post=0;; put=0;;
```
### httpd_status_codes
Show counters per http status code.
All values are taken from ``/_node/_local/_stats/couchdb/httpd_status_codes``
``check_couchdb -m httpd_status_codes`` returns
```txt
OK: Couchdb :: Http status codes
____Status____Counter______Delta
200 199970 1 per sec
201 0 0 per sec
202 0 0 per sec
204 0 0 per sec
206 0 0 per sec
301 0 0 per sec
302 0 0 per sec
304 0 0 per sec
400 0 0 per sec
401 2 0 per sec
403 0 0 per sec
404 9 0 per sec
405 0 0 per sec
406 0 0 per sec
409 0 0 per sec
412 0 0 per sec
413 0 0 per sec
414 0 0 per sec
415 0 0 per sec
416 0 0 per sec
417 0 0 per sec
500 0 0 per sec
501 0 0 per sec
503 0 0 per sec
|http200=1;; http201=0;; http202=0;; http204=0;; http206=0;; http301=0;; http302=0;; http304=0;; http400=0;; http401=0;; http403=0;; http404=0;; http405=0;; http406=0;; http409=0;; http412=0;; http413=0;; http414=0;; http415=0;; http416=0;; http417=0;; http500=0;; http501=0;; http503=0;;
```
### open_databases
Show number of open databases
Loading