Update example data

This commit is contained in:
Markus Opolka 2025-04-11 14:51:54 +02:00
parent b61789e4a4
commit e15f0f01ed

View File

@ -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"
``` ```