A prometheus exporter to monitor applications version
Find a file
2024-11-01 19:42:01 +01:00
.forgejo/workflows chore: added debian package build script 2024-11-01 19:40:55 +01:00
apps Initial commit 2024-10-31 20:50:09 +01:00
deb chore: added debian package build script 2024-11-01 19:40:55 +01:00
.gitignore Initial commit 2024-10-31 20:50:09 +01:00
app_exporter.go chore: support adding version at build time 2024-11-01 19:34:36 +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 Initial commit 2024-10-31 20:50:09 +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
  • nextcloud: curl -s https://files.rccd:9000/status.php | jq .version -r
  • odoo
  • odoo enterprise commit/date: TODO
  • postgres
  • vaultwarden