File: control

package info (click to toggle)
prometheus-pgbackrest-exporter 0.20.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 476 kB
  • sloc: makefile: 152; sh: 141
file content (35 lines) | stat: -rw-r--r-- 1,503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: prometheus-pgbackrest-exporter
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Lena Voytek <lena@voytek.dev>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-go-kit-log-dev,
               golang-github-prometheus-client-golang-dev,
               golang-github-prometheus-common-dev,
               golang-github-prometheus-exporter-toolkit-dev,
               golang-gopkg-alecthomas-kingpin.v2-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/prometheus-pgbackrest-exporter
Vcs-Git: https://salsa.debian.org/go-team/packages/prometheus-pgbackrest-exporter.git
Homepage: https://github.com/woblerr/pgbackrest_exporter
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/woblerr/pgbackrest_exporter

Package: prometheus-pgbackrest-exporter
Section: net
Architecture: any
Depends: postgresql-common,
         ${misc:Depends},
         ${shlibs:Depends}
Enhances: pgbackrest
Static-Built-Using: ${misc:Static-Built-Using}
Description: Prometheus exporter for pgBackRest (program)
 pgBackRest Exporter is a Prometheus exporter tool designed to collect and
 expose metrics from pgBackRest, a PostgreSQL backup and restore system. For
 more information on pgBackRest see https://pgbackrest.org/ and for exporters
 in general see https://prometheus.io/docs/instrumenting/exporters/