This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| prometheus_grafana [2019/01/12 14:45] – [Run exporters on boot using supervisord] admin | prometheus_grafana [2019/06/22 19: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 |
| <code bash / | <code bash / | ||
| Line 36: | Line 36: | ||
| </ | </ | ||
| - | MySQL Exporter | + | MySQL Exporter |
| <code bash / | <code bash / | ||
| Line 90: | Line 90: | ||
| + | |||
| + | SSL Check Exporter - https:// | ||
| + | |||
| + | <code bash / | ||
| + | [program: | ||
| + | command=/ | ||
| + | autostart=yes | ||
| + | autorestart=yes | ||
| + | startretries=3 | ||
| + | stderr_logfile=/ | ||
| + | stdout_logfile=/ | ||
| + | user=root | ||
| + | </ | ||
| + | |||
| + | ElasticSearch Exporter - https:// | ||
| + | |||
| + | |||
| + | <code bash / | ||
| + | [program: | ||
| + | command=/ | ||
| + | autostart=yes | ||
| + | autorestart=yes | ||
| + | startretries=3 | ||
| + | stderr_logfile=/ | ||
| + | stdout_logfile=/ | ||
| + | user=root | ||
| + | </ | ||
| ===== Grafana Dashboards ===== | ===== Grafana Dashboards ===== | ||