Tags: unreproducible upstream Sadly I am not able to reproduce this (in a de_DE.UTF-8 locale). However, the issue has also been mentioned upstream, and since this is (in theory) not a Debian-specific issue, I suggested that it should be fixed upstream. See https://github.com/prometheus-community/node-exporter-textfile-collector-scripts/issues/97
Upon further consideration, it's probably advisable for all of these scripts to set LC_ALL=C, since that is the most universal locale for parsing output of third-party executables - not only numeric formats, but also dates / times and localized strings.

