From 371d6cd5a332bdf2c5d9dd8dca215706848588a2 Mon Sep 17 00:00:00 2001 From: VictorRobellini <39597627+VictorRobellini@users.noreply.github.com> Date: Fri, 3 Apr 2020 22:04:15 -0400 Subject: [PATCH 1/2] Update additional_config.conf Removed the golang binary that was used to poll interface data. I still think there's value in getting the data from the network stack rather than pfSense, but it's working for now. Maybe I'll add it as an additional influx interface source after I mess with it a little more. --- config/additional_config.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/additional_config.conf b/config/additional_config.conf index d3318de..966afbe 100644 --- a/config/additional_config.conf +++ b/config/additional_config.conf @@ -1,6 +1,6 @@ [[inputs.exec]] commands = [ - "/usr/local/bin/telegraf_netifinfo_plugin", + "/usr/local/bin/telegraf_pfinterface.php", "/usr/local/bin/telegraf_gateways.py", "sh /usr/local/bin/telegraf_temperature.sh" ] From c0b1a1d020237a2cc003a765889801b415b5606c Mon Sep 17 00:00:00 2001 From: VictorRobellini <39597627+VictorRobellini@users.noreply.github.com> Date: Fri, 3 Apr 2020 22:08:10 -0400 Subject: [PATCH 2/2] Update README.md Added updated about pfSense friendly name labels. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eadce57..25c22ef 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - pfBlocker IP Stats - pfBlocker DNS Stats - Gateway Response time - dpinger -- List of interfaces with IP, MAC and Status +- List of interfaces with IP, MAC, Status and pfSesnse labels thanks to [/u/trumee](https://www.reddit.com/r/PFSENSE/comments/fsss8r/additional_grafana_dashboard/fmal0t6/) - WAN Statistics - Traffic & Throughput (Identified by dashboard variable) - LAN Statistics - Traffic & Throughput (Identified by dashboard variable)