112 Commits

Author SHA1 Message Date
VictorRobellini
cb71f71507
telegraf_gateways.php
No longer using python.
2021-04-26 21:51:58 -04:00
VictorRobellini
0ffb2e1148
Merge pull request #36 from FreeWillyB/gateway_status
There's absolutely potential to include way too much data in the database.  If I had the time, I would look into retention policies and data rollup, but I do this for fun and don't have the time to spare to read up on influx.   I'll add the defaultgw and gwdesc back in when I get the time since it's specific to the gateway.   The ifdesc belongs on the main interface table and would be redundant here.  Sometimes I get too caught up in what I can collect and monitor.

Thanks
2021-04-26 20:58:51 -04:00
willblanton
a25ddbc956 Edited to just mention PHP version of script. 2021-04-26 19:42:21 -04:00
willblanton
b5c0d47dce Converted python script to run native in php 2021-04-26 19:30:24 -04:00
willblanton
1e53d260bb Converted python script to run native in php 2021-04-26 19:30:01 -04:00
Will Blanton
8377dc4678 Tweaeked README.md files and added blurb about using Filer to add and edit plugins. 2021-04-26 15:52:05 -04:00
Will Blanton
d5a2c48cbe Added screenshot of new GW monitor. 2021-04-26 15:51:08 -04:00
Will Blanton
a5eca2763c Reconfigured title to original name. 2021-04-26 15:14:30 -04:00
Will Blanton
842db021cb Removed unnecessary datetime import 2021-04-22 15:02:28 -04:00
Will Blanton
e0a09d10bb Added newline to end of script. 2021-04-22 15:00:56 -04:00
Will Blanton
01fac80a2e Added functionality that returns the status of the gateways in addtion to loss/rtt/rttsd 2021-04-22 14:58:05 -04:00
VictorRobellini
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
VictorRobellini
0b3daf54c6
Update README.md
updated cat command
2021-03-17 13:07:41 -04:00
VictorRobellini
ee1d360708
More troubelshooting 2021-03-17 13:06:49 -04:00
VictorRobellini
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
Matt Bentley
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
VictorRobellini
9b69af9c76
Updated Readme to include more config examples.
Added links to my k8s repo
2021-03-07 14:29:54 -05:00
Victor Robellini
c7acccf63a updated tables to grafana7 2021-03-06 16:11:53 -05:00
VictorRobellini
8222984e01
Update README.md
ipv6 note
2021-03-06 16:01:45 -05:00
VictorRobellini
0682803457
Update README.md
ipv6 note
2021-03-06 16:00:44 -05:00
Victor Robellini
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
Victor Robellini
408f43a99f Merge branch 'master' of github.com:VictorRobellini/pfSense-Dashboard 2021-03-06 15:51:10 -05:00
Victor Robellini
2257d6e8a0 Added ipv6 2021-03-06 15:50:54 -05:00
VictorRobellini
9470c4ea45
telegraf_unbound_lite.sh
Quick blurb
2021-03-06 15:25:14 -05:00
Victor Robellini
cd528a13b7 Changed measurement name 2021-03-06 15:16:21 -05:00
Victor Robellini
c05599ffc8 Only pull the unbound stats you care about 2021-03-06 15:10:18 -05:00
VictorRobellini
a38c5b0751
Added change info
Updated change info
Updated troubleshooting info
2021-03-06 13:49:37 -05:00
Victor Robellini
8583dda3c0 Updated pfBlocker measurement names 2021-03-06 13:29:17 -05:00
VictorRobellini
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
VictorRobellini
87056f0d40
Update additional_config.conf
Added data types
2021-03-06 02:56:47 -05:00
VictorRobellini
3ab11ec9ae
Update additional_config.conf
Copying my latest config
2021-03-06 02:24:12 -05:00
VictorRobellini
c22f5eed23
updated readme
telegraf troubleshooting update
2021-03-06 02:22:00 -05:00
VictorRobellini
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
VictorRobellini
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
VictorRobellini
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
VictorRobellini
aa08c8e401
Change added to readme 2021-03-05 23:49:37 -05:00
VictorRobellini
3181dbf441
Changelog added to Readme
Read the Readme
2021-03-05 23:45:31 -05:00
Victor Robellini
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
VictorRobellini
0df1017250
Readme - Added influx auth for troubleshooting 2021-03-05 15:14:51 -05:00
VictorRobellini
2eb77f9e84
updated Readme
Wording
2021-03-04 22:23:11 -05:00
VictorRobellini
146424a6ea
updated Readme
Added easier telegraf troubleshooting step
2021-03-04 22:22:12 -05:00
VictorRobellini
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
VictorRobellini
58513af7de
Cleaning up Grafana cruft
Weird stuff leftover in the dashboard that shouldn't impact anything.
2021-03-04 20:49:05 -05:00
Victor Robellini
d8fbc2c68f More typos 2021-03-04 19:18:01 -05:00
Victor Robellini
6000b44109 updated pic 2021-03-04 19:10:51 -05:00
Victor Robellini
0982485d81 typo in dashboard 2021-03-04 19:07:49 -05:00
Victor Robellini
3aeeea01f6 updated version in Readme - Influx & Grafana 2021-03-04 18:51:13 -05:00
Victor Robellini
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
VictorRobellini
6825111638
Update README.md
Added more troubleshooting
2020-09-12 12:55:03 -04:00
Victor Robellini
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