File: control

package info (click to toggle)
prometheus-mailexporter 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 100 kB
  • ctags: 67
  • sloc: makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,253 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
Source: prometheus-mailexporter
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Große Sundrup <cherti+debian@letopolis.de>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-prometheus-client-dev,
               golang-fsnotify-dev,
               golang-yaml.v2-dev
Standards-Version: 3.9.8
Homepage: https://github.com/cherti/mailexporter
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/prometheus-mailexporter.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/prometheus-mailexporter.git
XS-Go-Import-Path: github.com/cherti/mailexporter

Package: prometheus-mailexporter
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: exports prometheus-style metrics about mail server functionality
 This package exports metrics for the prometheus monitoring system about
 mail server functionality. It can be used for mail delivery systems that
 are based on Maildir and tests MDA and optionally SMTP functionality.
 .
 Gathered metrics include roundtrip times and mail timeouts and exposes
 those in the prometheus metrics format.