New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When querying for diagnostic data, devices on remote pollers should proxy the request #2568
Comments
You mean a verbose query? It works for me. What are you getting back from the verbose query? Looks like maybe a communication issue between the primary server and the remote data collector. The primary/central server/collector uses the hostname in the remote data collector to communicate over port 80 or 443 to exchange debug. It could be that the hostname that you are using is not known to the main server, or port 80/443 are not open. |
grep for "remote_agent" and then "reload" in the apache access log on the remote data collector, let me know if it's running. Is the remote data collector in online mode? The fact that it's returning data means that it's working. The only reason it would not return results back to the main server through the mysql connection would be if the remote collector is in offline mode for some undefined reason. |
On a hunch, I tested, and verified the issue. |
Multi Poller: execute refresh or debug query works only on remote poller
Describe the bug
when executing debug query on indexed interfaces on Central Cacti user is given no results. Same time, this query can be executed with success on remote Poller.
Workaround:
reindex interfces on remote hosts only?
cact
To Reproduce
Use central cacti to execute debug query for a device attached to remote poller.
Expected behavior
It is expected Central Cacti is able to execute debug query from remote host.
The text was updated successfully, but these errors were encountered: