mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2024-11-22 10:23:50 +01:00
Add multiple key example to README
This commit is contained in:
parent
5c4a955abd
commit
9d344f5a7a
16
README.md
16
README.md
@ -172,6 +172,22 @@ options:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
**Data for multiple keys for an object** `-q capacity1.value,True capacity2.value,True capacity3.value,True`
|
||||||
|
|
||||||
|
{
|
||||||
|
"capacity1": {
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
"capacity2": {
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
"capacity3": {
|
||||||
|
"value": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
### Thresholds and Ranges
|
### Thresholds and Ranges
|
||||||
|
|
||||||
**Data**:
|
**Data**:
|
||||||
|
Loading…
Reference in New Issue
Block a user