Skip to content

Package repositories

Supported Operating Systems

At the moment, there are packages for the following distributions: Debian (Jessie, Stretch, Buster, Bullseye), Ubuntu (Bionic, Xenial, Disco), AlmaLinux 8/9/10

Branches of repositories

Two repository branches are available:

Release

The last release of Glaber, for production use.

The repositories are at [https://glaber.debuggingetup/repos3(https://glaber.io/ru/setup/repos)

Latest

Repositories with builds that include new functions. These builds are tested in test environments, but are not recommended for production use.

The repositories are at https://glaber.io/repo/latest

** Note: ** Instructions are given for the Release repository. If you are using Latest, change the repository URL from https://glaber.io/repo/ to https://glaber.io/repo/latest/.

Adding repositories to Ubuntu:

Complete commands with administrator rights:

APT-GET UPDATE && Apt-GET Install WGET GNUPG2 LSB-Release Apt-Transport-HTTPS -y
Wget --quiet-o -https://glaber.io/repo/key/repo.gpg |Apt -Key Add -
echo "deb [arch=amd64] https://glaber.io/repo/stable/deb/ubuntu-$(lsb_release -sr | cut -f1 -d.) $(lsb_release -sc) main" > /etc/apt/sources.list.d/glaber.list
Apt-Get Update

Adding repositories to Debian:

Apt-Get Update
APT-GET Install WGET GNUPG2 LSB-Release Apt-Transport-Https -y
Wget --quiet-o -https://glaber.io/repo/key/repo.gpg |Apt -Key Add -
echo "deb [arch=amd64] https://glaber.io/repo/stable/deb/debian-$(lsb_release -sr | cut -f1 -d.) $(lsb_release -sc) main" > /etc/apt/sources.list.d/glaber.list
Apt-Get Update

Adding repositories to AlmaLinux:

Echo "[glaber]
name = Glaber Official Repository
baseurl=https://glaber.io/repo/stable/rpm/almalinux-$releasever/
Enabled = 1
gpgcheck = 0
repo_gpgcheck = 0 "> /etc/yum.repos.d/glaber.repo

Naming of packages

Packages has glaber prefix instead of zabbix, for example glaber-server-pgslq, glaber-proxy-mysql

Before installing packages, you need to remove the corresponding zabbix* packages, since the names of the executable files are used the same, for example, "zabbix_server".

Glaber packages are supplied with a server, proxy, frontend.Agents, Senders, and other auxiliary software should be used from the official Zabbix sources, they are completely compatible with Glaber.

For installation, use commands In Ubuntu and Debian

apt-get install glaber-server-mysql

In AlmaLinux

yum install glaber-server-pgsql