Files
librenms-librenms/tests/unit/input.example.json
2015-06-18 16:18:46 +02:00

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
}
}
]
}