-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Errors with hub/spoke Docker deployment of InfluxDB and Scrutiny #518
Comments
you might want to run with DEBUG mode enabled to get extra logs and see whats going on. It looks like Scrutiny was able to successfully connect to your influxdb database. |
Set up debug mode:
Restarted the scrutiny-web container.
|
Figured out the issue. I somehow was using an old |
Hoping this is the right place for this; apologies if not...
I am attempting to deploy using the hub/spoke method described here, given that I have multiple servers I want to monitor, so I want to deploy multiple collectors.
I deployed the influxdb container as follows (password and token replaced):
This looks good... I can log into the Influx UI by pointing a browser to port 8086 on my docker host, using the credentials I specified above...
I populated scrutiny/scrutiny.yaml as follows based on the example here
Note I have the actual docker host hostname as the "host" for influxdb, but "localhost" as the "host" for scrutiny-web... This got me the furthest, as things just didn't work otherwise (see additional details below).
The next step, starting the Scrutiny web, is where I'm hung up. I run:
I can see that the listener starts up on port 8080...
At this point, I would expect to be able to connect to the scrutiny web UI (I know it would be empty since no data was collected), but I can't seem to talk to it, from a web browser on my network, or even locally:
If I try to run the container in the foreground (no "-d") option, I get the following output (timestamps removed for clarity):
Am I doing something wrong? Can anyone help me troub;eshoot?
What happens when I specify different "host" values in the YAML...
If I specify the actual hostname as my scrutiny-web host, I get the following during container startup...
If I specify localhost as the influx hostname, I get this error:
Environment is Docker running in a Debian LXC container on Proxmox 8.0.3:
The text was updated successfully, but these errors were encountered: