Update readme syntax

This commit is contained in:
IamTheFij 2019-10-03 09:22:43 -07:00
parent 644d6bbc05
commit 88b718cb59

View File

@ -84,14 +84,14 @@ Pairity:
- [x] Run alert commands - [x] Run alert commands
- [x] Run alert commands in a shell - [x] Run alert commands in a shell
- [x] Allow templating of alert commands - [x] Allow templating of alert commands
- [] Implement Prometheus client to export metrics - [ ] Implement Prometheus client to export metrics
- [] Test coverage - [ ] Test coverage
Improvement: Improvement:
- [] Implement leveled logging (maybe glog or logrus) - [ ] Implement leveled logging (maybe glog or logrus)
- [] Consider switching from YAML to TOML - [ ] Consider switching from YAML to TOML
- [] Consider value of templating vs injecting values into Env variables - [ ] Consider value of templating vs injecting values into Env variables
- [] Consider dropping `alert_up` and `alert_down` in favor of using Go templates that offer more control of messaging - [ ] Consider dropping `alert_up` and `alert_down` in favor of using Go templates that offer more control of messaging
- [] Async checking - [ ] Async checking
- [] Use durations rather than seconds checked in event loop - [ ] Use durations rather than seconds checked in event loop