User Tools

Site Tools


prometheus_grafana

This is an old revision of the document!


Grafana Prometheus

A list of available exporters:

https://prometheus.io/docs/instrumenting/exporters/

Run exporters on boot (could be improved)

In /etc/rc.local add before exit 0:

/root/go/bin/grafana-rrd-server -r /var/lib/munin/KnallimallOrg/ &
/root/go/bin/mysqld_exporter --config.my-cnf /etc/mysql/debian.cnf &
/root/go/bin/nextcloud-exporter -p PASSWORD -u NEXTCLOUD_USER -l https://cloud.domain.org/ocs/v2.php/apps/serverinfo/api/v1/info &
/root/go/bin/apache_exporter -insecure -scrape_uri "http://localhost/server-status/?auto" &
prometheus_grafana.1547236897.txt.gz · Last modified: 2019/01/11 21:01 by admin