mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2024-11-22 10:23:50 +01:00
Document syntax of array selector: (*).field_name.
This commit is contained in:
parent
2541223cde
commit
c2435a8cbf
15
README.md
15
README.md
@ -133,6 +133,21 @@ optional arguments:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
**Data for keys of all items in a list** `(*).capacity.value`:
|
||||||
|
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"capacity": {
|
||||||
|
"value": 1000
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"capacity": {
|
||||||
|
"value": 2200
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
**Data for separator** `-f _` **and key** `(0)_gauges_jvm.buffers.direct.capacity_value`:
|
**Data for separator** `-f _` **and key** `(0)_gauges_jvm.buffers.direct.capacity_value`:
|
||||||
|
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user