Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #30028

Closed (moved)
(moved)
Open
Created Apr 04, 2019 by anarcat@anarcat

additional prometheus/grafana exporters/dashboards

our munin replacement is not entirely complete, as there are key parts of the infrastructure that are not monitored. here's a short inventory of what I found in #29681 (moved):

email servers monitoring (eugeni, etc? postfix)

  • in debian, possible dashboard
  • another approach: email delivery tests

mailman monitoring

no known exporter or dashboard

databases

  • postgres exporter, in debian, no offocial dashboard, but many possible dashboards
  • mysqld exporter, in debian - possible dashboard another from percona, not officially documented
  • generic sql exporter, in debian - credativ config and dashboard

DNS / bind

  • in debian, official dashboard

GitLab

there is builtin support for prometheus that has to be configured

those are the other missing things I found during the audit performed while removing Munin:

  • spamassassin: ham/spam/total counts, looks for spamd: ((processing|checking) message|identified spam|clean message) in mail.log, could be replaced with ​mtail
  • postgres-wal-traffic_: should be covered by the postgres_exporter mentioned above, otherwise hook psql -p "$port" --no-align --command 'SELECT * FROM pg_current_xlog_insert_location()' --tuples-only --quiet | tr -d /, into the node_exporter
  • ksm stats: extra memory statistics, might not be very important
  • haproxy: https://github.com/prometheus/haproxy_exporter
  • per VM disk usage: see #29816 (moved)
  • vsftpd: custom mtail plugin, no known exporter or dashboard

See the full review in #29682 (moved) for details on those.

There were also demands from other teams for monitoring, see #29863 (moved) and #30006 (moved) for now.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking