repo.bitweaver.org

Public RPM repository hosting community-built packages for platforms no longer supported by upstream vendors. All Xymon/EL10 packages are GPG-signed — see Notes below. Source for community builds: github.com/bitweaver.

Repositories

RepoDescription.repo file
OLM 2.10 Client / OL10 Spacewalk 2.10 client RPMs for Oracle Linux 10 (Oracle no longer ships these) ol10-spacewalk.repo
Xymon / EL10 Xymon 5.0.3 monitoring packages, Sphinx search server, and bash-git-prompt for EL10 (x86_64) xymon-el10.repo

Xymon / EL10 packages

Xymon 5.0.3 rebuilt for Oracle Linux 10 / RHEL 10. The upstream xymon.sourceforge.io source with EL10 build patches (pcre2, tirpc, man2html). Replaces the discontinued terabithia.org fork.

Monitoring packages

PackageVersionNotes
xymon-client 5.0.3-2.el10.tera Remote monitoring client — install on managed hosts
xymon 5.0.3-2.el10.tera Full server (runs on the Xymon server host)
xymon-client-local 5.0.3-2.el10.tera Client reporting to localhost — for the server host itself
xymon-tools 5.0.3-2.el10.tera Utility tools
xymon-devel 5.0.3-2.el10.tera Development headers

Runtime dependencies (not in OL10 repos)

PackageVersionNotes
rrdtool 1.8.0-20.el10 Rebuilt from src RPM — OL10 drops the -devel subpackage
libtirpc 1.3.5-1.el10 Rebuilt from src RPM — OL10 drops the -devel subpackage

Shell utilities

PackageVersionNotes
bash-git-prompt 2.7.1-1.el10 Pristine upstream build from magicmonty/bash-git-prompt — informative git prompt for bash

Search server

PackageVersionNotes
sphinx 2.2.11-2.el10 Sphinx full-text search server, built from the last GPL source release at sphinxsearch.com (3.x+ is commercial-only). MySQL/PostgreSQL/libstemmer support, systemd-native. RE2 and unixODBC omitted.

All packages in this repo are GPG-signed (key ID 5ddf7043) — see Notes below.

Quick bootstrap — Oracle Linux 10

Install repos and register with Spacewalk on a fresh OL10 host:

# Enable Oracle base repos (disabled by default on ISO builds)
dnf config-manager --enable ol10_baseos_latest ol10_appstream

# Update CA certs first (fresh ISO may lack current Let's Encrypt intermediates)
dnf -y update ca-certificates && update-ca-trust

# Add repos
curl -o /etc/yum.repos.d/olm-ol10.repo      https://dc.photocloud.pro/storage/static/olm-ol10.repo
curl -o /etc/yum.repos.d/xymon-el10.repo    https://repo.bitweaver.org/xymon-el10.repo

# Install Spacewalk SSL cert, client, and xymon
dnf -y install http://spacey.photobooks.pro/pub/rhn-org-trusted-ssl-cert-1.0-1.noarch.rpm
dnf -y install rhn-setup rhn-client-tools rhnsd dnf-plugin-spacewalk \
               rhncfg-actions rhncfg-client osad
dnf -y install xymon-client bash-git-prompt

Notes

Maintained and hosted by bitweaver.org - Last updated 2026-06-22.