You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use `TrimSuffix` instead of `TrimRight` in cases where an exact suffix
string needs to be removed, not all occurrences of all characters in a
specified cutset.
Fixes: prometheus#507
Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
Re: issue #219, I am experiencing a similar issue related to mdadm raid0 parsing regexp
This is the output of
/proc/mdstat
:I am running node_exporter Docker image version 0.14.0 inside CoreOS (Container Linux):
Linux hostname 4.11.9-coreos #1 SMP Thu Jul 6 00:54:42 UTC 2017 x86_64 Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz GenuineIntel GNU/Linux
If you are interested, I could submit a pull request as simple as something accounting for
external:/md127/0
in the status line.The text was updated successfully, but these errors were encountered: