Go to file
Augusto Dwenger 7c0e51ad48 Merge branch 'develop'
Add middleware tests
Fix inMemDB insertion bug -> Not taking the correct hostname
Fix data races produced by the db
Improve parameter/argument parsing
Add env variables parsing
Add Dockerfile
2020-11-11 16:25:54 +01:00
controller Add test to the auth middleware 2020-10-30 14:41:15 +01:00
db Add mechanism to return a copy of the original slice 2020-11-11 16:21:15 +01:00
.drone.yml Create .drone.yml 2020-10-19 17:40:40 +02:00
.gitignore Add vscode directory to ignore 2020-11-11 10:41:43 +01:00
Dockerfile Change docker base image to alpine 2020-11-03 15:32:49 +01:00
go.mod Add required flag for the token 2020-11-11 11:01:13 +01:00
go.sum Add required flag for the token 2020-11-11 11:01:13 +01:00
LICENSE Add project context 2020-10-13 21:03:21 +02:00
main.go Add required flag for the token 2020-11-11 11:01:13 +01:00
README.md Update README.md TODOs 2020-11-11 16:24:26 +01:00

gsave

Build Status

Database to save all your data from gstat. In the near future gmon should use it to monitor hosts and to create alerts.

TODO

  • Configure CI/CD pipeline
  • HTTP testing
  • Auth Middleware with Basic Auth
  • Flag configurable
  • Logging
  • SQLite DB implementation
  • Env Variable configurable