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:41] – 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 60: | Line 60: | ||
| stdout_logfile=/ | stdout_logfile=/ | ||
| user=root # don't run this process as root | user=root # don't run this process as root | ||
| + | </ | ||
| + | |||
| + | Fail2ban Exporter - https:// | ||
| + | |||
| + | <code bash / | ||
| + | [program: | ||
| + | command=/ | ||
| + | autostart=yes | ||
| + | autorestart=yes | ||
| + | startretries=3 | ||
| + | stderr_logfile=/ | ||
| + | stdout_logfile=/ | ||
| + | user=root # don't run this process as root | ||
| + | </ | ||
| + | |||
| + | |||
| + | Nextcloud Exporter - https:// | ||
| + | |||
| + | <code bash / | ||
| + | [program: | ||
| + | command=/ | ||
| + | autostart=yes | ||
| + | autorestart=yes | ||
| + | startretries=3 | ||
| + | stderr_logfile=/ | ||
| + | stdout_logfile=/ | ||
| + | user=root | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | 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 | ||
| </ | </ | ||