Exporter for machine metrics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ben Kochie 483f59d110
Document use of atomic wrapper (#781)
7 years ago
..
README.md Document use of atomic wrapper (#781) 7 years ago
apt.sh Fix apt.sh syntax (#811) 7 years ago
directory-size.sh add sample directory size exporter (#789) 7 years ago
ipmitool Added text collector conversion for ipmitool output. (#746) 7 years ago
ntpd_metrics.py Add ntpd metrics from ntpq rv 8 years ago
smartmon.sh Escape double quotes in device model family (#772) 7 years ago
storcli.py Update storcli.py (#783) 7 years ago

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