From 0f55c1a1e7d7ef9c29cd8177e600c4c5d7817d68 Mon Sep 17 00:00:00 2001 From: VictorRobellini <39597627+VictorRobellini@users.noreply.github.com> Date: Fri, 3 Apr 2020 01:12:21 -0400 Subject: [PATCH] Update README.md Updated Todo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e65ea9..eadce57 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,9 @@ What I updated: - Added chart to show all adapters, IP, MAC and Status[ from here](https://github.com/influxdata/telegraf/issues/3756#issuecomment-485606025 " from here") - Added Temperature data based on feedback from[ /u/tko1982](https://www.reddit.com/u/tko1982 " /u/tko1982") - CPU Temp and any other ACPI device that reports temp is now collected and reported -What I didn't do and need help with: +### TODO - Include IP and ping methods from [/u/seb6596](https://www.reddit.com/u/seb6596 "/u/seb6596") when they are back online. - Make it pretty. I've never been good at this part - Get the RTT calculations right from the dpinger integration. It's in microseconds but for some reason doesn't match the graphs in pfSense when I compare them. +- Fix the go plugin to show interface status (up/down) and subnet.