File: control

package info (click to toggle)
prometheus-dnsmasq-exporter 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: makefile: 36; sh: 15
file content (30 lines) | stat: -rw-r--r-- 1,186 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
Source: prometheus-dnsmasq-exporter
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Taavi Väänänen <taavi@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-miekg-dns-dev,
               golang-github-prometheus-common-dev,
               golang-golang-x-sync-dev,
               golang-prometheus-client-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/prometheus-dnsmasq-exporter
Vcs-Git: https://salsa.debian.org/go-team/packages/prometheus-dnsmasq-exporter.git
Homepage: https://github.com/google/dnsmasq_exporter
XS-Go-Import-Path: github.com/google/dnsmasq_exporter

Package: prometheus-dnsmasq-exporter
Section: net
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Enhances: dnsmasq
Built-Using: ${misc:Built-Using}
Description: Prometheus exporter for dnsmasq
 dnsmasq_exporter is a Prometheus exporter for dnsmasq, allowing you to
 monitor/alert on the number of DHCP leases and various DNS statistics.