summaryrefslogtreecommitdiffstats
path: root/python.d
diff options
context:
space:
mode:
authorlgz <lgz@loled2>2016-12-20 23:38:54 +0900
committerlgz <lgz@loled2>2016-12-20 23:38:54 +0900
commit4c89995c04a582056647a8b97d5533706d024387 (patch)
treecaea90f2f07c160ff495fa9c3e6dffb56b6794aa /python.d
parent5e7fb194e644ea46c6a4af6533de175118fcc2dc (diff)
quick fix. backslash added
Diffstat (limited to 'python.d')
-rw-r--r--python.d/freeradius.chart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python.d/freeradius.chart.py b/python.d/freeradius.chart.py
index b047f37697..829c14cb6a 100644
--- a/python.d/freeradius.chart.py
+++ b/python.d/freeradius.chart.py
@@ -11,7 +11,7 @@ from subprocess import Popen, PIPE
priority = 60000
retries = 60
update_every = 15
-directories = ['/bin/', '/usr/bin/', '/sbin', '/usr/sbin/']
+directories = ['/bin/', '/usr/bin/', '/sbin/', '/usr/sbin/']
# charts order (can be overridden if you want less charts, or different order)
ORDER = ['authentication', 'accounting', 'proxy-auth', 'proxy-acct']