# node-exporter-textfile-collector-scripts **Repository Path**: mirrors_prometheus-community/node-exporter-textfile-collector-scripts ## Basic Information - **Project Name**: node-exporter-textfile-collector-scripts - **Description**: Scripts for node-exporter's textfile collector - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-27 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Textfile Collector Example Scripts These scripts are examples to be used with the Node Exporter textfile collector. To use these scripts, we recommend using `sponge` to atomically write the output. ``` | sponge ``` Sponge comes from [moreutils](https://joeyh.name/code/moreutils/) * [brew install moreutils](http://brewformulas.org/Moreutil) * [apt install moreutils](https://packages.debian.org/search?keywords=moreutils) * [pkg install moreutils](https://www.freshports.org/sysutils/moreutils/) *Caveat*: sponge cannot write atomically if the path specified by the `TMPDIR` environment variable is not on the same filesystem as the target output file. For more information see: https://github.com/prometheus/node_exporter#textfile-collector