mehdy / keepalived-exporter

Prometheus Keepalived exporter
GNU General Public License v3.0
115 stars 37 forks source link

Packaging for RPM and Deb #83

Closed AshLeece closed 1 year ago

AshLeece commented 1 year ago

Added some config for nfpm to automatically build .deb and .rpm packages, updated Makefile to support the nfpm builds and added init.d script + systemd service unit file.

Not sure if you would want these sorts of changes but thought I would make a pull request in case, feel free to reject if not wanted :)

mehdy commented 1 year ago

@AshLeece Thanks for the PR and sorry for the very long delay.

It's a good idea to produce rpm and deb packages as well. But since there have been a few changes and I'm planning to use goreleaser for packaging (#91) I don't think we could use the current patch but feel free to contribute. It's always welcomed.