Remove text_collector_examples/ (#1441)

* Remove text_collector_examples/

These have been moved to https://github.com/prometheus-community/node-exporter-textfile-collector-scripts

This closes #1077

Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>
This commit is contained in:
Johannes 'fish' Ziemke 2019-08-03 12:14:51 +02:00 committed by Ben Kochie
commit fc73586c97
18 changed files with 2 additions and 1768 deletions

View file

@ -1,16 +1,4 @@
# 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](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/)
For more information see:
https://github.com/prometheus/node_exporter#textfile-collector
The scripts have been moved to
https://github.com/prometheus-community/node-exporter-textfile-collector-scripts