A prometheus exporter to monitor applications version
Go to file
Valentin Doreau 35bce36222
Initial commit
2024-10-31 20:50:09 +01:00
apps Initial commit 2024-10-31 20:50:09 +01:00
.gitignore Initial commit 2024-10-31 20:50:09 +01:00
Makefile Initial commit 2024-10-31 20:50:09 +01:00
README.md Initial commit 2024-10-31 20:50:09 +01:00
app_exporter.go Initial commit 2024-10-31 20:50:09 +01:00
go.mod Initial commit 2024-10-31 20:50:09 +01:00
go.sum Initial commit 2024-10-31 20:50:09 +01:00

README.md

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