From 4c89995c04a582056647a8b97d5533706d024387 Mon Sep 17 00:00:00 2001 From: lgz Date: Tue, 20 Dec 2016 23:38:54 +0900 Subject: quick fix. backslash added --- python.d/freeradius.chart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python.d') 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'] -- cgit v1.2.3