Navigation Menu

Skip to content

Alpha200/apt-prom-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APT Exporter

Prometheus exporter for available apt package updates.

Installation

Install this pip package via pip install apt-prom-exporter.

Configuration

Systemd

The recommended way to run this prometheus exporter is via systemd: First of all, create a file with the following content at /etc/systemd/system/apt-prom-exporter.service:

[Unit]
Description=Apt prometheus exporter

[Service]
ExecStart=/usr/local/bin/apt-prom-exporter

[Install]
WantedBy=multi-user.target

After that, run sudo systemctl enable --now apt-prom-exporter.service to enable and start the service.

About

Prometheus exporter for available apt package updates

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages