Your message dated Thu, 18 Jun 2020 22:19:52 +0000
with message-id <[email protected]>
and subject line Bug#953650: fixed in prometheus-node-exporter 1.0.1+ds-1
has caused the Debian Bug report #953650,
regarding prometheus-node-exporter: Update and unify default file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
953650: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953650
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: prometheus-node-exporter
Version: 0.18.1+ds-2
Severity: normal
Tags: patch

Hi!

Attached a patch to update the default file to the latest options
supported by the daemon and to clean and unify its formatting.

Thanks,
Guillem
diff --git i/debian/default w/debian/default
index 7e8697c..1d9dd69 100644
--- i/debian/default
+++ w/debian/default
@@ -5,124 +5,170 @@
 ARGS=""
 
 # Prometheus-node-exporter supports the following options:
-#
 #  --collector.diskstats.ignored-devices="^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\\d+n\\d+p)\\d+$"
-#                            Regexp of devices to ignore for diskstats.
-#  --collector.filesystem.ignored-mount-points="^/(dev|proc|run|sys|mnt|media|var/lib/docker)($|/)"
-#                            Regexp of mount points to ignore for filesystem
-#                            collector.
-#  --collector.filesystem.ignored-fs-types="^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$"
-#                            Regexp of filesystem types to ignore for
-#                            filesystem collector.
+#    Regexp of devices to ignore for diskstats.
+#  --collector.filesystem.ignored-mount-points="^/(dev|proc|run|sys|mnt|media|var/lib/docker/.+)($|/)"
+#    Regexp of mount points to ignore for filesystem collector.
+#  --collector.filesystem.ignored-fs-types="^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$"
+#    Regexp of filesystem types to ignore for filesystem collector.
+#  --collector.netclass.ignored-devices="^$"
+#    Regexp of net devices to ignore for netclass collector.
 #  --collector.netdev.ignored-devices="^lo$"
-#                            Regexp of net devices to ignore for netdev
-#                            collector.
-#  --collector.netstat.fields="^(.*_(InErrors|InErrs)|Ip_Forwarding|Ip(6|Ext)_(InOctets|OutOctets)|Icmp6?_(InMsgs|OutMsgs)|TcpExt_(Listen.*|Syncookies.*)|Tcp_(ActiveOpens|PassiveOpens|RetransSegs|CurrEstab)|Udp6?_(InDatagrams|OutDatagrams|NoPorts))$"
-#                            Regexp of fields to return for netstat
-#                            collector.
+#    Regexp of net devices to ignore for netdev collector.
+#  --collector.netstat.fields="^(.*_(InErrors|InErrs)|Ip_Forwarding|Ip(6|Ext)_(InOctets|OutOctets)|Icmp6?_(InMsgs|OutMsgs)|TcpExt_(Listen.*|Syncookies.*|TCPSynRetrans)|Tcp_(ActiveOpens|InSegs|OutSegs|PassiveOpens|RetransSegs|CurrEstab)|Udp6?_(InDatagrams|OutDatagrams|NoPorts))$"
+#    Regexp of fields to return for netstat collector.
 #  --collector.ntp.server="127.0.0.1"
-#                            NTP server to use for ntp collector
+#    NTP server to use for ntp collector.
 #  --collector.ntp.protocol-version=4
-#                            NTP protocol version
+#    NTP protocol version.
 #  --collector.ntp.server-is-local
-#                            Certify that collector.ntp.server address is the
-#                            same local host as this collector.
-#  --collector.ntp.ip-ttl=1  IP TTL to use while sending NTP query
+#    Certify that collector.ntp.server address is the same local host as this
+#    collector.
+#  --collector.ntp.ip-ttl=1
+#    IP TTL to use while sending NTP query.
 #  --collector.ntp.max-distance=3.46608s
-#                            Max accumulated distance to the root
+#    Max accumulated distance to the root.
 #  --collector.ntp.local-offset-tolerance=1ms
