Skip to content

Commit

Permalink
add Panels for RIVM Breukelen Station NO, NO2, O3
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Aug 17, 2018
1 parent 9f23f98 commit b23347a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

grafana:

image: smartemission/se-grafana:5.1.3-4
image: smartemission/se-grafana:5.1.3-5

container_name: grafana

Expand Down
5 changes: 4 additions & 1 deletion services/influxdb-dc1/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ query ${INFLUXDB_DB} "SELECT * from ASE_NL_01 limit 2"
query ${INFLUXDB_DB} "SELECT * from ASE_NL_02 limit 2"
query ${INFLUXDB_DB} "SELECT * from ASE_NL_03 limit 2"
query ${INFLUXDB_DB} "SELECT * from ASE_NL_04 limit 2"
query ${INFLUXDB_DB} "SELECT * from ASE_NL_05 limit 20"
query ${INFLUXDB_DB} "SELECT * from ASE_NL_05 limit 2"

# Get the last N records
query ${INFLUXDB_DB} "SELECT * from ASE_NL_04 WHERE time > now() - 1h ORDER BY time DESC LIMIT 21"

# examples
# http://test.smartemission.nl:8086/query?db=smartemission&q=SELECT%20*%20from%20rivm%20limit%202
Expand Down

0 comments on commit b23347a

Please sign in to comment.