mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"results": [
|
|
{
|
|
"series": [
|
|
{
|
|
"name": "cpu_load_short",
|
|
"tags": {
|
|
"host": "server01",
|
|
"region": "us-west"
|
|
},
|
|
"columns": [
|
|
"time",
|
|
"value"
|
|
],
|
|
"values": [
|
|
[
|
|
"2015-01-29T21:51:28.968422294Z",
|
|
0.64
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "cpu_load_short",
|
|
"tags": {
|
|
"host": "server02",
|
|
"region": "us-west"
|
|
},
|
|
"columns": [
|
|
"time",
|
|
"value"
|
|
],
|
|
"values": [
|
|
[
|
|
"2015-01-29T21:51:28.968422294Z",
|
|
0.65
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "other_serie",
|
|
"tags": {
|
|
"host": "server01",
|
|
"region": "us-west"
|
|
},
|
|
"columns": [
|
|
"time",
|
|
"value"
|
|
],
|
|
"values": [
|
|
[
|
|
"2015-01-29T21:51:28.968422294Z",
|
|
0.66
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |