node-exporter-textfile-collector-scripts icon indicating copy to clipboard operation
node-exporter-textfile-collector-scripts copied to clipboard

Scripts for node-exporter's textfile collector

Results 110 node-exporter-textfile-collector-scripts issues
Sort by recently updated
recently updated
newest added

smartctl -A makes sense for sata drives since it gets the block of numbered attributes parse_smartctl_attributes expects. For scsi drives -A gives too little information and even excludes half of...

Adding a simple exporter script for Wireguard interfaces/peers. The script uses the `wg show all dump` command in the background to get all its information. This is the Pull Request...

# Motivation Im using wireguard as a vpn on my server and would like to be able to easily load at least basic metrics for it into prometheus. # Proposition...

Add textfile collector to count the number of lun devices associated with device-mapper slaves and expose as Prometheus metrics. Signed-off-by: Saket Sinha

After installing node_exporter I see following error in the logs: ``` May 16 23:49:35 odroidn2 prometheus-node-exporter[96276]: level=error ts=2021-05-16T21:49:35.076Z caller=textfile.go:209 collector=textfile msg="failed to collect textfile data" file=smartmon.prom err="failed to parse textfile...

Signed-off-by: Saeed when run from crontab lvs , pvs , vgs command make error and exit code 127 which means command not found and if i use full path for...

Patches that allows the collector to report `battery_backup_healthy` when the BBU is absent (because there is a Cachevault supercap instead), as well as expose metrics for the Cachevault health directly....