Skip to content
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

404 File not found #56

Open
pizu opened this issue Mar 16, 2017 · 4 comments
Open

404 File not found #56

pizu opened this issue Mar 16, 2017 · 4 comments

Comments

@pizu
Copy link

pizu commented Mar 16, 2017

Hi,

I have an issue after installing with git clone and did turn on the server, am having: 404 File not found

is there any other configuration? that I need to do

local.js edited and same issue.

@liwsakilive
Copy link

Me too.

@andrewhearn
Copy link

(a late reply....) You need to host the html/ folder on a (separate) webserver - metronome's :8000 webserver is just the API endpoint, the javascript in the html files will talk metronome's API.

@dmgeurts
Copy link

Same here. I followed these instructions: Graphing your PowerDNS services with Metronome, part 1 except for swapping Apache for Nginx.

Did you find a solution?

The PowerDNS Metronome page loads, but the below error pops up. When I then attempt to access the given link I get a 404 error in my browser and I can reach port 8000 from both the client and server.

Could not contact Metronome statistics server at http://10.0.0.10:8000/. This is either due to a connectivity problem or a intervening firewall, or otherwise a timeout.

Testing connectivity:

nc -zv 10.0.0.10 8000
Connection to 10.0.0.10 8000 port [tcp/*] succeeded!

So I think the issue is the 404 error, not the connectivity between the client-based javascript and the Metronome server.

@dmgeurts
Copy link

However, when implementing part-2 of the article. Things start working. It seems having the website and javascript target one the same domain helps get the issue resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants