Disable f2b temporarily and fix varnish stats
This commit is contained in:
parent
363015e26c
commit
dcd661a35a
|
@ -7,3 +7,10 @@
|
|||
tags:
|
||||
- telegraf
|
||||
- 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_string_fields = ["document-uri", "referrer", "violated-directive", "original-policy","blocked-uri"]
|
||||
# json_name_key = "csp_reports"
|
||||
|
||||
[[inputs.varnish]]
|
||||
stats = ["*"]
|
||||
|
||||
#[[inputs.fail2ban]]
|
||||
|
|
Reference in New Issue