Merge branch 'master' of github.com:VictorRobellini/pfSense-Dashboard

This commit is contained in:
Victor Robellini 2020-04-04 00:29:27 -04:00
commit 3126df10fe
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
- pfBlocker IP Stats - pfBlocker IP Stats
- pfBlocker DNS Stats - pfBlocker DNS Stats
- Gateway Response time - dpinger - 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) - WAN Statistics - Traffic & Throughput (Identified by dashboard variable)
- LAN Statistics - Traffic & Throughput (Identified by dashboard variable) - LAN Statistics - Traffic & Throughput (Identified by dashboard variable)

View File

@ -1,6 +1,6 @@
[[inputs.exec]] [[inputs.exec]]
commands = [ commands = [
"/usr/local/bin/telegraf_netifinfo_plugin", "/usr/local/bin/telegraf_pfinterface.php",
"/usr/local/bin/telegraf_gateways.py", "/usr/local/bin/telegraf_gateways.py",
"sh /usr/local/bin/telegraf_temperature.sh" "sh /usr/local/bin/telegraf_temperature.sh"
] ]