]> arthur.barton.de Git - netdata.git/commitdiff
varnish plugin: update plugin conf
authorIlya <ilyamaschenko@gmail.com>
Mon, 16 Jan 2017 13:46:07 +0000 (22:46 +0900)
committerIlya <ilyamaschenko@gmail.com>
Mon, 16 Jan 2017 13:46:07 +0000 (22:46 +0900)
conf.d/python.d/varnish.conf

index 00a2fc5a0b34c832263344b9d09438e6ec0ea3c9..56dc6334d4f97c774556aed3065d9b63d151d94e 100644 (file)
 #     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