No description
Find a file
Hunter Egnatis 65a2a3dc09 v0.0.10
2025-12-23 13:24:59 -05:00
cmd Change active user query to last 5 minutes 2025-12-23 11:19:27 -05:00
internal add weekly and daily users to metrics 2025-12-23 13:24:25 -05:00
k8s split up files, add readme 2025-12-18 14:23:39 -05:00
.gitignore initial commit 2025-12-12 00:04:40 -05:00
.ko.yaml initial commit 2025-12-12 00:04:40 -05:00
dockerfile initial commit 2025-12-12 00:04:40 -05:00
go.mod initial commit 2025-12-12 00:04:40 -05:00
go.sum initial commit 2025-12-12 00:04:40 -05:00
LICENSE initial commit 2025-12-12 00:04:40 -05:00
main.go initial commit 2025-12-12 00:04:40 -05:00
README.md Add ci, fix readme 2025-12-18 14:36:29 -05:00
skaffold.yaml initial commit 2025-12-12 00:04:40 -05:00
Taskfile.yml v0.0.10 2025-12-23 13:24:59 -05:00

Moodle exporter

Exports basic moodle metrics

  • total users
  • users active in last 30 days
  • database up
  • total number of courses

Usage

DB_TYPE=mysql|postgres|mariadb
DB_HOST=localhost
DB_PORT=3306
DB_PASS=password
DB_NAME=moodle
DB_USER=moodle
./moodle_exporter