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
This commit is contained in:
Victor Robellini 2020-04-02 21:27:35 -04:00
parent 30253d43dc
commit 29da2ac0ac

View File

@ -23,3 +23,7 @@
measurement = "ip_block_log"
patterns = ["^%{SYSLOGTIMESTAMP:timestamp:ts-syslog},%{NUMBER:TrackerID},%{GREEDYDATA:Interface},%{WORD:InterfaceName},%{WORD:action},%{NUMBER:IPVersion},%{NUMBER:ProtocolID},%{GREEDYDATA:Protocol},%{IPORHOST:SrcIP:tag},%{IPORHOST:DstIP:tag},%{NUMBER:SrcPort},%{NUMBER:DstPort},%{WORD:Dir},%{WORD:GeoIP:tag},%{GREEDYDATA:AliasName},%{GREEDYDATA:IPEvaluated},%{GREEDYDATA:FeedName:tag},%{HOSTNAME:ResolvedHostname},%{HOSTNAME:ClientHostname},%{GREEDYDATA:ASN},%{GREEDYDATA:DuplicateEventStatus}"]
timezone = "Local"
#[[inputs.unbound]]
# server = "127.0.0.1:953"
# binary = "/usr/local/bin/unbound_telegraf.sh"