Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.18 KB

File metadata and controls

43 lines (31 loc) · 1.18 KB

pkgs-observer-agent

Report Package Status Changes to pkgs.observer

Installing

On Debian or RedHat based systems, get the latest version of the package and install it.

Add GPG key for the repository

wget -qO- https://packages.returnearly.net/public.asc | gpg --dearmor -o /usr/share/keyrings/returnearly.gpg

Add repository to the sources list

echo "deb [arch=all signed-by=/usr/share/keyrings/returnearly.gpg] https://packages.returnearly.net/deb stable main" | sudo tee /etc/apt/sources.list.d/returnearly.list > /dev/null

Update package lists and install the package

sudo apt update && sudo apt install pkgs-observer-agent -y

Settings

Check all your settings are OK in the folder /etc/pkgs-observer-agent.conf.d/service.conf. It should look like this:

INGEST_ENDPOINT=https://ingest.pkgs.observer/ingress/your-key-goes-here/checks

Enable the Service

and then start the service with

systemctl enable --now pkgs-observer-agent.service
systemctl enable --now pkgs-observer-agent.timer

License

This code is released under the MIT license.