summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/squid/squid.chart.py
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/python.d.plugin/squid/squid.chart.py')
-rw-r--r--collectors/python.d.plugin/squid/squid.chart.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/collectors/python.d.plugin/squid/squid.chart.py b/collectors/python.d.plugin/squid/squid.chart.py
index 2e1fe09932..c00556b568 100644
--- a/collectors/python.d.plugin/squid/squid.chart.py
+++ b/collectors/python.d.plugin/squid/squid.chart.py
@@ -6,12 +6,12 @@
from bases.FrameworkServices.SocketService import SocketService
-# default module values (can be overridden per job in `config`)
-# update_every = 2
-priority = 60000
-
-# charts order (can be overridden if you want less charts, or different order)
-ORDER = ['clients_net', 'clients_requests', 'servers_net', 'servers_requests']
+ORDER = [
+ 'clients_net',
+ 'clients_requests',
+ 'servers_net',
+ 'servers_requests',
+]
CHARTS = {
'clients_net': {