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.
node_exporter/text_collector_examples
Henk fbe390709f
Add nvme_metrics.sh text collector example (#1309)
6 years ago
..
README.md Note how to get moreutils on FreeBSD (#1073) 6 years ago
apt.sh Fix apt.sh syntax (#811) 7 years ago
btrfs_stats.py Add a sample btrfs stats collector script (#1200) 6 years ago
deleted_libraries.py Add mellanox_hca_temp text collector example (#1128) 6 years ago
directory-size.sh Fix metric name in directory size text collector example 7 years ago
inotify-instances Add the inotify-instances text collector (#1186) 6 years ago
ipmitool remove "-n" flag from /usr/bin/awk (#1269) 6 years ago
md_info.sh Add metrics exposing extended md RAID info (#958) 6 years ago
md_info_detail.sh add md_info_detail.sh (#1204) 6 years ago
mellanox_hca_temp Add mellanox_hca_temp text collector example (#1128) 6 years ago
ntpd_metrics.py Add ntpd metrics from ntpq rv 8 years ago
nvme_metrics.sh Add nvme_metrics.sh text collector example (#1309) 6 years ago
pacman.sh Introduce example to get pending updates from pacman (#1114) 6 years ago
smartmon.py Update smartmon.py to widen self_assessment_passed test (#1293) 6 years ago
smartmon.sh add md_info_detail.sh (#1204) 6 years ago
storcli.py ADD Cachevault_Info.Temp, being a distinct phy component, I think it's worth monitoring (#1268) 6 years ago
yum.sh yum.sh: yum update monitor (#1273) 6 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