Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D4356781B12 for <~alpine/aports@lists.alpinelinux.org>; Thu, 28 Nov 2019 01:57:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1574906221; bh=y7a+PAWkG/Vxo1T63gdW2MkSBQHXNGqIS9AkeFEzo8A=; h=From:To:Cc:Subject:Date; b=Mde25dKwQez4D25vJPFXfyO0Bq8jnaPOvK0f7DPVI4LC7BAV0EyeCz210B2g0cmf4 aaJugFFJ73EkwhtxhqUyi/T5bDLCJSOWmivL0NtdKVKFNU9XYk/3F4UHlk5kjvrRux wywzN6ae7TKx/sFSEFYUWJbXNajn3OX6pDI/7d+k= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 0/2] Pull in prometheus packages Date: Wed, 27 Nov 2019 20:57:40 -0500 Message-Id: <20191128015742.21302-1-sir@cmpwn.com> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This pulls in two packages for monitoring and instrumentation based on Prometheus out of the sr.ht third-party repository. I pulled them directly into community because I've already been testing these in production on SourceHut, but I can move them to testing if that would be preferred. Drew DeVault (2): community/prometheus: new APKBUILD community/alertmanager: new APKBUILD community/alertmanager/APKBUILD | 53 +++++++++++++++++++ community/alertmanager/alertmanager.confd | 2 + community/alertmanager/alertmanager.initd | 16 ++++++ .../alertmanager/alertmanager.pre-install | 4 ++ community/prometheus/APKBUILD | 53 +++++++++++++++++++ community/prometheus/prometheus.confd | 2 + community/prometheus/prometheus.initd | 16 ++++++ community/prometheus/prometheus.pre-install | 4 ++ 8 files changed, 150 insertions(+) create mode 100644 community/alertmanager/APKBUILD create mode 100644 community/alertmanager/alertmanager.confd create mode 100644 community/alertmanager/alertmanager.initd create mode 100644 community/alertmanager/alertmanager.pre-install create mode 100644 community/prometheus/APKBUILD create mode 100644 community/prometheus/prometheus.confd create mode 100644 community/prometheus/prometheus.initd create mode 100644 community/prometheus/prometheus.pre-install -- 2.24.0