-#                            Offset between local clock and local ntpd time
-#                            to tolerate
-#  --path.procfs="/proc"     procfs mountpoint.
-#  --path.sysfs="/sys"       sysfs mountpoint.
+#    Offset between local clock and local ntpd time to tolerate.
+#  --path.procfs="/proc"
+#    procfs mountpoint.
+#  --path.sysfs="/sys"
+#    sysfs mountpoint.
+#  --path.rootfs="/"
+#    rootfs mountpoint.
 #  --collector.qdisc.fixtures=""
-#                            test fixtures to use for qdisc collector
-#                            end-to-end testing
+#    Test fixtures to use for qdisc collector end-to-end testing.
 #  --collector.runit.servicedir="/etc/service"
-#                            Path to runit service directory.
+#    Path to runit service directory.
 #  --collector.supervisord.url="http://localhost:9001/RPC2";
-#                            XML RPC endpoint.
+#    XML RPC endpoint.
 #  --collector.systemd.unit-whitelist=".+"
-#                            Regexp of systemd units to whitelist. Units must
-#                            both match whitelist and not match blacklist to
-#                            be included.
-#  --collector.systemd.unit-blacklist=".+(\\.device|\\.scope|\\.slice|\\.target)"
-#                            Regexp of systemd units to blacklist. Units must
-#                            both match whitelist and not match blacklist to
-#                            be included.
+#    Regexp of systemd units to whitelist. Units must both match whitelist and
+#    not match blacklist to be included.
+#  --collector.systemd.unit-blacklist=".+\\.(automount|device|mount|scope|slice|target)"
+#    Regexp of systemd units to blacklist. Units must both match whitelist and
+#    not match blacklist to be included.
 #  --collector.systemd.private
-#                            Establish a private, direct connection to
-#                            systemd without dbus.
+#    Establish a private, direct connection to systemd without dbus.
+#  --collector.systemd.enable-task-metrics
+#    Enables service unit tasks metrics unit_tasks_current and unit_tasks_max.
+#  --collector.systemd.enable-restarts-metrics
+#    Enables service unit metric service_restart_total.
+#  --collector.systemd.enable-start-time-metrics
+#    Enables service unit metric unit_start_time_seconds.
 #  --collector.textfile.directory="/var/lib/prometheus/node-exporter"
-#                            Directory to read text files with metrics from.
+#    Directory to read text files with metrics from.
 #  --collector.vmstat.fields="^(oom_kill|pgpg|pswp|pg.*fault).*"
-#                            Regexp of fields to return for vmstat collector.
+#    Regexp of fields to return for vmstat collector.
 #  --collector.wifi.fixtures=""
-#                            test fixtures to use for wifi collector metrics
-#  --collector.arp           Enable the arp collector (default: enabled).
-#  --collector.bcache        Enable the bcache collector (default: enabled).
-#  --collector.bonding       Enable the bonding collector (default: enabled).
-#  --collector.buddyinfo     Enable the buddyinfo collector (default:
-#                            disabled).
-#  --collector.conntrack     Enable the conntrack collector (default:
-#                            enabled).
-#  --collector.cpu           Enable the cpu collector (default: enabled).
-#  --collector.diskstats     Enable the diskstats collector (default:
-#                            enabled).
-#  --collector.drbd          Enable the drbd collector (default: disabled).
-#  --collector.edac          Enable the edac collector (default: enabled).
-#  --collector.entropy       Enable the entropy collector (default: enabled).
-#  --collector.filefd        Enable the filefd collector (default: enabled).
-#  --collector.filesystem    Enable the filesystem collector (default:
-#                            enabled).
-#  --collector.hwmon         Enable the hwmon collector (default: enabled).
-#  --collector.infiniband    Enable the infiniband collector (default:
-#                            enabled).
-#  --collector.interrupts    Enable the interrupts collector (default:
-#                            disabled).
-#  --collector.ipvs          Enable the ipvs collector (default: enabled).
-#  --collector.ksmd          Enable the ksmd collector (default: disabled).
-#  --collector.loadavg       Enable the loadavg collector (default: enabled).
-#  --collector.logind        Enable the logind collector (default: disabled).
-#  --collector.mdadm         Enable the mdadm collector (default: enabled).
-#  --collector.meminfo       Enable the meminfo collector (default: enabled).
-#  --collector.meminfo_numa  Enable the meminfo_numa collector (default:
-#                            disabled).
-#  --collector.mountstats    Enable the mountstats collector (default:
-#                            disabled).
-#  --collector.netdev        Enable the netdev collector (default: enabled).
-#  --collector.netstat       Enable the netstat collector (default: enabled).
-#  --collector.nfs           Enable the nfs collector (default: enabled).
-#  --collector.nfsd          Enable the nfsd collector (default: enabled).
-#  --collector.ntp           Enable the ntp collector (default: disabled).
-#  --collector.qdisc         Enable the qdisc collector (default: disabled).
-#  --collector.runit         Enable the runit collector (default: disabled).
-#  --collector.sockstat      Enable the sockstat collector (default:
-#                            enabled).
-#  --collector.stat          Enable the stat collector (default: enabled).
-#  --collector.supervisord   Enable the supervisord collector (default:
-#                            disabled).
-#  --collector.systemd       Enable the systemd collector (default: enabled).
-#  --collector.tcpstat       Enable the tcpstat collector (default:
-#                            disabled).
-#  --collector.textfile      Enable the textfile collector (default:
-#                            enabled).
-#  --collector.time          Enable the time collector (default: enabled).
-#  --collector.uname         Enable the uname collector (default: enabled).
-#  --collector.vmstat        Enable the vmstat collector (default: enabled).
-#  --collector.wifi          Enable the wifi collector (default: enabled).
-#  --collector.xfs           Enable the xfs collector (default: enabled).
-#  --collector.zfs           Enable the zfs collector (default: enabled).
-#  --collector.timex         Enable the timex collector (default: enabled).
+#    Test fixtures to use for wifi collector metrics.
+#  --collector.arp
+#    Enable the arp collector (default: enabled).
+#  --collector.bcache
+#    Enable the bcache collector (default: enabled).
+#  --collector.bonding
+#    Enable the bonding collector (default: enabled).
+#  --collector.buddyinfo
+#    Enable the buddyinfo collector (default: disabled).
+#  --collector.conntrack
+#    Enable the conntrack collector (default: enabled).
+#  --collector.cpu
+#    Enable the cpu collector (default: enabled).
+#  --collector.cpufreq
+#    Enable the cpufreq collector (default: enabled).
+#  --collector.diskstats
+#    Enable the diskstats collector (default: enabled).
+#  --collector.drbd
+#    Enable the drbd collector (default: disabled).
+#  --collector.edac
+#    Enable the edac collector (default: enabled).
+#  --collector.entropy
+#    Enable the entropy collector (default: enabled).
+#  --collector.filefd
+#    Enable the filefd collector (default: enabled).
+#  --collector.filesystem
+#    Enable the filesystem collector (default: enabled).
+#  --collector.hwmon
+#    Enable the hwmon collector (default: enabled).
+#  --collector.infiniband
+#    Enable the infiniband collector (default: enabled).
+#  --collector.interrupts
+#    Enable the interrupts collector (default: disabled).
+#  --collector.ipvs
+#    Enable the ipvs collector (default: enabled).
+#  --collector.ksmd
+#    Enable the ksmd collector (default: disabled).
+#  --collector.loadavg
+#    Enable the loadavg collector (default: enabled).
+#  --collector.logind
+#    Enable the logind collector (default: disabled).
+#  --collector.mdadm
+#    Enable the mdadm collector (default: enabled).
+#  --collector.meminfo
+#    Enable the meminfo collector (default: enabled).
+#  --collector.meminfo_numa
+#    Enable the meminfo_numa collector (default: disabled).
+#  --collector.mountstats
+#    Enable the mountstats collector (default: disabled).
+#  --collector.netclass
+#    Enable the netclass collector (default: enabled).
+#  --collector.netdev
+#    Enable the netdev collector (default: enabled).
+#  --collector.netstat
+#    Enable the netstat collector (default: enabled).
+#  --collector.nfs
+#    Enable the nfs collector (default: enabled).
+#  --collector.nfsd
+#    Enable the nfsd collector (default: enabled).
+#  --collector.ntp
+#    Enable the ntp collector (default: disabled).
+#  --collector.perf
+#    Enable the perf collector (default: disabled).
+#  --collector.pressure
+#    Enable the pressure collector (default: enabled).
+#  --collector.processes
+#    Enable the processes collector (default: disabled).
+#  --collector.qdisc
+#    Enable the qdisc collector (default: disabled).
+#  --collector.runit
+#    Enable the runit collector (default: disabled).
+#  --collector.sockstat
+#    Enable the sockstat collector (default: enabled).
+#  --collector.stat
+#    Enable the stat collector (default: enabled).
+#  --collector.supervisord
+#    Enable the supervisord collector (default: disabled).
+#  --collector.systemd
+#    Enable the systemd collector (default: enabled).
+#  --collector.tcpstat
+#    Enable the tcpstat collector (default: disabled).
+#  --collector.textfile
+#    Enable the textfile collector (default: enabled).
+#  --collector.time
+#    Enable the time collector (default: enabled).
+#  --collector.timex
+#    Enable the timex collector (default: enabled).
+#  --collector.uname
+#    Enable the uname collector (default: enabled).
+#  --collector.vmstat
+#    Enable the vmstat collector (default: enabled).
+#  --collector.wifi
+#    Enable the wifi collector (default: disabled).
+#  --collector.xfs
+#    Enable the xfs collector (default: enabled).
+#  --collector.zfs
+#    Enable the zfs collector (default: enabled).
 #  --web.listen-address=":9100"
