Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tbotnz authored Jun 27, 2021
1 parent 558993c commit bf819a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ simple micro service for converting your RRD's to web services
- run the app with uvicorn ```uvicorn rrdrest:rrd_rest --host "0.0.0.0" --port 9000```
- access the swagger documentation via ```http://127.0.0.1:9000/docs```

### examples
- last 24 hours ```curl 127.0.0.1:9000/?rrd_path=tests/port-id15.rrd```
- epoch date time filter ```curl 127.0.0.1:9000/?rrd_path=tests/port-id15.rrd&epoch_start_time=1622109000&epoch_end_time=1624787400```

### rrdtool
- tested with version 1.7
- tested with version 1.7

0 comments on commit bf819a2

Please sign in to comment.