Open source

Projects

Everything Rebel Core maintains, published under Apache-2.0 on GitHub. Star counts and release tags are a snapshot — follow the repository links for the live state.

4
Repositories
80
GitHub stars
2
Languages
Apache-2.0
License, across the board

Jellyfin Exporter

rebelcore/jellyfin_exporter

Prometheus exporter for Jellyfin. Scrapes your media server for library counts, active sessions, transcode load and user activity, and exposes it all on a standard /metrics endpoint.

  • jellyfin
  • monitoring
  • prometheus
  • prometheus-exporter
Go55 starsApache-2.0v1.5.2
docker
docker run -d -p 9594:9594 \
  -e JELLYFIN_BASE_URL=http://jellyfin:8096 \
  -e JELLYFIN_API_KEY=<your-key> \
  rebelcore/jellyfin_exporter

Jellyfin Grafana Dashboard

rebelcore/jellyfin_grafana

A ready-made Grafana dashboard for the metrics the Jellyfin exporter produces. Import the JSON, point it at your Prometheus datasource and you have streaming, library and user panels out of the box.

  • grafana
  • grafana-dashboard
  • jellyfin
24 starsApache-2.0

Minecraft Exporter

rebelcore/minecraft_exporter

Prometheus exporter for Minecraft servers. Tracks player counts, positions in the world, and server health so you can build alerts and Grafana panels around a live world.

  • minecraft
  • monitoring
  • prometheus
Go1 starsApache-2.0v1.0.3
docker
docker run -d -p 9150:9150 \
  -v /path/to/world:/world:ro \
  rebelcore/minecraft_exporter

Jenkins PagerDuty Plugin

rebelcore/jenkins-plugin-pagerduty-v2

Trigger, acknowledge and resolve PagerDuty incidents straight from a Jenkins pipeline, so a failing build pages the on-call engineer without a separate alerting hop.

  • alerting
  • jenkins
  • jenkins-plugin
  • pagerduty
Java0 starsApache-2.0v1.1.0

Contributing

Pull requests welcome

Bug reports and patches are read. If a tool is missing something you need, opening an issue is the fastest route to it existing.