-#                            Address on which to expose metrics and web
-#                            interface.
+#    Address on which to expose metrics and web interface.
 #  --web.telemetry-path="/metrics"
-#                            Path under which to expose metrics.
-#  --log.level="info"        Only log messages with the given severity or
-#                            above. Valid levels: [debug, info, warn, error,
-#                            fatal]
+#    Path under which to expose metrics.
+#  --web.disable-exporter-metrics
+#    Exclude metrics about the exporter itself (promhttp_*, process_*, go_*).
+#  --web.max-requests=40
+#    Maximum number of parallel scrape requests. Use 0 to disable.
+#  --log.level="info"
+#    Only log messages with the given severity or above.
+#    Valid levels: [debug, info, warn, error, fatal]
 #  --log.format="logger:stderr"
-#                            Set the log target and format. Example:
-#                            "logger:syslog?appname=bob&local=7" or
-#                            "logger:stdout?json=true"
+#    Set the log target and format.
+#    Example: "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true".

--- End Message ---
--- Begin Message ---
Source: prometheus-node-exporter
Source-Version: 1.0.1+ds-1
Done: Martina Ferrari <[email protected]>

We believe that the bug you reported is fixed in the latest version of
prometheus-node-exporter, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martina Ferrari <[email protected]> (supplier of updated prometheus-node-exporter 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 18 Jun 2020 22:00:01 +0000
Source: prometheus-node-exporter
Architecture: source
Version: 1.0.1+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Martina Ferrari <[email protected]>
Closes: 953650
Changes:
 prometheus-node-exporter (1.0.1+ds-1) unstable; urgency=medium
 .
   [ Daniel Swarbrick ]
   * New upstream release.
   * Update Standards-Version to 4.5.0 (rename systemd service file and init
     script).
   * Update debhelper-compat version to 13.
   * Refresh patches, drop obsolete 04-procfs.patch.
   * Update maintainer email addresses / names.
   * Drop unused build-dep golang-github-kolo-xmlrpc-dev.
   * Drop unused build-dep golang-goprotobuf-dev.
   * Add new build-dep golang-golang-x-crypto-dev.
   * Add new build-dep golang-gopkg-yaml.v2-dev.
   * d/copyright: List vendoring copyright exceptions alphabetically
   * d/copyright: Refresh / add missing vendoring copyright exception
   * d/upstream/metadata: Add Repository field
   * Refresh /etc/defaults
 .
   [ Debian Janitor ]
   * Bump debhelper from old 11 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Bug-Database, Bug-Submit.
   * Rely on pre-initialized dpkg-architecture variables.
   * Update standards version to 4.4.1, no changes needed.
 .
   [ Martina Ferrari ]
   * Reformat defaults file. Closes: #953650
   * Add Pre-Depends as requested by lintian.
Checksums-Sha1:
 70582c6f67d8046b6fa1c95008566c42b87971e8 2773 
prometheus-node-exporter_1.0.1+ds-1.dsc
 29492e76f016afea1cca4ff5b207e74bcc2fe913 412938 
prometheus-node-exporter_1.0.1+ds.orig.tar.gz
 e682fff0ed388af1ad05e5cedb841aced7faeb90 13220 
prometheus-node-exporter_1.0.1+ds-1.debian.tar.xz
 b516ecc71f342f2b3b9ed3076560e04799ff2da5 8510 
prometheus-node-exporter_1.0.1+ds-1_amd64.buildinfo
Checksums-Sha256:
 7535d5afc3c23a5378dd3131aa12fb278d3d6904f28b024f6700fcf4f31d4db1 2773 
prometheus-node-exporter_1.0.1+ds-1.dsc
 ce03fd7bf09b6104a94ccafc7dea3a25410fe177063dfca17f130ebbab77511b 412938 
prometheus-node-exporter_1.0.1+ds.orig.tar.gz
 12572fadefcc74090bdf5b79921d5c4f5fae8526a82c429933e0d20836be35e5 13220 
prometheus-node-exporter_1.0.1+ds-1.debian.tar.xz
 b90dd5a81aedd6cb64ce4e3ae6a98752057455d32e78bdcd327e306be125fd08 8510 
prometheus-node-exporter_1.0.1+ds-1_amd64.buildinfo
Files:
 13c717cacd46dd2831f4d6c3ac5ba2ae 2773 net optional 
prometheus-node-exporter_1.0.1+ds-1.dsc
 a157a32494a50ebc0b6f8c0ac2caad53 412938 net optional 
prometheus-node-exporter_1.0.1+ds.orig.tar.gz
 8913ecb8d1dacdb9f4097abef8b0f8bb 13220 net optional 
prometheus-node-exporter_1.0.1+ds-1.debian.tar.xz
 0887f03db949c6b0f2b4bcad35f9e8bd 8510 net optional 
prometheus-node-exporter_1.0.1+ds-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE2qbv8cYn6hwmsaaSqiMPxF+MJ7EFAl7r5T8ACgkQqiMPxF+M
J7EAPBAAsEbSDl5UCoQoo5MOEZskhMBK51H4Bk2FC6VYLkCkSoWCq//dkyu3KBth
FEPwxzLG+Rd81R6IYYiAF2RQt941G81y69F6IZEBdFKkCXLsrzKpD+p4qO7DRtOQ
Y5PSXimzOcaQJXTZM6vXbBkbwTT2qMvHz4lO2UqShCRx/5RJ2Lp2jxUIZz0168qh
kvIB8wvyOqsYT4sv7aNS8r6hVpo3gQfgPr1opfzWf0NXPngDwOvgCF4nAFfbi3mk
lq6kAYDjw4+fGEinMo62onHZd7QssPcTrex9QPCd8SscqeyoXBWJTljFUSkpRynq
NThNOCJvQr6vrCpPkxkkX516f5HedXNp0bQ9DYx6mAQNtHW8B610FN4FjQ1NVrke
YqcAolaJKx4oC04mqMMSZ/9a0iKwexuFzUhmkt/FxvWKGPbpaKIGe/okvsUH2zeY
4oYh52RffYUGG9B6JFRHHEbbQsRKPXnwvqsqsMPA1/F2+RwbxbTuBRvgGCB4Lbbf
IbfuBfJvnVuaNqkkOpiLfZDdDIUDSzMVoRHQkaixOZLp6VYbzTqrerepDXICSLQE
OrQj6QIUfZRqoCwHQYq2YVPLnowkOTMrZ36JwpKYsRFyJ2OKMlqXe2N9Vfu7t1uY
S5oxEmj/5fmAfWMX+DNgoOlC94DtrYyHIhU7JZ2FHjJtUxPuZM8=
=UR8P
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to