huangzhiran / node-exporter-textfile-collector-scripts

Scripts for node-exporter's textfile collector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Example Usecases

Grafana Dashboard for smartmon.sh

An exemplary Grafana Dashboard for using the data from smartmon.sh is available as id 10664 from the Grafana Dashboard directory.

Example Dashbaord for smartmon.sh data

Further reading

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 56.7%Language:Shell 40.4%Language:Awk 2.9%