Disable f2b temporarily and fix varnish stats

This commit is contained in:
Alex 2020-06-04 14:37:18 +02:00
parent 363015e26c
commit dcd661a35a
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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]]