mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
8f0b4f352f
git-subtree-dir: lib/influxdb-php git-subtree-mainline:73276d0b19git-subtree-split:969829296c
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
|
|
}
|
|
}
|
|
]
|
|
} |