From 60c3a00bd30ee7b5f0ef5c0231708515c42b9546 Mon Sep 17 00:00:00 2001 From: Pascal Mathis Date: Sat, 29 Jun 2019 17:23:54 +0200 Subject: [PATCH] various: Package Icinga check commands with nagocheck --- .goreleaser.yml | 6 ++++++ commands.conf => icinga-commands.conf | 0 2 files changed, 6 insertions(+) rename commands.conf => icinga-commands.conf (100%) diff --git a/.goreleaser.yml b/.goreleaser.yml index 07fedbe..fd4f3e3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -23,6 +23,10 @@ builds: archives: - format: tar.gz wrap_in_directory: true + files: + - README.md + - LICENSE.txt + - icinga-commands.conf nfpms: - vendor: Pascal Mathis @@ -34,3 +38,5 @@ nfpms: formats: - deb - rpm + config_files: + icinga-commands.conf: /etc/nagocheck/icinga-commands.conf diff --git a/commands.conf b/icinga-commands.conf similarity index 100% rename from commands.conf rename to icinga-commands.conf