128 Commits

Author SHA1 Message Date
Victor Robellini
f732c06c0e Updated Screenshot 2020-04-04 00:29:01 -04:00
Victor Robellini
72f23ad14f Cleaned up the network interface widget 2020-04-04 00:26:05 -04:00
VictorRobellini
c0b1a1d020
Update README.md
Added updated about pfSense friendly name labels.
2020-04-03 22:08:10 -04:00
VictorRobellini
371d6cd5a3
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.
2020-04-03 22:04:15 -04:00
Victor Robellini
0ad4c4dd69 Updated dashboard to show pfSense interface data 2020-04-03 21:58:00 -04:00
Victor Robellini
cdd870fa01 Re-added file 2020-04-03 20:48:31 -04:00
Victor Robellini
3264141480 Merge branch 'master' of github.com:VictorRobellini/pfSense-Dashboard 2020-04-03 20:47:33 -04:00
Victor Robellini
127bd5f9ac Added mac address to the output 2020-04-03 20:45:49 -04:00
VictorRobellini
916856ac59
Update telegraf_pfinterface.php
The measurement is "interface" not "interfaces"
2020-04-03 15:27:56 -04:00
Victor Robellini
b6b4ac1009 Wrong carriage return on the php for some reason 2020-04-03 15:17:44 -04:00
Victor Robellini
feeb5a5c02 Testing php addon to see about pulling in interface information from pfSense rather than the system. 2020-04-03 15:07:45 -04:00
Victor Robellini
b71b206c6d Standardized plugin filenames 2020-04-03 11:08:30 -04:00
VictorRobellini
0f55c1a1e7
Update README.md
Updated Todo
2020-04-03 01:12:21 -04:00
VictorRobellini
c5f1297085
Update README.md
Rearranged readme and added some instructions and links
2020-04-03 01:09:14 -04:00
Victor Robellini
fd769e619d Now I added the source for the go plugin as well as Unbound 2020-04-02 21:30:44 -04:00
Victor Robellini
29da2ac0ac Added the go source to build telegraf_netifinfo_plugin plugin
Added plugin to monitor Unbound - Just wanted to see what it would give me - Probably wont use it
Added additional config for Unbound - Just wanted to see what it would give me - Probably wont use it
2020-04-02 21:27:35 -04:00
VictorRobellini
30253d43dc
Update README.md
Added screenshot image to README
2020-04-02 19:06:30 -04:00
VictorRobellini
236383d5ef
Update README.md
Added quick blurb about what the dashboard monitors.
2020-04-02 19:02:45 -04:00
Victor Robellini
19846cb1e9 Updated screenshot 2020-04-02 18:11:00 -04:00
Victor Robellini
ae4b8686ea Fixed the pfBlocker graphs
Labeled the disk utilization graph with the device

TODO:
Make nice table for interface list
Figure out how to get the correct data from dpinger
2020-04-02 18:04:38 -04:00
Victor Robellini
794d34a2ce Added Dashboard json - Missed it the last time 2020-04-02 14:50:36 -04:00
Victor Robellini
b2f2713327 Updated Screenshot 2020-04-02 14:03:20 -04:00
Victor Robellini
22c51fd470 Changed the $WAN variable to allow multiple values
LAN_Interface variable now excludes specific interfaces
For example, in my env, I don't want the WAN interface or the vlan parent interface listed.
I'm using a regex to do an inverse match

- /^(?!igb0$|igb2$)/
2020-04-02 13:44:19 -04:00
Victor Robellini
8ddcba6b55 Added file with details aroung the telegraf_netifinfo_plugin plugin build 2020-04-02 01:45:33 -04:00
Victor Robellini
86dbe357f3 Added the pfSense additional Config
- Additional configuration for Telegraf
2020-04-02 01:31:56 -04:00
VictorRobellini
50729d0cdc
Update README.md
Filled out most of the Readme
2020-04-02 01:29:14 -04:00
Victor Robellini
cef8ae5909 Initial setup
I need to update the readme and migrate the data from the below reddit post
https://www.reddit.com/r/PFSENSE/comments/fsss8r/additional_grafana_dashboard/
2020-04-02 01:09:24 -04:00
VictorRobellini
e0015d65d3
Initial commit 2020-04-02 00:51:41 -04:00