-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Unable to start node_exporter err="could not get power_supply class info: error obtaining power_supply class info: failed to read file \"/sys/class/power_supply/BAT0/current_now\": no such device" #3108
Comments
when i tried to exclude
output:
|
chengjoey
added a commit
to chengjoey/node_exporter
that referenced
this issue
Sep 6, 2024
Signed-off-by: joey <zchengjoey@gmail.com>
chengjoey
added a commit
to chengjoey/node_exporter
that referenced
this issue
Sep 22, 2024
Signed-off-by: joey <zchengjoey@gmail.com>
chengjoey
added a commit
to chengjoey/node_exporter
that referenced
this issue
Sep 22, 2024
Signed-off-by: joey <zchengjoey@gmail.com>
SuperQ
added a commit
that referenced
this issue
Sep 25, 2024
Avoid panic for accessing slice out of range in hwmon. Fixes: #3108 Signed-off-by: Ben Kochie <superq@gmail.com>
SuperQ
added a commit
that referenced
this issue
Sep 27, 2024
Avoid panic for accessing slice out of range in hwmon. Fixes: #3108 Signed-off-by: Ben Kochie <superq@gmail.com>
SuperQ
added a commit
that referenced
this issue
Sep 28, 2024
Avoid panic for accessing slice out of range in hwmon. Fixes: #3108 Signed-off-by: Ben Kochie <superq@gmail.com>
discordianfish
pushed a commit
that referenced
this issue
Sep 30, 2024
Avoid panic for accessing slice out of range in hwmon. Fixes: #3108 Signed-off-by: Ben Kochie <superq@gmail.com>
thank you for #3134 patch, can confirm it works properly now |
rongyi
pushed a commit
to ontology-tech/node_exporter
that referenced
this issue
Oct 17, 2024
Avoid panic for accessing slice out of range in hwmon. Fixes: prometheus#3108 Signed-off-by: Ben Kochie <superq@gmail.com>
v-zhuravlev
pushed a commit
to grafana/node_exporter
that referenced
this issue
Nov 1, 2024
Avoid panic for accessing slice out of range in hwmon. Fixes: prometheus#3108 Signed-off-by: Ben Kochie <superq@gmail.com> Signed-off-by: Vitaly Zhuravlev <v-zhuravlev@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Host operating system: output of
uname -a
node_exporter version: output of
node_exporter --version
node_exporter command line flags
without flags, in systemd service file:
node_exporter log output
Are you running node_exporter in Docker?
No
What did you do that produced an error?
after node_exporter started, send a curl or open using web browser to
http://localhost:9100/metrics
What did you expect to see?
metrics are shown
What did you see instead?
curl return
curl: (52) Empty reply from server
while node_exporter process is crashedThe text was updated successfully, but these errors were encountered: