Disable f2b temporarily and fix varnish stats
This commit is contained in:
parent
363015e26c
commit
dcd661a35a
|
@ -7,3 +7,10 @@
|
||||||
tags:
|
tags:
|
||||||
- telegraf
|
- telegraf
|
||||||
- vault
|
- vault
|
||||||
|
- name: Give required permissions to the daemon
|
||||||
|
user:
|
||||||
|
name: 'telegraf'
|
||||||
|
groups:
|
||||||
|
- varnish # TODO: Create a monitoring group
|
||||||
|
tags:
|
||||||
|
- telegraf
|
||||||
|
|
|
@ -72,3 +72,8 @@
|
||||||
# json_query = "csp-report"
|
# json_query = "csp-report"
|
||||||
# json_string_fields = ["document-uri", "referrer", "violated-directive", "original-policy","blocked-uri"]
|
# json_string_fields = ["document-uri", "referrer", "violated-directive", "original-policy","blocked-uri"]
|
||||||
# json_name_key = "csp_reports"
|
# json_name_key = "csp_reports"
|
||||||
|
|
||||||
|
[[inputs.varnish]]
|
||||||
|
stats = ["*"]
|
||||||
|
|
||||||
|
#[[inputs.fail2ban]]
|
||||||
|
|
Reference in New Issue