Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
2225303af9 | |||
012f11e685 |
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PORTNAME= elasticsearch_exporter
|
PORTNAME= elasticsearch_exporter
|
||||||
PORTVERSION= 1.3.0
|
PORTVERSION= 1.3.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
MAINTAINER= johan@nosd.in
|
MAINTAINER= johan@nosd.in
|
||||||
|
@ -36,7 +36,7 @@ load_rc_config $name
|
|||||||
: ${elasticsearch_exporter_user:="prometheus"}
|
: ${elasticsearch_exporter_user:="prometheus"}
|
||||||
|
|
||||||
command="/usr/local/bin/elasticsearch_exporter"
|
command="/usr/local/bin/elasticsearch_exporter"
|
||||||
command_args="--es.uri=\${elasticsearch_exporter_endpoint} --web.listen-address=\${logstash_exporter_listen} --log.level=\${logstash_exporter_log_level}"
|
command_args="--es.uri=\${elasticsearch_exporter_endpoint} --web.listen-address=\${elasticsearch_exporter_listen} --log.level=\${elasticsearch_exporter_log_level}"
|
||||||
start_cmd="/usr/sbin/daemon -u ${elasticsearch_exporter_user} ${command} ${command_args}"
|
start_cmd="/usr/sbin/daemon -u ${elasticsearch_exporter_user} ${command} ${command_args}"
|
||||||
|
|
||||||
run_rc_command "$1"
|
run_rc_command "$1"
|
||||||
|
Reference in New Issue
Block a user