File: control

package info (click to toggle)
prometheus-smokeping-prober 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 416 kB
  • sloc: makefile: 36; sh: 32
file content (38 lines) | stat: -rw-r--r-- 1,637 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
36
37
38
Source: prometheus-smokeping-prober
Section: net
Testsuite: autopkgtest-pkg-go
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Daniel Swarbrick <dswarbrick@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-prometheus-client-golang-dev,
               golang-github-prometheus-common-dev,
               golang-github-prometheus-community-pro-bing-dev (>= 0.6.0),
               golang-github-prometheus-exporter-toolkit-dev (>= 0.13.0),
               golang-golang-x-sync-dev,
               golang-gopkg-alecthomas-kingpin.v2-dev,
               golang-gopkg-yaml.v2-dev,
               golang-uber-automaxprocs-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/SuperQ/smokeping_prober
Vcs-Browser: https://salsa.debian.org/go-team/packages/prometheus-smokeping-prober
Vcs-Git: https://salsa.debian.org/go-team/packages/prometheus-smokeping-prober.git
XS-Go-Import-Path: github.com/superq/smokeping_prober

Package: prometheus-smokeping-prober
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends: adduser,
         debconf,
         libcap2-bin,
         ${misc:Depends},
         ${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Description: Prometheus style "smokeping" prober
 This prober sends a series of ICMP (or UDP) pings to a target and records
 the responses in Prometheus histogram metrics. The resulting metrics are
 useful for detecting changes in network latency (or round trip time), as
 well as packet loss over a network path.