mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2024-11-22 10:23:50 +01:00
updating docs
This commit is contained in:
parent
8adcf2ff07
commit
070047cf55
21
README.md
21
README.md
@ -84,13 +84,11 @@ optional arguments:
|
|||||||
|
|
||||||
### Key Naming
|
### Key Naming
|
||||||
|
|
||||||
**Data**:
|
**Data for key** `value`:
|
||||||
|
|
||||||
{ "value": 1000 }
|
{ "value": 1000 }
|
||||||
|
|
||||||
**Key**: `value`
|
**Data for key** `capacity.value`:
|
||||||
|
|
||||||
**Data**:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"capacity": {
|
"capacity": {
|
||||||
@ -98,9 +96,7 @@ optional arguments:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
**Key**: `capacity.value`
|
**Data for key** `(0).capacity.value`:
|
||||||
|
|
||||||
**Data**:
|
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
@ -110,9 +106,7 @@ optional arguments:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
**Key**: `(0).capacity.value`
|
**Data for separator** `-f _` **and key** `(0)_gauges_jvm.buffers.direct.capacity_value`:
|
||||||
|
|
||||||
**Data**:
|
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
@ -124,10 +118,7 @@ optional arguments:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
**Key**: `(0)_gauges_jvm.buffers.direct.capacity_value`
|
**Data for keys** `ring_members(0)`, `ring_members(1)`, `ring_members(2)`:
|
||||||
**Separator**: `-f _`
|
|
||||||
|
|
||||||
**Data**:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"ring_members": [
|
"ring_members": [
|
||||||
@ -137,8 +128,6 @@ optional arguments:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
**Keys**: `ring_members(0)`, `ring_members(1)`, `ring_members(2)`
|
|
||||||
|
|
||||||
### Thresholds and Ranges
|
### Thresholds and Ranges
|
||||||
|
|
||||||
**Data**:
|
**Data**:
|
||||||
|
Loading…
Reference in New Issue
Block a user