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

remove md_info, as node exporter supports it with v1.0.0-rc0 #48

Open
judos opened this issue Mar 29, 2020 · 0 comments · May be fixed by #109
Open

remove md_info, as node exporter supports it with v1.0.0-rc0 #48

judos opened this issue Mar 29, 2020 · 0 comments · May be fixed by #109

Comments

@judos
Copy link

judos commented Mar 29, 2020

The issue for the md_adm statistics can be considered closed with node exporter v1.0.0-rc0. See:
prometheus/node_exporter#261

We got now the relevant metrics. e.g.:

node_md_disks{device="md0",state="active"} 2
node_md_disks{device="md0",state="failed"} 0
node_md_disks{device="md0",state="spare"} 0
# HELP node_md_disks_required Total number of disks of device.
# TYPE node_md_disks_required gauge
node_md_disks_required{device="md0"} 2
# HELP node_md_state Indicates the state of md-device.
# TYPE node_md_state gauge
node_md_state{device="md0",state="active"} 1
node_md_state{device="md0",state="inactive"} 0
node_md_state{device="md0",state="recovering"} 0
node_md_state{device="md0",state="resync"} 0

Therefore we can remove the textfile scripts: md_info.sh and md_info_detailled.sh.

Cheers!

Kriechi added a commit to Kriechi/node-exporter-textfile-collector-scripts that referenced this issue Dec 27, 2021
Kriechi added a commit to Kriechi/node-exporter-textfile-collector-scripts that referenced this issue Dec 27, 2021
closes prometheus-community#24
closes prometheus-community#48
closes prometheus-community#92
For remaining problems, please open a new issue at https://github.com/prometheus/node_exporter

Signed-off-by: Thomas Kriechbaumer <thomas@kriechbaumer.name>
Kriechi added a commit to Kriechi/node-exporter-textfile-collector-scripts that referenced this issue Dec 27, 2021
closes prometheus-community#24
closes prometheus-community#25
closes prometheus-community#48
closes prometheus-community#92
For remaining problems, please open a new issue at https://github.com/prometheus/node_exporter

Signed-off-by: Thomas Kriechbaumer <thomas@kriechbaumer.name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant