summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2019-02-20 15:31:21 +0100
committerCarsten Feuls2019-02-20 15:31:21 +0100
commit996c812c5aa3690ae36967b3853ed72c3f3fcf89 (patch)
treeacfcda2b9378fc17d2f046374383ddeb81f05859
parent4cdad91b6c713d5d9b92857c3167e769a70d7891 (diff)
downloadaur-996c812c5aa3690ae36967b3853ed72c3f3fcf89.tar.gz
Fix wrong value in thanos-store
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--thanos-store.conf22
-rw-r--r--thanos-store.service7
4 files changed, 3 insertions, 32 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f56ce208678b..ebc56dfa46c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 19 14:25:19 UTC 2019
+# Wed Feb 20 14:30:52 UTC 2019
pkgbase = prometheus-thanos
pkgdesc = Highly available Prometheus setup with long term storage capabilities. (binary, not built from source)
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/improbable-eng/thanos
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 052d24ba38fb..76aa5a47eabe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=thanos
pkgname=prometheus-$_pkgname
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Highly available Prometheus setup with long term storage capabilities. (binary, not built from source)"
arch=("x86_64")
url="https://github.com/improbable-eng/thanos"
diff --git a/thanos-store.conf b/thanos-store.conf
index a84de8564076..31f935ba0804 100644
--- a/thanos-store.conf
+++ b/thanos-store.conf
@@ -72,28 +72,6 @@ LOG_FORMAT="--log.format=logfmt"
# If true gossip will be disabled and no cluster related server will be started.
#CLUSTER_DISABLE="--cluster.disable"
-# URL at which to reach Prometheus's API.
-# For better performance use local network.
-#PROMETHEUS_URL="--prometheus.url=http://localhost:9090"
-
-# Data directory of TSDB.
-TSDB_PATH="--tsdb.path=/var/lib/thanos/store/data"
-
-# Config file watched by the reloader.
-#RELOADER_CONFIG="--reloader.config-file="
-
-# Output file for environment variable substituted config file.
-#RELOADER_CONFIG_ENVSUBST_FILE="--reloader.config-envsubst-file="
-
-# Rule directories for the reloader to refresh (repeated field).
-#RELOADER_RULE_DIR="--reloader.rule-dir=RELOADER.RULE-DIR"
-
-# Path to YAML file that contains object store configuration.
-#OBJSTORE_CONFIG_FILE="--objstore.config-file="
-
-# Alternative to 'objstore.config-file' flag. Object store configuration in YAML.
-#OBJSTORE_CONFIG="--objstore.config="
-
# Data directory in which to cache remote blocks.
DATA_DIR="--data-dir=/var/lib/thanos/store/cache"
diff --git a/thanos-store.service b/thanos-store.service
index 2f41002775fc..8e0da5a1e891 100644
--- a/thanos-store.service
+++ b/thanos-store.service
@@ -28,13 +28,6 @@ ExecStart=/usr/bin/thanos store \
$CLUSTER_SECRET_KEY \
$CLUSTER_NETWORK_TYPE \
$CLUSTER_DISABLE \
- $PROMETHEUS_URL \
- $TSDB_PATH \
- $RELOADER_CONFIG \
- $RELOADER_CONFIG_ENVSUBST_FILE \
- $RELOADER_RULE_DIR \
- $OBJSTORE_CONFIG_FILE \
- $OBJSTORE_CONFIG \
$DATA_DIR \
$INDEX_CACHE \
$CHUNK_POOL_SIZE \