HAPROXY Discovery: Cannot locate config file: /etc/haproxy/haproxy.cfgIssue During a discovery for a HAPROXY Load Balancer, the following warning message appears: "Cannot locate config file: /etc/haproxy/haproxy.cfg - Exit status: 1"ReleaseAny ReleasedCauseThe "haproxy.cfg" file cannot be found due to the following causes: The version of HAProxy installed is the Enterprise version.The "haproxy.cfg" isn't inside the right path.The user might not have the credential to read and access the folder.ResolutionBelow is the fix for each of the Causes mentioned above. Ensure that the version of the HAProxy installed is Community Edition. This is because the Enterprise version is currently not supported.You can find the location of the "haproxy.cfg" file using the following command "sudo find / -name haproxy.cfg". To test if it is installed correctly run the following command "haproxy -v". The server should respond with: HA-Proxy version 1.6.3 2015/12/25Copyright 2000-2015 Willy Tarreau <willy@haproxy.org> We can only find this when running the command with sudo. Another option is to include the must_sudo parameter to the probe. Then we would have the command being triggered with sudo, which should work.