update timestamps for testing.

pull/228/head
Jason Kulatunga 3 years ago
parent 31b5dfa038
commit deba21fe19

@ -73,6 +73,9 @@ Now visit http://localhost:8080
If you'd like to populate the database with some test data, you can run the following commands: If you'd like to populate the database with some test data, you can run the following commands:
> NOTE: you may need to update the `local_time` key within the JSON file, any timestamps older than ~3 weeks will be automatically ignored
> (since the downsampling & retention policy takes effect at 2 weeks)
``` ```
docker run -p 8086:8086 --rm influxdb:2.0 docker run -p 8086:8086 --rm influxdb:2.0

@ -69,7 +69,7 @@
} }
}, },
"local_time": { "local_time": {
"time_t": 1611419146, "time_t": 1635117644,
"asctime": "Sun Jun 30 00:03:30 2021 UTC" "asctime": "Sun Jun 30 00:03:30 2021 UTC"
}, },
"smart_status": { "smart_status": {

@ -69,7 +69,7 @@
} }
}, },
"local_time": { "local_time": {
"time_t": 1614101651, "time_t": 1635117644,
"asctime": "Tue Feb 23 00:03:30 2021 UTC" "asctime": "Tue Feb 23 00:03:30 2021 UTC"
}, },
"smart_status": { "smart_status": {

@ -70,7 +70,7 @@
} }
}, },
"local_time": { "local_time": {
"time_t": 1600014563, "time_t": 1635117644,
"asctime": "Sun Sep 13 16:29:23 2020 UTC" "asctime": "Sun Sep 13 16:29:23 2020 UTC"
}, },
"read_lookahead": { "read_lookahead": {

@ -69,7 +69,7 @@
} }
}, },
"local_time": { "local_time": {
"time_t": 1592697810, "time_t": 1635117644,
"asctime": "Sun Jun 21 00:03:30 2020 UTC" "asctime": "Sun Jun 21 00:03:30 2020 UTC"
}, },
"smart_status": { "smart_status": {

@ -66,7 +66,7 @@
} }
}, },
"local_time": { "local_time": {
"time_t": 1564664713, "time_t": 1635117644,
"asctime": "Thu Aug 01 15:05:13 2019 WEDT" "asctime": "Thu Aug 01 15:05:13 2019 WEDT"
}, },
"smart_status": { "smart_status": {

@ -70,7 +70,7 @@
} }
}, },
"local_time": { "local_time": {
"time_t": 1594216103, "time_t": 1635117644,
"asctime": "Wed Jul 8 15:48:23 2020 CEST" "asctime": "Wed Jul 8 15:48:23 2020 CEST"
}, },
"smart_status": { "smart_status": {

@ -79,7 +79,7 @@
} }
}, },
"local_time": { "local_time": {
"time_t": 1598297918, "time_t": 1635117644,
"asctime": "Mon Aug 24 21:38:38 2020 CEST" "asctime": "Mon Aug 24 21:38:38 2020 CEST"
}, },
"smart_status": { "smart_status": {

@ -79,7 +79,7 @@
} }
}, },
"local_time": { "local_time": {
"time_t": 1598297922, "time_t": 1635117644,
"asctime": "Mon Aug 24 21:38:42 2020 CEST" "asctime": "Mon Aug 24 21:38:42 2020 CEST"
}, },
"smart_status": { "smart_status": {

@ -59,7 +59,7 @@
}, },
"logical_block_size": 512, "logical_block_size": 512,
"local_time": { "local_time": {
"time_t": 1591790462, "time_t": 1635117644,
"asctime": "Wed Jun 10 14:01:02 2020 CEST" "asctime": "Wed Jun 10 14:01:02 2020 CEST"
}, },
"smart_status": { "smart_status": {

@ -67,7 +67,7 @@
}, },
"logical_block_size": 512, "logical_block_size": 512,
"local_time": { "local_time": {
"time_t": 1600619090, "time_t": 1635117644,
"asctime": "Sun Sep 20 16:24:50 2020 Europe" "asctime": "Sun Sep 20 16:24:50 2020 Europe"
}, },
"smart_status": { "smart_status": {

@ -43,7 +43,7 @@
"name": "disk" "name": "disk"
}, },
"local_time": { "local_time": {
"time_t": 1570609867, "time_t": 1635117644,
"asctime": "Wed Oct 09 10:31:07 2019 RDT" "asctime": "Wed Oct 09 10:31:07 2019 RDT"
}, },
"temperature": { "temperature": {

@ -26,7 +26,7 @@
"name": "disk" "name": "disk"
}, },
"local_time": { "local_time": {
"time_t": 1598048822, "time_t": 1635117644,
"asctime": "Fri Aug 21 22:27:02 2020 UTC" "asctime": "Fri Aug 21 22:27:02 2020 UTC"
}, },
"smart_status": { "smart_status": {

@ -44,7 +44,7 @@
"name": "disk" "name": "disk"
}, },
"local_time": { "local_time": {
"time_t": 1545001755, "time_t": 1635117644,
"asctime": "Sun Dec 16 17:09:15 2018 CST" "asctime": "Sun Dec 16 17:09:15 2018 CST"
}, },
"smart_status": { "smart_status": {

Loading…
Cancel
Save