FreeBSD Bugzilla – Attachment 194281 Details for
Bug 226402
sysutils/node_exporter: Update to 0.16.0 and log to syslog
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sysutils/node_exporter: Update to 0.16.0 and log to syslog
node_exporter-0.16.0.diff (text/plain), 2.31 KB, created by
David O'Rourke
on 2018-06-15 18:41:29 UTC
(
hide
)
Description:
sysutils/node_exporter: Update to 0.16.0 and log to syslog
Filename:
MIME Type:
Creator:
David O'Rourke
Created:
2018-06-15 18:41:29 UTC
Size:
2.31 KB
patch
obsolete
>diff --git a/sysutils/node_exporter/Makefile b/sysutils/node_exporter/Makefile >index d7bc5ad64419..a1f293ea3e80 100644 >--- a/sysutils/node_exporter/Makefile >+++ b/sysutils/node_exporter/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= node_exporter >-PORTVERSION= 0.15.2 >+PORTVERSION= 0.16.0 > DISTVERSIONPREFIX=v > CATEGORIES= sysutils > >diff --git a/sysutils/node_exporter/distinfo b/sysutils/node_exporter/distinfo >index 0e698fe7b7a8..ca8d7efd420c 100644 >--- a/sysutils/node_exporter/distinfo >+++ b/sysutils/node_exporter/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1515361500 >-SHA256 (prometheus-node_exporter-v0.15.2_GH0.tar.gz) = 940b850376f94580e88b5e99926d92899975d5792d05709cbd9c48dab0a848ad >-SIZE (prometheus-node_exporter-v0.15.2_GH0.tar.gz) = 1327204 >+TIMESTAMP = 1529087836 >+SHA256 (prometheus-node_exporter-v0.16.0_GH0.tar.gz) = 2ed1c1c199e047b1524b49a6662d5969936e81520d6613b8b68cc3effda450cf >+SIZE (prometheus-node_exporter-v0.16.0_GH0.tar.gz) = 1413131 >diff --git a/sysutils/node_exporter/files/node_exporter.in b/sysutils/node_exporter/files/node_exporter.in >index eec93362fed9..7cf841da5d46 100644 >--- a/sysutils/node_exporter/files/node_exporter.in >+++ b/sysutils/node_exporter/files/node_exporter.in >@@ -38,7 +38,8 @@ load_rc_config $name > pidfile=/var/run/node_exporter.pid > command="/usr/sbin/daemon" > procname="%%PREFIX%%/bin/node_exporter" >-command_args="-p ${pidfile} /usr/bin/env ${procname} \ >+command_args="-p ${pidfile} -T ${name} \ >+ /usr/bin/env ${procname} \ > --web.listen-address=${node_exporter_listen_address} \ > --collector.textfile.directory=${node_exporter_textfile_dir} \ > ${node_exporter_args}" >@@ -48,10 +49,18 @@ start_precmd=node_exporter_startprecmd > node_exporter_startprecmd() > { > if [ ! -e ${pidfile} ]; then >- install -o ${node_exporter_user} -g ${node_exporter_group} /dev/null ${pidfile}; >+ install \ >+ -o ${node_exporter_user} \ >+ -g ${node_exporter_group} \ >+ /dev/null ${pidfile}; > fi > if [ ! -d ${node_exporter_textfile_dir} ]; then >- install -d -o ${node_exporter_user} -g ${node_exporter_group} -m 1755 ${node_exporter_textfile_dir} >+ install \ >+ -d \ >+ -o ${node_exporter_user} \ >+ -g ${node_exporter_group} \ >+ -m 1755 \ >+ ${node_exporter_textfile_dir} > fi > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 226402
:
191259
| 194281