A prometheus exporter to monitor applications version
Find a file
Valentin Doreau f0f1213dbc
All checks were successful
Build package / typos (push) Successful in 1m31s
feat: added minio version export
2024-11-15 14:20:05 +01:00
.forgejo/workflows chore: use package token 2024-11-01 19:53:42 +01:00
apps feat: added minio version export 2024-11-15 14:20:05 +01:00
deb chore: copy the service with the package's name 2024-11-01 19:57:59 +01:00
.gitignore Initial commit 2024-10-31 20:50:09 +01:00
app_exporter.go feat: added minio version export 2024-11-15 14:20:05 +01:00
go.mod chore: reduced min go version to 1.22.8 2024-11-01 19:42:01 +01:00
go.sum Initial commit 2024-10-31 20:50:09 +01:00
Makefile chore: support adding version at build time 2024-11-01 19:34:36 +01:00
README.md feat: added minio version export 2024-11-15 14:20:05 +01:00

Prometheus Application Exporter

A Prometheus exporter to list application and their installed version.

This is mainly targeted at the Recycled Cloud hosted applications.

Supported applications

  • cloudpanel: TODO
  • cubebackup
  • forgejo
  • forgejo_runner
  • grafana
  • minio
  • nextcloud: curl -s https://files.rccd:9000/status.php | jq .version -r
  • odoo
  • odoo enterprise commit/date: TODO
  • postgres
  • vaultwarden