mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2026-02-05 22:55:15 +01:00
Add multiple key example to README
This commit is contained in:
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**:
|
||||||
|
|||||||
Reference in New Issue
Block a user