]> arthur.barton.de Git - netdata.git/commit
Changed ExecutableService check() to split properly
authorJeff Willette <jrwillette88@gmail.com>
Mon, 12 Dec 2016 23:04:23 +0000 (08:04 +0900)
committerJeff Willette <jrwillette88@gmail.com>
Mon, 12 Dec 2016 23:04:23 +0000 (08:04 +0900)
commitd6c9b19c6c9ebe2ef7af7f2d03beb92891ee7844
tree2e0c281af9c0c7a360604a3a9743e591e46f624e
parent24eed0717deeaeaa963796fd4875b94b6024c6d3
Changed ExecutableService check() to split properly

ExectuableService was splitting the command in the wrong place
which was causing it to only be searched in /sbin and /usr/sbin
instead of the regular PATH.
python.d/python_modules/base.py