2 Commits

Author SHA1 Message Date
yo
2225303af9 Port rev update 2021-12-23 13:33:28 +01:00
yo
012f11e685 Oups, forgot some logstash reminiscence 2021-12-23 13:32:37 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= elasticsearch_exporter
PORTVERSION= 1.3.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= johan@nosd.in

View File

@ -36,7 +36,7 @@ load_rc_config $name
: ${elasticsearch_exporter_user:="prometheus"}
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}"
run_rc_command "$1"