summaryrefslogtreecommitdiffstats
path: root/conf.d/python.d
diff options
context:
space:
mode:
authorIlya <ilyamaschenko@gmail.com>2017-01-16 22:46:07 +0900
committerIlya <ilyamaschenko@gmail.com>2017-01-16 22:46:07 +0900
commitf59b94550c70759f411918a8d3750805337f3f8e (patch)
treef5c9d79338f869ca316c1b1c29a44f6151a21f4d /conf.d/python.d
parent9deefe240e59e93f52ef872c60b44a4c82fd0479 (diff)
varnish plugin: update plugin conf
Diffstat (limited to 'conf.d/python.d')
-rw-r--r--conf.d/python.d/varnish.conf27
1 files changed, 5 insertions, 22 deletions
diff --git a/conf.d/python.d/varnish.conf b/conf.d/python.d/varnish.conf
index 00a2fc5a0b..56dc6334d4 100644
--- a/conf.d/python.d/varnish.conf
+++ b/conf.d/python.d/varnish.conf
@@ -54,29 +54,12 @@
# priority: 60000 # the JOB's order on the dashboard
# retries: 5 # the JOB's number of restoration attempts
#
-# Additionally to the above, varnish also supports the following:
#
-# extra_charts: 'list of charts' (default is no extra charts)
-# all_charts: True. Enable all charts (default is False)
#
-# List of all available charts:
+# The only you need is to add netdata to 'varnish' group
#
-#['hit_rate','chit_rate', 'request_rate', 'transfer_rates', 'session', 'backend_traffic', 'bad',
-# 'objects', 'threads', 'memory_usage', 'objects_per_objhead', 'losthdr', 'hcb', 'esi', 'session_herd',
-# 'shm_writes', 'shm', 'allocations', 'vcl', 'bans', 'bans_lurker', 'expunge', 'lru', 'gzip', 'uptime']
+# Check it from cmd
+# id netdata
+#
+# uid=999(netdata) gid=999(netdata) группы=999(netdata),118(varnish)
#
-# Enabled by default:
-#
-#['hit_rate', 'chit_rate', 'request_rate', 'transfer_rates', 'session', 'backend_traffic', 'memory_usage', 'bad', 'uptime']
-#
-# You can enable all additional charts using 'extra_charts' or 'all_charts' option
-#
-# All extra charts will appear under 'Extra charts' in the netdata dashboard menu
-# ----------------------------------------------------------------------
-# Example;
-#
-# extra_charts : 'shm lru expunge'
-#
-# OR
-#
-# all_charts: True