prometheus-community / node-exporter-textfile-collector-scripts

Scripts for node-exporter's textfile collector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

<collector_script> | sponge <output_file>

Sponge comes from 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

About

Scripts for node-exporter's textfile collector

License:Apache License 2.0


Languages

Language:Python 65.9%Language:Shell 32.2%Language:Awk 1.9%