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 page not found #3

Open
liuzhen opened this issue Apr 8, 2021 · 3 comments
Open

404 page not found #3

liuzhen opened this issue Apr 8, 2021 · 3 comments

Comments

@liuzhen
Copy link

liuzhen commented Apr 8, 2021

Hello,

docker run --net=host --privileged -d -v /dev/kmsg:/dev/kmsg private-registry/dmesg_exporter:latest start --address=":9008"

ss -lntp |grep 9008
LISTEN     0      65535        *:9008                     *:*                   users:(("dmesg_exporter",pid=586499,fd=5))

 
curl localhost:9008/metrics
404 page not found


`docker logs` outputs nothing.

cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.5 (Maipo)

Troubleshooting?

@mmagdy88
Copy link

I guess he abandoned the project, even if you bypass this error, you will find tons of other errors.

@smarakdas314
Copy link

I expected default is set, but I think it is not, so set --path

./dmesg_exporter start --path=/metrics --address=":8717" --tail

@smarakdas314
Copy link

@mmagdy88 what kind of other errors, do you know of any alternative dmesg prometheus exporters ?

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

3 participants