Sign inSign up

sysbind/moodle_exporter

By sysbind

Updated over 1 year ago

Image
0

557

sysbind/moodle_exporter repository overview

Prometheus Moodle Exporter

Exports Moodle Application Metrics:

  • moodle_live_users
  • moodle_expected_upcoming_partipicants
  • moodle_bytes_assign_submission (Labels: course ID)
  • moodle_bytes_backup (Labels: course ID)
  • moodle_bytes_backup_auto (Labels: course ID)
  • moodle_bytes_total

Exposes metrics on port 2345 by default.

Currently configured by standard PostgreSQL environment variables:

  • PGHOST
  • PGUSER
  • PGPASSWORD
  • PGDATABASE

Development

go build export PGHOST=.. PGUSER=.. PGPASSWORD=.. PGDATABASE=.. ./moodle_exporter

Tag summary

Content type

Image

Digest

Size

8.9 MB

Last updated

over 5 years ago

docker pull sysbind/moodle_exporter