https://github.com/webhippie/prom-to-apt-dater
Prometheus targets for APT-Dater
https://github.com/webhippie/prom-to-apt-dater
apt apt-dater prometheus updates
Last synced: about 2 months ago
JSON representation
Prometheus targets for APT-Dater
- Host: GitHub
- URL: https://github.com/webhippie/prom-to-apt-dater
- Owner: webhippie
- License: apache-2.0
- Created: 2019-09-26T08:49:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-27T11:58:47.000Z (about 2 months ago)
- Last Synced: 2025-08-27T20:54:19.214Z (about 2 months ago)
- Topics: apt, apt-dater, prometheus, updates
- Language: Go
- Homepage: https://webhippie.github.io/prom-to-apt-dater/
- Size: 314 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Prom to APT-Dater
[](https://github.com/webhippie/prom-to-apt-dater) [](https://github.com/webhippie/prom-to-apt-dater/actions) [](https://matrix.to/#/#webhippie:matrix.org) [](https://pkg.go.dev/github.com/webhippie/prom-to-apt-dater) [](https://goreportcard.com/report/github.com/webhippie/prom-to-apt-dater) [](https://www.codacy.com/gh/webhippie/prom-to-apt-dater/dashboard?utm_source=github.com&utm_medium=referral&utm_content=webhippie/prom-to-apt-dater&utm_campaign=Badge_Grade)
This project provides a tool to generate [apt-dater][aptdater] host
configurations from your [Prometheus][prometheus] targets.## Install
You can download prebuilt binaries from our [GitHub releases][releases], or you
can use our Docker images published on [Docker Hub][dockerhub] or [Quay][quay].
If you need further guidance how to install this take a look at our
[documentation][docs].## Development
Make sure you have a working Go environment, for further reference or a guide
take a look at the [install instructions][golang]. This project requires
Go >= v1.17, at least that's the version we are using.```console
git clone https://github.com/webhippie/prom-to-apt-dater.git
cd prom-to-apt-datermake generate build
./bin/prom-to-apt-dater -h
```## Security
If you find a security issue please contact
[thomas@webhippie.de](mailto:thomas@webhippie.de) first.## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2019 Thomas Boerger
```[aptdater]: https://github.com/DE-IBH/apt-dater
[prometheus]: https://prometheus.io/
[releases]: https://github.com/webhippie/prom-to-apt-dater/releases
[dockerhub]: https://hub.docker.com/r/webhippie/prom-to-apt-dater/tags/
[quay]: https://quay.io/repository/webhippie/prom-to-apt-dater?tab=tags
[docs]: https://webhippie.github.io/prom-to-apt-dater/#getting-started
[golang]: http://golang.org/doc/install.html