User Tools

Site Tools


prometheus_grafana

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
prometheus_grafana [2019/01/12 15:49] – [Run exporters on boot using supervisord] adminprometheus_grafana [2019/06/22 21:48] (current) – [Run exporters on boot using supervisord] admin
Line 90: Line 90:
  
  
 +
 +SSL Check Exporter - https://github.com/chrj/prometheus-ssl-exporter
 +
 +<code bash /etc/supervisor/conf.d/ssl_exporter.conf>
 +[program:ssl_exporter]
 +command=/root/go/bin/prometheus-ssl-exporter
 +autostart=yes
 +autorestart=yes
 +startretries=3
 +stderr_logfile=/var/log/prometheus_exporter/ssl_exporter.err.log
 +stdout_logfile=/var/log/prometheus_exporter/ssl_exporter.log
 +user=root
 +</code>
 +
 +ElasticSearch Exporter - https://github.com/justwatchcom/elasticsearch_exporter
 +
 +
 +<code bash /etc/supervisor/conf.d/elasticsearch_exporter.conf>
 +[program:elasticsearch_exporter]
 +command=/root/go/bin/elasticsearch_exporter --es.uri=http://localhost:9200
 +autostart=yes
 +autorestart=yes
 +startretries=3
 +stderr_logfile=/var/log/prometheus_exporter/elasticsearch_exporter.err.log
 +stdout_logfile=/var/log/prometheus_exporter/elasticsearch_exporter.log
 +user=root
 +</code>
  
 ===== Grafana Dashboards ===== ===== Grafana Dashboards =====
prometheus_grafana.1547304575.txt.gz · Last modified: 2019/01/12 15:49 by admin