mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
17 lines
294 B
JSON
17 lines
294 B
JSON
![]() |
{
|
||
|
"database": "mydb",
|
||
|
"retentionPolicy": "mypolicy",
|
||
|
"points": [
|
||
|
{
|
||
|
"measurement": "cpu_load_short",
|
||
|
"tags": {
|
||
|
"host": "server01",
|
||
|
"region": "us-west"
|
||
|
},
|
||
|
"time": "2009-11-10T23:00:00Z",
|
||
|
"fields": {
|
||
|
"value": 0.64
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|