====== Prometheus ====== http://Prometheus.io * [[https://fr.slideshare.net/TimVaillancourt/monitoringwithprometheusgrafanatutorial|Monitoring with Prometheus Grafana Tutorial]] (with Mysql exported) * Monitoring Exim (Exim4) with [[https://github.com/fstab/grok_exporter|grok_exporter]]. The grok_exporter aims at porting Grok from the ELK stack to Prometheus monitoring. The goal is to use Grok patterns for extracting Prometheus metrics from arbitrary log files. * [[https://github.com/prometheus/blackbox_exporter|blackbox_exporter]] The blackbox exporter allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP. * [[https://www.robustperception.io/tag/prometheus/|Articles]] du lead developper Prometheus differs from [[/informatique/system_admin/server_monitoring#grafana_loki|Grafana Loki]] by focusing on metrics instead of logs, and delivering logs via pull, instead of push.