From 88b718cb5907a84d8298e9e08265ae38b9930a91 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 3 Oct 2019 09:22:43 -0700 Subject: [PATCH] Update readme syntax --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5629a46..4000c15 100644 --- a/README.md +++ b/README.md @@ -84,14 +84,14 @@ Pairity: - [x] Run alert commands - [x] Run alert commands in a shell - [x] Allow templating of alert commands - - [] Implement Prometheus client to export metrics - - [] Test coverage + - [ ] Implement Prometheus client to export metrics + - [ ] Test coverage Improvement: - - [] Implement leveled logging (maybe glog or logrus) - - [] Consider switching from YAML to TOML - - [] 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 - - [] Async checking - - [] Use durations rather than seconds checked in event loop \ No newline at end of file + - [ ] Implement leveled logging (maybe glog or logrus) + - [ ] Consider switching from YAML to TOML + - [ ] 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 + - [ ] Async checking + - [ ] Use durations rather than seconds checked in event loop