Commit Graph

101 Commits

Author SHA1 Message Date
158a63b51e Multi WAN - WAN Repeating Options were wrong
Fixed WAN widgets so the whole panel repeats and not just a few widgets.
2021-03-19 11:47:44 -04:00
0b3daf54c6 Update README.md
updated cat command
2021-03-17 13:07:41 -04:00
ee1d360708 More troubelshooting 2021-03-17 13:06:49 -04:00
12b630f7a4 Merge pull request #31 from mbentley/update-compose-auth
Turn on auth by default in compose example; fixes #24
2021-03-12 17:25:11 -05:00
b0f56bb604 Turn on auth by default in compose example; fixes #24
Signed-off-by: Matt Bentley <mbentley@mbentley.net>
2021-03-11 05:49:55 -05:00
9b69af9c76 Updated Readme to include more config examples.
Added links to my k8s repo
2021-03-07 14:29:54 -05:00
c7acccf63a updated tables to grafana7 2021-03-06 16:11:53 -05:00
8222984e01 Update README.md
ipv6 note
2021-03-06 16:01:45 -05:00
0682803457 Update README.md
ipv6 note
2021-03-06 16:00:44 -05:00
6071cc28cf Added adjusted for addition of ipv6 data - It's not displayed since I don't have any, but it's in there 2021-03-06 15:58:32 -05:00
408f43a99f Merge branch 'master' of github.com:VictorRobellini/pfSense-Dashboard 2021-03-06 15:51:10 -05:00
2257d6e8a0 Added ipv6 2021-03-06 15:50:54 -05:00
9470c4ea45 telegraf_unbound_lite.sh
Quick blurb
2021-03-06 15:25:14 -05:00
cd528a13b7 Changed measurement name 2021-03-06 15:16:21 -05:00
c05599ffc8 Only pull the unbound stats you care about 2021-03-06 15:10:18 -05:00
a38c5b0751 Added change info
Updated change info
Updated troubleshooting info
2021-03-06 13:49:37 -05:00
8583dda3c0 Updated pfBlocker measurement names 2021-03-06 13:29:17 -05:00
3c7cea1a55 Fixed Grok Pattern - Migragted back to Grok
I switched from tail.csv to tail.grok because of a timestamp issue https://github.com/influxdata/telegraf/issues/8948
I also went on a journey of digging through the grok pattern and error logs to eliminate as many parse errors as possible.
2021-03-06 13:27:02 -05:00
87056f0d40 Update additional_config.conf
Added data types
2021-03-06 02:56:47 -05:00
3ab11ec9ae Update additional_config.conf
Copying my latest config
2021-03-06 02:24:12 -05:00
c22f5eed23 updated readme
telegraf troubleshooting update
2021-03-06 02:22:00 -05:00
f8a2eb8906 timestamp improperly read by telegraf
I should be able to pull in existing logs once this issue is resolved and implemented: https://github.com/influxdata/telegraf/issues/8948
2021-03-06 02:16:25 -05:00
63be77ce53 Read in all the logs!
from_beginning = true
    csv_timestamp_column = "timestamp"
    csv_timestamp_format = "ts-syslog"
2021-03-06 00:21:21 -05:00
146d5aad0c Update additional_config.conf
from_beginning = false

Couldn't find a way to insert using the timestamp from the file. I'm ok with this
2021-03-06 00:03:51 -05:00
aa08c8e401 Change added to readme 2021-03-05 23:49:37 -05:00
3181dbf441 Changelog added to Readme
Read the Readme
2021-03-05 23:45:31 -05:00
118b5fccaf Updated Screenshot
Update pfBlocker graphs

I updated the telegraf config to utilize tail rather than the soon to be phased out logparser input. As a result, i'm using new measurements for IP and DNS stats.
I'm ok with clearing these stats, but if you prefer, you can use/copy the graphs from this commit:
0df1017250/pfSense-Grafana-Dashboard.json

I updated the field names to reflect what's being written in the pfBlocker logs (as best as possible)
232722ac52/net/pfSense-pkg-pfBlockerNG-devel/files/usr/local/pkg/pfblockerng/pfblockerng.inc (L4597)
2021-03-05 23:13:23 -05:00
0df1017250 Readme - Added influx auth for troubleshooting 2021-03-05 15:14:51 -05:00
2eb77f9e84 updated Readme
Wording
2021-03-04 22:23:11 -05:00
146424a6ea updated Readme
Added easier telegraf troubleshooting step
2021-03-04 22:22:12 -05:00
2853b5c3eb Cleaning up Grafana Cruft
Grafana keeps raw queries in the json and it was bugging me.  If the raw query isn't displayed, why save it?  Why not strip it on export for external use?  Also, my interfaces were embedded in the json.  No security risk, but it bugged me.  This is supposed to be templated for external use!
2021-03-04 21:07:16 -05:00
58513af7de Cleaning up Grafana cruft
Weird stuff leftover in the dashboard that shouldn't impact anything.
2021-03-04 20:49:05 -05:00
d8fbc2c68f More typos 2021-03-04 19:18:01 -05:00
6000b44109 updated pic 2021-03-04 19:10:51 -05:00
0982485d81 typo in dashboard 2021-03-04 19:07:49 -05:00
3aeeea01f6 updated version in Readme - Influx & Grafana 2021-03-04 18:51:13 -05:00
520eea4f49 Upgraded to Grafana 7
Upgraded to influx 1.8

Merged queries in most graphs
Added Usage by month: ab5g https://forum.netgate.com/post/954800
Gatway loss: Condoamanti https://github.com/VictorRobellini/pfSense-Dashboard/pull/22

Changed lots of graphs around. I tinkered with other types of graphs but I stuck with the standard graph format so that I could view trends and spikes over a time period.
I added interface information to each interface section - friendlyname - I would love to add it to the header, but I don't know how.

More changes than I can remember
2021-03-04 18:39:05 -05:00
6825111638 Update README.md
Added more troubleshooting
2020-09-12 12:55:03 -04:00
b17d57584b Changed most of the BW charts to base10
Changed the RTT graph to include null (I was having internet issues and they weren't being reported correctly)
Added Bits/sec
Might be a little more.  It's been awhile
2020-08-13 01:20:46 -04:00
6abbe5d046 Update README.md
Fixed typo
2020-06-06 16:42:00 -04:00
e75eb5a3b2 Revert "Merge pull request #7 from tiny6996/master"
Dashboard doesn't load poperly.  Queries are empty.  Possible export issue.  Need to re-evaluate request

This reverts commit a367c8cb07, reversing
changes made to 312be1f6e8.
2020-05-20 09:40:02 -04:00
a367c8cb07 Merge pull request #7 from tiny6996/master
changed from using grok to csv and updated interfaces
2020-05-20 09:29:54 -04:00
a9b93df78a fixed spelling 2020-05-19 23:32:26 -05:00
765bc45c49 updated fields to match tail names 2020-05-19 23:31:24 -05:00
2fd0e8fa4f changed name scheme 2020-05-19 23:24:36 -05:00
ffae939452 set wan interface as variable and changed names for pfblocker 2020-05-18 22:05:54 -05:00
7e60839f2e switched logparser to tail 2020-05-18 22:03:50 -05:00
312be1f6e8 Typo - Had an extra 3 in ther if name 2020-05-17 00:06:02 -04:00
06480da8a1 Updated excluded adapters doc
In the Configuration section
2020-05-17 00:05:06 -04:00
7347df2400 Added docker info 2020-05-16 12:33:15 -04:00