]> arthur.barton.de Git - netdata.git/commitdiff
quick fix. backslash added
authorlgz <lgz@loled2>
Tue, 20 Dec 2016 14:38:54 +0000 (23:38 +0900)
committerlgz <lgz@loled2>
Tue, 20 Dec 2016 14:38:54 +0000 (23:38 +0900)
python.d/freeradius.chart.py

index b047f37697a53da3c040cf8dc4b384a2a68c02cb..829c14cb6a3b45d4c310fa4519045167b68471c2 100644 (file)
@@ -11,7 +11,7 @@ from subprocess import Popen, PIPE
 priority = 60000
 retries = 60
 update_every = 15
 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']
 
 # charts order (can be overridden if you want less charts, or different order)
 ORDER = ['authentication', 'accounting', 'proxy-auth', 'proxy-acct']