mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2025-05-10 01:43:45 +02:00
Update example data
This commit is contained in:
parent
b61789e4a4
commit
e15f0f01ed
2
test/testdata/README.md
vendored
2
test/testdata/README.md
vendored
@ -60,4 +60,6 @@ UNKNOWN: Status UNKNOWN. Key ratings(0) mismatch. 4.1 != 4.5
|
|||||||
```bash
|
```bash
|
||||||
python check_http_json.py -H localhost:8080 -p data5.json -q service1.status,True service2.status,True service3.status,True
|
python check_http_json.py -H localhost:8080 -p data5.json -q service1.status,True service2.status,True service3.status,True
|
||||||
OK: Status OK.
|
OK: Status OK.
|
||||||
|
|
||||||
|
python check_http_json.py -H localhost:8080 -p data5.json -q "service1.status,True" -q "service2.status,True" -q "service3.status,False"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user