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 124 node-exporter-textfile-collector-scripts issues
Sort by recently updated
recently updated
newest added

This exporter exposes a few interesting stats about linux ipsets Cheers

This is a script for [borgmatic](https://torsion.org/borgmatic/), adds following metrics: - borgmatic_backup_success: whether a borgmatic operation succeeded - borgmatic_backup_duration_seconds: duration of a borgmatic operation - borgmatic_backup_latest_archive_files: number of files within latest...

This script exports FreeBSD rc service status information whether a given service is running or not. Sponsored by: Klara Inc. Sponsored by: ELW – Entsorgungsbetriebe der Landeshauptstadt Wiesbaden Signed-off-by: Mateusz...

This allows windows_exporter to pickup the following metrics: - Physical disk - Health status (basically SMART) - Operational status - Storage Pools (including intel VROC RAID) - Health status -...

This script was born out of a desire to monitor and alert on cronjobs using Prometheus and Alertmanager. This script was inspired by https://janikvonrotz.ch/2020/09/07/monitor-cron-jobs-with-prometheus-grafana-and-node-exporter/ As far as I'm aware there...

reference: https://realpython.com/python-defaultdict/

Some of my hard drives export `22 Helium_Level`as an attribute, and I want to monitor them. I've tested this change locally to make sure the new metrics appear in prometheus.

Small modification to yum.sh to integrate new gauges that only list security updates. On older systems, it require `yum-plugin-security` to work, but on newer systems (el7 and newer IIRC) it...

Hi, We're migrating away from icinga here and we have an in-house check that provides us with quite useful metrics. `apt_info.py` has this: ``` # /usr/share/prometheus-node-exporter-collectors/apt_info.py # HELP apt_upgrades_pending Apt...