mirror of
https://github.com/c-kr/check_json.git
synced 2025-04-03 15:53:45 +02:00
Update README.md
This commit is contained in:
parent
c5b536bdb5
commit
471aba8cd0
@ -3,10 +3,12 @@ check_json
|
||||
|
||||
Nagios plugin to check JSON attributes via http(s).
|
||||
|
||||
This Plugin is a fork of the existing JSON Plugin from https://github.com/bbuchalter/check_json with the enhancements of using the Nagios::Plugin Perl Module, allowing to use thresholds and performance data collection from various json attributes.
|
||||
This Plugin is a fork of the existing JSON Plugin from https://github.com/c-kr/check_json with the enhancements of using the Nagios::Plugin Perl Module, allowing to use thresholds and performance data collection from various json attributes.
|
||||
|
||||
Performance data is also enhanced to extract performance data compliant to Nagios and Graphite standards. One attribute is selected for thresholds check, multiple others can be added for extracting performance data. This plugin is aimed at simplifying Nagios, Icinga & Icinga2 polling of JSON status APIs.
|
||||
|
||||
It is now also possible to compare with regex.
|
||||
|
||||
Usage:
|
||||
```
|
||||
check_json -u|--url <URL> -a|--attribute <attribute> [ -c|--critical <threshold> ] [ -w|--warning <threshold> ] [ -p|--perfvars <fields> ] [ -o|--outputvars <fields> ] [ -t|--timeout <timeout> ] [ -d|--divisor <divisor> ] [ -T|--contenttype <content-type> ] [ --ignoressl ] [ -h|--help ]
|
||||
|
Loading…
Reference in New Issue
Block a user