node_exporter/text_collector_examples
Ben Kochie 483f59d110
Document use of atomic wrapper (#781)
Document how to use `sponge` to atomic update textfiles.
2018-02-27 19:46:01 +01:00
..
README.md Document use of atomic wrapper (#781) 2018-02-27 19:46:01 +01:00
apt.sh Fix apt.sh syntax (#811) 2018-02-05 20:43:25 +01:00
directory-size.sh add sample directory size exporter (#789) 2018-02-21 16:24:48 +01:00
ipmitool Added text collector conversion for ipmitool output. (#746) 2017-12-01 12:58:39 +01:00
ntpd_metrics.py Add ntpd metrics from ntpq rv 2017-02-14 16:20:53 +01:00
smartmon.sh Escape double quotes in device model family (#772) 2018-01-24 11:35:14 +01:00
storcli.py Update storcli.py (#783) 2018-01-09 09:10:30 +01:00

README.md

Text collector example scripts

These scripts are examples to be used with the Node Exporter Textfile Collector.

To use these scripts, we recommend using a sponge to atomically write the output.

<collector_script> | sponge <output_file>

Sponge comes from moreutils

For more information see: https://github.com/prometheus/node_exporter#textfile-collector