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:45] – [Run exporters on boot using supervisord] adminprometheus_grafana [2019/06/22 21:48] (current) – [Run exporters on boot using supervisord] admin
Line 23: Line 23:
 ===== Run exporters on boot using supervisord ===== ===== Run exporters on boot using supervisord =====
  
-Apache Exporter+Apache Exporter - https://github.com/Lusitaniae/apache_exporter
  
 <code bash /etc/supervisor/conf.d/apache_exporter.conf> <code bash /etc/supervisor/conf.d/apache_exporter.conf>
Line 36: Line 36:
 </code> </code>
  
-MySQL Exporter+MySQL Exporter - https://github.com/prometheus/mysqld_exporter
  
 <code bash /etc/supervisor/conf.d/mysql_exporter.conf> <code bash /etc/supervisor/conf.d/mysql_exporter.conf>
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.1547304317.txt.gz · Last modified: 2019/01/12 15:45 by admin