No description
- Go 100%
| cmd | ||
| internal | ||
| k8s | ||
| .gitignore | ||
| .ko.yaml | ||
| dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| skaffold.yaml | ||
| Taskfile.yml | ||
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