12 Commits

Author SHA1 Message Date
VictorRobellini
3ab11ec9ae
Update additional_config.conf
Copying my latest config
2021-03-06 02:24:12 -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
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
Victor Robellini
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 a367c8cb07ce08693ac5a1ba9ee64a175cb9c4a1, reversing
changes made to 312be1f6e8b0ba77c6ddfde243d67e892f18ac3c.
2020-05-20 09:40:02 -04:00
tiny6996
2fd0e8fa4f
changed name scheme 2020-05-19 23:24:36 -05:00
tiny6996
7e60839f2e
switched logparser to tail 2020-05-18 22:03:50 -05: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
b71b206c6d Standardized plugin filenames 2020-04-03 11:08:30 -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
Victor Robellini
86dbe357f3 Added the pfSense additional Config
- Additional configuration for Telegraf
2020-04-02 01:31:56 -04:00